Programming tasks to Scientific Computing I
Classes | Namespaces | Typedefs | Variables
adaptiveTriangMesh.h File Reference
#include <triangMesh.h>

Go to the source code of this file.

Classes

struct  ParentInformation< DomVecType >
 
class  shellFE::AdaptiveTriangMesh< DataTypeContainer, TriangleType >
 
class  shellFE::AdaptiveTriangMesh< DataTypeContainer, TriangleType >::DartIterator
 Dart iterator. More...
 

Namespaces

 shellFE
 

Typedefs

typedef short LocalIndex
 defines for local node and edge numbering More...
 
typedef int GlobalIndex
 

Variables

const int IndexNotSet = -1
 

Typedef Documentation

typedef int GlobalIndex

Definition at line 8 of file adaptiveTriangMesh.h.

typedef short LocalIndex

defines for local node and edge numbering

Definition at line 7 of file adaptiveTriangMesh.h.

Variable Documentation

const int IndexNotSet = -1

Definition at line 9 of file adaptiveTriangMesh.h.