Version: 9.12.0
MED_GaussUtils.hxx File Reference
#include "MED_WrapperDef.hxx"
#include "MED_Structures.hxx"
Include dependency graph for MED_GaussUtils.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MED::TGaussCoord
 Define a helper class to handle Gauss Points coordinates. More...
 
struct  MED::TShapeFun
 Shape function definitions. More...
 
struct  MED::TSeg2a
 
struct  MED::TSeg3a
 
struct  MED::TTria3a
 
struct  MED::TTria6a
 
struct  MED::TTria3b
 
struct  MED::TTria6b
 
struct  MED::TQuad4a
 
struct  MED::TQuad8a
 
struct  MED::TQuad9a
 
struct  MED::TQuad4b
 
struct  MED::TQuad8b
 
struct  MED::TQuad9b
 
struct  MED::TTetra4a
 
struct  MED::TTetra10a
 
struct  MED::TTetra4b
 
struct  MED::TTetra10b
 
struct  MED::THexa8a
 
struct  MED::THexa20a
 
struct  MED::THexa27a
 
struct  MED::THexa8b
 
struct  MED::THexa20b
 
struct  MED::TPenta6a
 
struct  MED::TPenta6b
 
struct  MED::TPenta15a
 
struct  MED::TPenta15b
 
struct  MED::TPyra5a
 
struct  MED::TPyra5b
 
struct  MED::TPyra13a
 
struct  MED::TPyra13b
 

Namespaces

 MED
 

Typedefs

typedef TVector< TCCoordSlice > MED::TCCoordSliceArr
 
typedef TVector< TCoordSlice > MED::TCoordSliceArr
 
typedef SharedPtr< TGaussCoord > MED::PGaussCoord
 

Functions

bool MED::GetGaussCoord3D (const TGaussInfo &theGaussInfo, const TCellInfo &theCellInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE)
 To calculate Gauss Points coordinates. More...
 
bool MED::GetBaryCenter (const TCellInfo &theCellInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE)
 To calculate Gauss Points coordinates for defined TCellInfo as its bary center. More...
 
bool MED::GetBaryCenter (const TPolygoneInfo &thePolygoneInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE)
 To calculate Gauss Points coordinates for defined TPolygoneInfo as its bary center. More...
 
bool MED::GetBaryCenter (const TPolyedreInfo &thePolyedreInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE)
 To calculate Gauss Points coordinates for defined TPolyedreInfo as its bary center. More...