27 #ifndef NodeTopology_h 28 #define NodeTopology_h 38 typedef std::set<Node *> NodePtrSet;
44 bool in(
const NodePtrSet &,
const std::vector<const Node *> &);
std::set< Element * > getConnectedElements(const NodePtrSet &)
Returns the elements connected to any of the set nodes.
Definition: NodeTopology.cc:67
bool in(const NodePtrSet &, const std::vector< const Node * > &)
Returns true if the node pointers in nodes_edget are in the set being passed as parameter.
Definition: NodeTopology.cc:96
ElementEdges getElementEdgesEntreNodos(Node *, Node *)
Returns the element edges that have both nodes as ends.
Definition: NodeTopology.cc:50
std::set< Element * > getElementsBetweenNodes(Node &, Node &)
Returns the elements that are connected to both nodes.
Definition: NodeTopology.cc:34
================================================================================
Definition: ContinuaReprComponent.h:34