GemaMesh
The GeMA Mesh Plugin
Loading...
Searching...
No Matches
gmpGemaMesh.h
Go to the documentation of this file.
1/************************************************************************
2**
3** Copyright (C) 2014 by Carlos Augusto Teixera Mendes
4** All rights reserved.
5**
6** This file is part of the "GeMA" software. It's use should respect
7** the terms in the license agreement that can be found together
8** with this source code.
9** It is provided AS IS, with NO WARRANTY OF ANY KIND,
10** INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR
11** A PARTICULAR PURPOSE.
12**
13************************************************************************/
14
24#ifndef _GEMA_PLUGIN_GEMA_MESH_H_
25#define _GEMA_PLUGIN_GEMA_MESH_H_
26
27#include "gmpNodeMesh.h"
28#include "gmpCellMesh.h"
29
32
35
36
39
42
43
46
49
50#endif
51
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.