meshImport3Dgmsh.hh
Import3DMeshGmsh(const std::string &filename)
Constructor.
unsigned int ncell() const
Returns the number of cells in the mesh.
Definition: meshImport3Dgmsh.hh:48
concepts::Sequence< concepts::Vertex * > vtx_
Definition: meshImport3Dgmsh.hh:60
Scanner for a STL container std::vector of pointers.
Definition: scannerConnectors.hh:257
virtual ~Import3DMeshGmsh()
Sequence with operations, output operator, and method of the particular element types.
Definition: sequence.hh:39
concepts::Sequence< concepts::Cell3 * > cell_
Definition: meshImport3Dgmsh.hh:64
concepts::Sequence< concepts::Edge * > edg_
Definition: meshImport3Dgmsh.hh:61
concepts::Sequence< concepts::Quad * > quad_
Definition: meshImport3Dgmsh.hh:62
Imports a 3D mesh consisting only of hexahedrons from created with the mesh generator gmsh.
Definition: meshImport3Dgmsh.hh:37
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::Sequence< concepts::Real3d > coord_
Definition: meshImport3Dgmsh.hh:59
concepts::Sequence< concepts::Hexahedron * > hex_
Definition: meshImport3Dgmsh.hh:63
concepts::Scan3 * scan()
Returns a scanner over the cells of the mesh.
Definition: meshImport3Dgmsh.hh:52