mutableMesh.hh File Reference
#include "toolbox/multiArray.hh"
#include "toolbox/sequence.hh"
#include "toolbox/set.hh"
#include "mesh.hh"
Go to the source code of this file.
Classes | |
class | concepts::ConnectTwoMeshes |
Connected mesh of two given meshes where edges on both outer boundaries are connected. More... | |
class | concepts::MutableMesh1 |
Class for holding a general mutable mesh of line elements where cells can be added. More... | |
class | concepts::MutableMesh2 |
Class for holding a general mutable mesh of 2D cell where cells and other 2D meshes can be added. More... | |
class | concepts::MutableMeshBase |
Base class for mutable meshes. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Functions | |
void | concepts::buildEdgeMesh (Scan2 *sc, const concepts::Set< uint > attrib, MutableMeshBase &emsh) |
Construct a mesh of edges of a 2D mesh w.r.t. More... | |
Detailed Description
Classes for mutable meshes where cells can be added.
Definition in file mutableMesh.hh.