#include "NormalizedUnstructuredMesh.hxx"
Go to the source code of this file.
Packages | |
| package | INTERP_KERNEL |
Functions | |
| template<class ConnType , NumberingPolicy numPolConn, int SPACEDIM> | |
| double | INTERP_KERNEL.computeVolSurfOfCell (NormalizedCellType type, const ConnType *connec, int lgth, const double *coords) |
| template<class ConnType , NumberingPolicy numPolConn> | |
| double | INTERP_KERNEL.computeVolSurfOfCell2 (NormalizedCellType type, const ConnType *connec, int lgth, const double *coords, int spaceDim) |
| template<class ConnType , NumberingPolicy numPolConn, int SPACEDIM> | |
| void | INTERP_KERNEL.computeBarycenter (NormalizedCellType type, const ConnType *connec, int lgth, const double *coords, double *res) |
| template<class ConnType , NumberingPolicy numPolConn> | |
| void | INTERP_KERNEL.computeBarycenter2 (NormalizedCellType type, const ConnType *connec, int lgth, const double *coords, int spaceDim, double *res) |