Definition file for classes for extracting submeshes. More...
Classes | |
class | NodeList |
Class to construct a list of nodes having some common properties. More... | |
class | ElementList |
Class to construct a list of elements having some common properties. More... | |
class | SideList |
Class to construct a list of sides having some common properties. More... | |
class | EdgeList |
Class to construct a list of edges having some common properties. More... | |
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
ostream & | operator<< (ostream &s, const NodeList &nl) |
Output NodeList instance. More... | |
ostream & | operator<< (ostream &s, const ElementList &el) |
Output ElementList instance. More... | |
ostream & | operator<< (ostream &s, const SideList &sl) |
Output SideList instance. More... | |
ostream & | operator<< (ostream &s, const EdgeList &el) |
Output EdgeList instance. More... | |
Definition file for classes for extracting submeshes.