Connects continuous to discrete. More...
#include <Mesh.H>
Public Member Functions | |
GeoNameType | Name () const |
GeoDimType | Dim () const |
Public Attributes | |
Mesh::Connectivity | _collections |
Friends | |
std::ostream & | operator<< (std::ostream &oSt, const Mesh::GeometricEntity &ge) |
std::istream & | operator>> (std::istream &iSt, Mesh::GeometricEntity &ge) |
Connects continuous to discrete.
The GeometricEntity object encodes a physical geometry by dimension and can maintain a list of all discrete mesh entities that are associated with the given geometrical object.
Here is a brief description of the types of objects we can represent with a GeometricEntity and their interconnections:
dim discrete physical --- -------- -------- 0 Node Point 1 Edge Curve 2 Face Surface 3 Region Volume
|
inline |
|
inline |
|
friend |
|
friend |
Mesh::Connectivity _collections |
Definition at line 441 of file Mesh.H.
Referenced by Mesh::operator<<(), and Mesh::operator>>().