#include <meshInfo.hh>
Public Types | |
typedef concepts::Scan< EdgeInfo > | Scanner |
Public Member Functions | |
MeshInfo (concepts::Mesh2 &mesh) | |
Scanner * | scan () const |
scanner over EdgeInfo objects | |
const EdgeInfo & | edgeInfo (const concepts::Edge &edge) const |
Returns the edge info object built up for edge edge . | |
Mesh info about edges for DG FEM in 2D. Scans a mesh for all edges and builds up EdgeInfo objects for all edges efficiently. The EdgeInfo objects can be scanned over or accessed through the Edge object itself. The MeshInfo object serves as a common base to build several DG spaces on the same mesh.
Definition at line 25 of file meshInfo.hh.
Definition at line 27 of file meshInfo.hh.
linDG2D::MeshInfo::MeshInfo | ( | concepts::Mesh2 & | mesh | ) |
Constructor.
mesh | the mesh to build information up for |
|
inline |
Returns the edge info object built up for edge edge
.
Definition at line 35 of file meshInfo.hh.
|
inline |
scanner over EdgeInfo objects
Definition at line 33 of file meshInfo.hh.