Class documentation of Concepts

Loading...
Searching...
No Matches
linDG2D::MeshInfo Class Reference

#include <meshInfo.hh>

Public Types

typedef concepts::Scan< EdgeInfoScanner
 

Public Member Functions

 MeshInfo (concepts::Mesh2 &mesh)
 
Scannerscan () const
 scanner over EdgeInfo objects
 
const EdgeInfoedgeInfo (const concepts::Edge &edge) const
 Returns the edge info object built up for edge edge.
 

Detailed Description

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.

Author
Christoph Winkelmann, 2004

Definition at line 25 of file meshInfo.hh.

Member Typedef Documentation

◆ Scanner

Definition at line 27 of file meshInfo.hh.

Constructor & Destructor Documentation

◆ MeshInfo()

linDG2D::MeshInfo::MeshInfo ( concepts::Mesh2 mesh)

Constructor.

Parameters
meshthe mesh to build information up for

Member Function Documentation

◆ edgeInfo()

const EdgeInfo & linDG2D::MeshInfo::edgeInfo ( const concepts::Edge edge) const
inline

Returns the edge info object built up for edge edge.

Definition at line 35 of file meshInfo.hh.

◆ scan()

Scanner * linDG2D::MeshInfo::scan ( ) const
inline

scanner over EdgeInfo objects

Definition at line 33 of file meshInfo.hh.


The documentation for this class was generated from the following file: