Class documentation of Concepts

Loading...
Searching...
No Matches

#include <mesh.hh>

Inheritance diagram for concepts::Mesh:
concepts::OutputOperator concepts::Mesh1 concepts::Mesh2 concepts::Mesh3 concepts::CircleBoundary concepts::EdgeMesh concepts::Line concepts::MutableMesh1 concepts::StraightPeriodicBoundary concepts::ConvertMeshQuads concepts::Import2DMeshGmsh concepts::Import2dMeshBase concepts::Import2dMeshEz4u concepts::Mesh2withBoundary concepts::MutableMesh2 concepts::Square concepts::Square2 concepts::SquareOneInfiniteRect concepts::SquareTwoInfiniteRects concepts::UniformlyRefinedMesh2 estimator::LocalMesh2 Cube Cube Cube Cube Cube2 Cube2 Cube2 Cube2 Cube3 Cube3 Cube3 Cube3 concepts::Cuboid concepts::Import3DMeshGmsh concepts::Import3DTetMesh concepts::Import3dMesh

Public Member Functions

virtual uint ncell () const =0
 Returns the number of cells in the mesh.
 
virtual Scan< Cell > * scan ()=0
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

An abstract class for meshes.

This class prescribes the common interface for all classes implementing a mesh. This interface consists of a method to query the number of cells in the mesh and to get a scanner over the mesh.

Definition at line 76 of file mesh.hh.

Member Function Documentation

◆ info()

◆ ncell()

◆ scan()


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