An abstract class for meshes. More...

#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::Import2dMeshBase concepts::Import2dMeshEz4u concepts::Import2DMeshGmsh concepts::Mesh2withBoundary concepts::MutableMesh2 concepts::Square concepts::Square2 concepts::SquareOneInfiniteRect concepts::SquareTwoInfiniteRects concepts::UniformlyRefinedMesh2 estimator::LocalMesh2 concepts::Cuboid concepts::Import3dMesh concepts::Import3DMeshGmsh concepts::Import3DTetMesh Cube Cube2 Cube3

Public Member Functions

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

Protected Member Functions

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

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich