Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
geometry/mutableMesh.hh File Reference

Classes for mutable meshes where cells can be added. More...

#include "toolbox/multiArray.hh"
#include "toolbox/sequence.hh"
#include "toolbox/set.hh"
#include "mesh.hh"
Include dependency graph for mutableMesh.hh:
This graph shows which files directly or indirectly include this file:

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

namespace  concepts
 

Geometries and material constants for eddy current problems.


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.

Detailed Description

Classes for mutable meshes where cells can be added.

Definition in file mutableMesh.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)