Version: 9.14.0
MEDLoader.cxx File Reference
Include dependency graph for MEDLoader.cxx:

Classes

class  MEDVectorStringIterator
 

Namespaces

 MEDCoupling
 

Functions

MEDCoupling::MEDCouplingFieldMEDCoupling::ReadFieldCellLike (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order)
 
template<class T >
MCAuto< typename Traits< T >::FieldType > MEDCoupling::ReadFieldCellLikeT (typename MLFieldTraits< T >::F1TSType *ff, MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order)
 
template<class T >
MCAuto< typename Traits< T >::FieldType > MEDCoupling::ReadFieldNodeT (typename MLFieldTraits< T >::F1TSType *ff, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order)
 
template<class T >
void WriteFieldT (const std::string &fileName, const typename MEDCoupling::Traits< T >::FieldType *f, bool writeFromScratch)
 
template<class T >
void WriteFieldUsingAlreadyWrittenMeshT (const std::string &fileName, const typename MEDCoupling::Traits< T >::FieldType *f)
 

Variables

med_geometry_type typmai [MED_N_CELL_FIXED_GEO]
 
INTERP_KERNEL::NormalizedCellType typmai2 [MED_N_CELL_FIXED_GEO]
 
med_geometry_type typmai3 [INTERP_KERNEL::NORM_MAXTYPE]
 
med_geometry_type typmainoeud [1] = {MED_NONE}
 

Function Documentation

◆ WriteFieldT()

◆ WriteFieldUsingAlreadyWrittenMeshT()

template<class T >
void WriteFieldUsingAlreadyWrittenMeshT ( const std::string &  fileName,
const typename MEDCoupling::Traits< T >::FieldType *  f 
)

Variable Documentation

◆ typmai

med_geometry_type typmai[MED_N_CELL_FIXED_GEO]
Initial value:
= {MED_POINT1, MED_SEG2, MED_SEG3, MED_SEG4, MED_TRIA3,
MED_QUAD4, MED_TRIA6, MED_TRIA7, MED_QUAD8, MED_QUAD9,
MED_TETRA4, MED_PYRA5, MED_PENTA6, MED_HEXA8, MED_OCTA12,
MED_TETRA10, MED_PYRA13, MED_PENTA15, MED_PENTA18, MED_HEXA20,
MED_HEXA27, MED_POLYGON, MED_POLYGON2, MED_POLYHEDRON}

Referenced by MEDCoupling::MEDFileMesh::ConvertFromMEDFileGeoType(), MEDCoupling::MEDFileMesh::ConvertToMEDFileGeoType(), MEDCoupling::GetCellFieldIterations(), MEDCoupling::GetCellFieldNamesOnMesh(), and MEDCoupling::GetUMeshGlobalInfo().

◆ typmainoeud

med_geometry_type typmainoeud[1] = {MED_NONE}

◆ typmai2

INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO]
Initial value:
= {
INTERP_KERNEL::NORM_POINT1, INTERP_KERNEL::NORM_SEG2, INTERP_KERNEL::NORM_SEG3, INTERP_KERNEL::NORM_SEG4,
INTERP_KERNEL::NORM_TRI3, INTERP_KERNEL::NORM_QUAD4, INTERP_KERNEL::NORM_TRI6, INTERP_KERNEL::NORM_TRI7,
INTERP_KERNEL::NORM_QUAD8, INTERP_KERNEL::NORM_QUAD9, INTERP_KERNEL::NORM_TETRA4, INTERP_KERNEL::NORM_PYRA5,
INTERP_KERNEL::NORM_PENTA6, INTERP_KERNEL::NORM_HEXA8, INTERP_KERNEL::NORM_HEXGP12, INTERP_KERNEL::NORM_TETRA10,
INTERP_KERNEL::NORM_PYRA13, INTERP_KERNEL::NORM_PENTA15, INTERP_KERNEL::NORM_PENTA18, INTERP_KERNEL::NORM_HEXA20,
INTERP_KERNEL::NORM_HEXA27, INTERP_KERNEL::NORM_POLYGON, INTERP_KERNEL::NORM_QPOLYG, INTERP_KERNEL::NORM_POLYHED
}

Referenced by MEDCoupling::MEDFileField1TSWithoutSDA::CheckSBTMesh(), MEDCoupling::MEDFileMesh::ConvertFromMEDFileGeoType(), MEDCoupling::MEDFileMesh::ConvertToMEDFileGeoType(), and MEDCoupling::GetUMeshGlobalInfo().

◆ typmai3

med_geometry_type typmai3[INTERP_KERNEL::NORM_MAXTYPE]