meshDX.hh
MeshDX(concepts::Space< F > &spc, std::string filename, uint dim)
Constructor.
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
Determines the traits class belonging to a space by a default template parameter.
Definition: meshDX.hh:43
A 3D hp FEM space with continuous, picewise polynomial basis functions.
Definition: space.hh:84
MeshDX< Real > drawMeshDX(concepts::Mesh &msh, std::string filename)
Trampoline function to create a MeshDX.
Gathers information about boundary faces (or edges in 2D) and prepares information to be written to a...
Definition: meshDX.hh:214
std::list< const concepts::Connector * > faces_
List of faces (or edges) which have boundary attribute != 0.
Definition: meshDX.hh:232
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
virtual void operator()(const concepts::Element< F > &elm)
Application operator.
void constructor_(concepts::GlobalPostprocess< F > &postProcess, std::string &filename, uint nelm, uint dim)
Private constructor.
virtual ~MeshDXCell()
const std::list< const concepts::Connector * > & faces() const
Returns the list of faces.
Definition: meshDX.hh:225
BoundaryDXCell(VertexList &vtxList)
Definition: meshDX.hh:216
MeshDXCell(std::ostream &os, VertexList &vtxList, uint nelms, uint nfaces, uint dim=2)
Constructor.
virtual ~BoundaryDXCell()
Draws a picture of a mesh in DX format and stores the result in a file.
Definition: meshDX.hh:89