24#ifndef _GEMA_PLUGIN_GEMA_MESH_H_
25#define _GEMA_PLUGIN_GEMA_MESH_H_
28#include "gmpCellMesh.h"
A mesh that supports cell data, parameterized by the vector type (either GmSingleVector or GmDualVect...
Definition gmpCellMesh.h:364
A mesh that supports Element data, parameterized by the vector type (either GmSingleVector or GmDualV...
Definition gmpCellMesh.h:404
Basic class for a plugin mesh. Implements the needed functions for a GmMesh interface,...
Definition gmpNodeMesh.h:71
GmpElementMesh< GmDualVector > GmpGemaElementMeshD
Typedef for a mesh that supports element data using a GmDualVector for storing node / cell data.
Definition gmpGemaMesh.h:48
GmpCellMesh< GmSingleVector > GmpGemaCellMesh
Typedef for a mesh that supports cell data using a GmSingleVector for storing node / cell data.
Definition gmpGemaMesh.h:38
GmpNodeMesh< GmMesh, GmDualVector > GmpGemaMeshD
Typedef for a mesh that only supports node data using a GmDualVector for storing node data.
Definition gmpGemaMesh.h:34
GmpNodeMesh< GmMesh, GmSingleVector > GmpGemaMesh
Typedef for a mesh that only supports node data using a GmSingleVector for storing node data.
Definition gmpGemaMesh.h:31
GmpCellMesh< GmDualVector > GmpGemaCellMeshD
Typedef for a mesh that supports cell data using a GmDualVector for storing node / cell data.
Definition gmpGemaMesh.h:41
GmpElementMesh< GmSingleVector > GmpGemaElementMesh
Typedef for a mesh that supports element data using a GmSingleVector for storing node / cell data.
Definition gmpGemaMesh.h:45
Declaration of the GmpNodeMesh class.