Data Structures |
| class | MED.TShapeFun.TFun |
Packages |
| package | MED |
Functions |
| bool | MED.IsEqual (TFloat theLeft, TFloat theRight) |
| 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.
|
| 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.
|
| 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.
|
| 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.
|