MeshExtract.h File Reference

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

namespace  OFELI
 A namespace to group all library classes, functions, ...
 

Functions

ostream & operator<< (ostream &s, const NodeList &nl)
 Output NodeList instance.
 
ostream & operator<< (ostream &s, const ElementList &el)
 Output ElementList instance.
 
ostream & operator<< (ostream &s, const SideList &sl)
 Output SideList instance.
 
ostream & operator<< (ostream &s, const EdgeList &el)
 Output EdgeList instance.
 

Detailed Description

Definition file for classes for extracting submeshes.