Typedefs | |
typedef bool(* | FunctionToEvaluate )(const double *pos, double *res) |
Enumerations | |
enum | MEDCouplingMeshType { UNSTRUCTURED = 5, UNSTRUCTURED_DESC = 6, CARTESIAN = 7, EXTRUDED = 8 } |
enum | NatureOfField { NoNature = 17, ConservativeVolumic = 26, Integral = 32, IntegralGlobConstraint = 35, RevIntegral = 37 } |
enum | DeallocType { C_DEALLOC = 2, CPP_DEALLOC = 3 } |
enum | TypeOfField { ON_CELLS = 0, ON_NODES = 1, ON_GAUSS_PT = 2, ON_GAUSS_NE = 3 } |
enum | TypeOfTimeDiscretization { NO_TIME = 4, ONE_TIME = 5, LINEAR_TIME = 6, CONST_ON_TIME_INTERVAL = 7 } |
Functions | |
fvm_nodal_t * | medmemMeshToFVMMesh (const MEDMEM::MESH *mesh) |
fvm_nodal_t * | medmemSupportToFVMMesh (const MEDMEM::SUPPORT *support) |
typedef bool(* ParaMEDMEM::FunctionToEvaluate)(const double *pos, double *res) |
fvm_nodal_t* ParaMEDMEM::medmemMeshToFVMMesh | ( | const MEDMEM::MESH * | mesh | ) |
References MEDMEM::MESH::getConnectivity(), MEDMEM::MESH::getCoordinates(), MEDMEM::MESH::getMeshDimension(), MEDMEM::GMESH::getName(), MEDMEM::MESH::getNumberOfElements(), MEDMEM::MESH::getNumberOfNodes(), MEDMEM::MESH::getNumberOfTypes(), MEDMEM::GMESH::getSpaceDimension(), and MEDMEM::MESH::getTypes().
Referenced by ParaMEDMEM::NonCoincidentDEC::synchronize().
fvm_nodal_t* ParaMEDMEM::medmemSupportToFVMMesh | ( | const MEDMEM::SUPPORT * | support | ) |
References MEDMEM::SUPPORT::getEntity(), MEDMEM::SUPPORT::getMesh(), MEDMEM::SUPPORT::getName(), MEDMEM::SUPPORT::getNumber(), MEDMEM::SUPPORT::getNumberIndex(), MEDMEM::SUPPORT::getNumberOfElements(), MEDMEM::SUPPORT::getNumberOfTypes(), MEDMEM::SUPPORT::getTypes(), and MEDMEM::SUPPORT::isOnAllElements().