Typedefs | |
| typedef DataArrayInt32Tuple | DataArrayIntTuple |
| typedef bool(* | FunctionToEvaluate) (const double *pos, double *res) |
| using | MEDCouplingFieldInt = MEDCouplingFieldInt32 |
| using | UMeshConnectivityIndexIterator = UMeshGenIterator< UMeshIndexConnectivityFunctor, DataArrayIdType > |
| using | UMeshConnectivityIterator = UMeshGenIterator< UMeshConnectivityFunctor, DataArrayIdType > |
| using | UMeshCoordsIterator = UMeshGenIterator< UMeshCoordsFunctor, DataArrayDouble > |
Enumerations | |
| enum | _MessageIdent { _message_unknown , _message_time , _message_int , _message_double } |
| enum | AllToAllMethod { Native , PointToPoint } |
| enum | CYCLE_TYPE { Block , Cycle } |
| enum class | DeallocType { C_DEALLOC = 2 , CPP_DEALLOC = 3 , C_DEALLOC_WITH_OFFSET = 4 } |
| enum | InterpolationMatrixPolicy { IK_ONLY_PREFERED = 0 , NOT_IK_ONLY_PREFERED = 1 , IK_ONLY_FORCED = 2 , NOT_IK_ONLY_FORCED = 3 } |
| enum | MEDCouplingAxisType { AX_CART = 3 , AX_CYL = 4 , AX_SPHER = 5 } |
| enum | MEDCouplingMeshType { UNSTRUCTURED = 5 , CARTESIAN = 7 , EXTRUDED = 8 , CURVE_LINEAR = 9 , SINGLE_STATIC_GEO_TYPE_UNSTRUCTURED = 10 , SINGLE_DYNAMIC_GEO_TYPE_UNSTRUCTURED = 11 , IMAGE_GRID = 12 } |
| enum | TimeInterpolationMethod { WithoutTimeInterp , LinearTimeInterp } |
| enum | TypeOfField { ON_CELLS = 0 , ON_NODES = 1 , ON_GAUSS_PT = 2 , ON_GAUSS_NE = 3 , ON_NODES_KR = 4 , ON_NODES_FE = 5 } |
| enum | TypeOfTimeDiscretization { NO_TIME = 4 , ONE_TIME = 5 , LINEAR_TIME = 6 , CONST_ON_TIME_INTERVAL = 7 } |
Functions | |
| void | AssignStaticWritePropertiesTo (MEDCoupling::MEDFileWritable &obj) |
| void | CheckFileForRead (const std::string &fileName) |
| void | DACheckNbOfTuplesAndComp (const DataArray *da, mcIdType nbOfTuples, std::size_t nbOfCompo, const std::string &msg) |
| template<class T , class FCT > | |
| Traits< T >::ArrayType * | DivSub (const typename Traits< T >::ArrayType *a1, const typename Traits< T >::ArrayType *a2) |
| std::vector< std::pair< std::pair< int, int >, double > > | GetAllFieldIterations (const std::string &fileName, const std::string &fieldName) |
| std::vector< std::string > | GetAllFieldNames (const std::string &fileName) |
| std::vector< std::string > | GetAllFieldNamesOnMesh (const std::string &fileName, const std::string &meshName) |
| std::vector< std::pair< int, int > > | GetCellFieldIterations (const std::string &fileName, const std::string &meshName, const std::string &fieldName) |
| std::vector< std::string > | GetCellFieldNamesOnMesh (const std::string &fileName, const std::string &meshName) |
| std::vector< std::pair< std::string, std::string > > | GetComponentsNamesOfField (const std::string &fileName, const std::string &fieldName) |
| void | GetFamiliesGroupsInfo (const std::string &fileName, const std::string &meshName, std::map< std::string, mcIdType > &families, std::map< std::string, std::vector< std::string >> &groupsOnFam) |
| std::vector< std::pair< int, int > > | GetFieldIterations (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, const std::string &fieldName) |
| std::vector< std::string > | GetFieldNamesOnMesh (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName) |
| std::vector< std::string > | GetMeshFamiliesNames (const std::string &fileName, const std::string &meshName) |
| std::vector< std::string > | GetMeshFamiliesNamesOnGroup (const std::string &fileName, const std::string &meshName, const std::string &grpName) |
| std::vector< std::string > | GetMeshGroupsNames (const std::string &fileName, const std::string &meshName) |
| std::vector< std::string > | GetMeshGroupsNamesOnFamily (const std::string &fileName, const std::string &meshName, const std::string &famName) |
| std::vector< std::string > | GetMeshNames (const std::string &fileName) |
| std::vector< std::string > | GetMeshNamesOnField (const std::string &fileName, const std::string &fieldName) |
| std::vector< std::pair< int, int > > | GetNodeFieldIterations (const std::string &fileName, const std::string &meshName, const std::string &fieldName) |
| std::vector< std::string > | GetNodeFieldNamesOnMesh (const std::string &fileName, const std::string &meshName) |
| double | GetTimeAttachedOnFieldIteration (const std::string &fileName, const std::string &fieldName, int iteration, int order) |
| std::vector< MEDCoupling::TypeOfField > | GetTypesOfField (const std::string &fileName, const std::string &meshName, const std::string &fieldName) |
| std::vector< std::vector< std::pair< INTERP_KERNEL::NormalizedCellType, int > > > | GetUMeshGlobalInfo (const std::string &fileName, const std::string &meshName, int &meshDim, int &spaceDim, mcIdType &numberOfNodes) |
| bool | HasXDR () |
| bool | IsCXX11Compiled () |
| bool | MEDCouplingByteOrder () |
| const char * | MEDCouplingByteOrderStr () |
| std::size_t | MEDCouplingSizeOfIDs () |
| int | MEDCouplingSizeOfVoidStar () |
| int | MEDCouplingVersion () |
| void | MEDCouplingVersionMajMinRel (int &maj, int &minor, int &releas) |
| const char * | MEDCouplingVersionStr () |
| void | MEDFileVersion (int &major, int &minor, int &release) |
| std::string | MEDFileVersionOfFileStr (const std::string &fileName) |
| std::string | MEDFileVersionStr () |
| fvm_nodal_t * | medmemMeshToFVMMesh (const MEDMEM::MESH *mesh) |
| fvm_nodal_t * | medmemSupportToFVMMesh (const MEDMEM::SUPPORT *support) |
| template<class T , class FCT > | |
| Traits< T >::ArrayType * | MulAdd (const typename Traits< T >::ArrayType *a1, const typename Traits< T >::ArrayType *a2) |
| ostream & | operator<< (ostream &f, const _MessageIdent &methodtype) |
| ostream & | operator<< (ostream &f, const TimeMessage &aTimeMsg) |
| std::ostream & | operator<< (std::ostream &, const _MessageIdent &) |
| std::ostream & | operator<< (std::ostream &, const TimeMessage &) |
| MCAuto< MEDCoupling::MEDCouplingField > | ReadField (const std::string &fileName) |
| MCAuto< MEDCoupling::MEDCouplingField > | ReadField (const std::string &fileName, const std::string &fieldName) |
| MCAuto< MEDCoupling::MEDCouplingField > | ReadField (const std::string &fileName, const std::string &fieldName, int iteration, int order) |
| MCAuto< MEDCoupling::MEDCouplingField > | ReadField (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| MEDCoupling::MEDCouplingField * | ReadFieldCell (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| MEDCoupling::MEDCouplingField * | 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 > | 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) |
| MEDCoupling::MEDCouplingField * | ReadFieldGauss (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| MEDCoupling::MEDCouplingField * | ReadFieldGaussNE (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| MEDCoupling::MEDCouplingField * | ReadFieldNode (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 > | ReadFieldNodeT (typename MLFieldTraits< T >::F1TSType *ff, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > | ReadFieldsCellOnSameMesh (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, const std::vector< std::pair< int, int >> &its) |
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > | ReadFieldsGaussNEOnSameMesh (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, const std::vector< std::pair< int, int >> &its) |
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > | ReadFieldsGaussOnSameMesh (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, const std::vector< std::pair< int, int >> &its) |
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > | ReadFieldsNodeOnSameMesh (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, const std::vector< std::pair< int, int >> &its) |
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > | ReadFieldsOnSameMesh (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, const std::vector< std::pair< int, int >> &its) |
| MEDCoupling::MEDCouplingMesh * | ReadMeshFromFile (const std::string &fileName, const std::string &meshName, int meshDimRelToMax=0) |
| MEDCoupling::MEDCouplingMesh * | ReadMeshFromFile (const std::string &fileName, int meshDimRelToMax=0) |
| int | ReadUMeshDimFromFile (const std::string &fileName, const std::string &meshName) |
| MEDCoupling::MEDCouplingUMesh * | ReadUMeshFromFamilies (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::vector< std::string > &fams) |
| MEDCoupling::MEDCouplingUMesh * | ReadUMeshFromFile (const std::string &fileName, const std::string &meshName, int meshDimRelToMax=0) |
| MEDCoupling::MEDCouplingUMesh * | ReadUMeshFromFile (const std::string &fileName, int meshDimRelToMax=0) |
| MEDCoupling::MEDCouplingUMesh * | ReadUMeshFromGroups (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::vector< std::string > &grps) |
| void | SetCompPolicyForCell (int val) |
| void | SetEpsilonForNodeComp (double val) |
| void | SetTooLongStrPolicy (int val) |
| void | WriteField (const std::string &fileName, const MEDCoupling::MEDCouplingField *f, bool writeFromScratch) |
| void | WriteFieldDep (const std::string &fileName, const MEDCoupling::MEDCouplingField *f, bool writeFromScratch) |
| void | WriteFieldUsingAlreadyWrittenMesh (const std::string &fileName, const MEDCoupling::MEDCouplingField *f) |
| void | WriteMesh (const std::string &fileName, const MEDCoupling::MEDCouplingMesh *mesh, bool writeFromScratch) |
| void | WriteUMesh (const std::string &fileName, const MEDCoupling::MEDCouplingUMesh *mesh, bool writeFromScratch) |
| void | WriteUMeshDep (const std::string &fileName, const MEDCoupling::MEDCouplingUMesh *mesh, bool writeFromScratch) |
| void | WriteUMeshes (const std::string &fileName, const std::vector< const MEDCoupling::MEDCouplingUMesh * > &meshes, bool writeFromScratch) |
| void | WriteUMeshesPartition (const std::string &fileName, const std::string &meshName, const std::vector< const MEDCoupling::MEDCouplingUMesh * > &meshes, bool writeFromScratch) |
| void | WriteUMeshesPartitionDep (const std::string &fileName, const std::string &meshName, const std::vector< const MEDCoupling::MEDCouplingUMesh * > &meshes, bool writeFromScratch) |
| using MEDCoupling::MEDCouplingFieldInt = typedef MEDCouplingFieldInt32 |
| typedef bool(* MEDCoupling::FunctionToEvaluate) (const double *pos, double *res) |
| using MEDCoupling::UMeshConnectivityIndexIterator = typedef UMeshGenIterator<UMeshIndexConnectivityFunctor, DataArrayIdType> |
| using MEDCoupling::UMeshConnectivityIterator = typedef UMeshGenIterator<UMeshConnectivityFunctor, DataArrayIdType> |
| using MEDCoupling::UMeshCoordsIterator = typedef UMeshGenIterator<UMeshCoordsFunctor, DataArrayDouble> |
|
strong |
| ostream& MEDCoupling::operator<< | ( | ostream & | f, |
| const TimeMessage & | aTimeMsg | ||
| ) |
| ostream& MEDCoupling::operator<< | ( | ostream & | f, |
| const _MessageIdent & | methodtype | ||
| ) |
References _message_double, _message_int, and _message_time.
| std::ostream& MEDCoupling::operator<< | ( | std::ostream & | , |
| const _MessageIdent & | |||
| ) |
| std::ostream& MEDCoupling::operator<< | ( | std::ostream & | , |
| const TimeMessage & | |||
| ) |
| fvm_nodal_t* MEDCoupling::medmemMeshToFVMMesh | ( | const MEDMEM::MESH * | mesh | ) |
Referenced by MEDCoupling::NonCoincidentDEC::synchronize().
| fvm_nodal_t* MEDCoupling::medmemSupportToFVMMesh | ( | const MEDMEM::SUPPORT * | support | ) |
| void MEDCoupling::DACheckNbOfTuplesAndComp | ( | const DataArray * | da, |
| mcIdType | nbOfTuples, | ||
| std::size_t | nbOfCompo, | ||
| const std::string & | msg | ||
| ) |
References MEDCoupling::DataArray::checkNbOfTuplesAndComp().
| Traits<T>::ArrayType* MEDCoupling::DivSub | ( | const typename Traits< T >::ArrayType * | a1, |
| const typename Traits< T >::ArrayType * | a2 | ||
| ) |
| Traits<T>::ArrayType* MEDCoupling::MulAdd | ( | const typename Traits< T >::ArrayType * | a1, |
| const typename Traits< T >::ArrayType * | a2 | ||
| ) |
| const char * MEDCoupling::MEDCouplingVersionStr | ( | ) |
| int MEDCoupling::MEDCouplingVersion | ( | ) |
| void MEDCoupling::MEDCouplingVersionMajMinRel | ( | int & | maj, |
| int & | minor, | ||
| int & | releas | ||
| ) |
| int MEDCoupling::MEDCouplingSizeOfVoidStar | ( | ) |
| std::size_t MEDCoupling::MEDCouplingSizeOfIDs | ( | ) |
| bool MEDCoupling::MEDCouplingByteOrder | ( | ) |
If true is returned it is a LittleEndian machine. If false it is a BigEndian machine.
Referenced by MEDCouplingByteOrderStr().
| const char * MEDCoupling::MEDCouplingByteOrderStr | ( | ) |
References MEDCouplingByteOrder().
Referenced by MEDCoupling::MEDCouplingAMRAttribute::writeVTHB().
| bool MEDCoupling::IsCXX11Compiled | ( | ) |
| 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 | ||
| ) |
References MEDCoupling::MEDFileMesh::New().
| MEDCoupling::MEDCouplingField* MEDCoupling::ReadFieldCellLike | ( | MEDCoupling::TypeOfField | type, |
| const std::string & | fileName, | ||
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References MEDCoupling::MEDFileAnyTypeField1TS::New().
Referenced by ReadFieldCell(), ReadFieldGauss(), and ReadFieldGaussNE().
| 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 | ||
| ) |
References MEDCoupling::MEDFileMesh::New(), and ON_NODES.
| void MEDCoupling::SetEpsilonForNodeComp | ( | double | val | ) |
This method sets the epsilon value used for node comparison when trying to build a profile for a field on node/cell on an already written mesh.
| void MEDCoupling::SetCompPolicyForCell | ( | int | val | ) |
This method sets the policy comparison when trying to fit the already written mesh on a field. The semantic of the policy is specified in MEDCouplingUMesh::zipConnectivityTraducer.
| void MEDCoupling::SetTooLongStrPolicy | ( | int | val | ) |
This method set the behaviour of MEDLoader when a too long string is seen in datastructure before copy it in MED file. By default (0) an exception is thrown. If equal to 1 a warning is emitted in std_err but no exception is thrown.
| bool MEDCoupling::HasXDR | ( | ) |
| std::string MEDCoupling::MEDFileVersionStr | ( | ) |
Referenced by MEDFileVersionOfFileStr().
| std::string MEDCoupling::MEDFileVersionOfFileStr | ( | const std::string & | fileName | ) |
References MEDFileVersionStr().
| void MEDCoupling::MEDFileVersion | ( | int & | major, |
| int & | minor, | ||
| int & | release | ||
| ) |
| void MEDCoupling::CheckFileForRead | ( | const std::string & | fileName | ) |
Referenced by GetFieldIterations(), GetFieldNamesOnMesh(), MEDCoupling::MEDFileUMesh::LoadConnectivityOnlyPartOf(), MEDCoupling::MEDFileUMesh::LoadPartOf(), MEDCoupling::MEDFileFields::LoadSpecificEntities(), ReadField(), ReadFieldsOnSameMesh(), ReadMeshFromFile(), ReadUMeshDimFromFile(), ReadUMeshFromFamilies(), ReadUMeshFromFile(), and ReadUMeshFromGroups().
| std::vector< std::string > MEDCoupling::GetMeshNames | ( | const std::string & | fileName | ) |
Referenced by WriteFieldT().
| std::vector< std::vector< std::pair< INTERP_KERNEL::NormalizedCellType, int > > > MEDCoupling::GetUMeshGlobalInfo | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int & | meshDim, | ||
| int & | spaceDim, | ||
| mcIdType & | numberOfNodes | ||
| ) |
Given a 'fileName' and a 'meshName' this method returns global information concerning this mesh. It returns, in this order :
| std::vector< std::pair< std::string, std::string > > MEDCoupling::GetComponentsNamesOfField | ( | const std::string & | fileName, |
| const std::string & | fieldName | ||
| ) |
| std::vector< std::string > MEDCoupling::GetMeshNamesOnField | ( | const std::string & | fileName, |
| const std::string & | fieldName | ||
| ) |
| void MEDCoupling::GetFamiliesGroupsInfo | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| std::map< std::string, mcIdType > & | families, | ||
| std::map< std::string, std::vector< std::string >> & | groupsOnFam | ||
| ) |
| std::vector< std::string > MEDCoupling::GetMeshGroupsNames | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
| std::vector< std::string > MEDCoupling::GetMeshFamiliesNames | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
| std::vector< std::string > MEDCoupling::GetMeshFamiliesNamesOnGroup | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::string & | grpName | ||
| ) |
| std::vector< std::string > MEDCoupling::GetMeshGroupsNamesOnFamily | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::string & | famName | ||
| ) |
| std::vector< std::string > MEDCoupling::GetAllFieldNames | ( | const std::string & | fileName | ) |
Referenced by ReadField().
| std::vector< std::string > MEDCoupling::GetAllFieldNamesOnMesh | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
| std::vector< MEDCoupling::TypeOfField > MEDCoupling::GetTypesOfField | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::string & | fieldName | ||
| ) |
References MEDCoupling::MEDFileAnyTypeFieldMultiTS::New(), ON_CELLS, and ON_NODES.
| std::vector< std::string > MEDCoupling::GetFieldNamesOnMesh | ( | MEDCoupling::TypeOfField | type, |
| const std::string & | fileName, | ||
| const std::string & | meshName | ||
| ) |
References CheckFileForRead(), GetCellFieldNamesOnMesh(), GetNodeFieldNamesOnMesh(), ON_CELLS, and ON_NODES.
| std::vector< std::string > MEDCoupling::GetCellFieldNamesOnMesh | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
References typmai.
Referenced by GetFieldNamesOnMesh().
| std::vector< std::string > MEDCoupling::GetNodeFieldNamesOnMesh | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
Referenced by GetFieldNamesOnMesh().
| std::vector< std::pair< int, int > > MEDCoupling::GetFieldIterations | ( | MEDCoupling::TypeOfField | type, |
| const std::string & | fileName, | ||
| const std::string & | meshName, | ||
| const std::string & | fieldName | ||
| ) |
References CheckFileForRead(), GetCellFieldIterations(), GetNodeFieldIterations(), ON_CELLS, and ON_NODES.
| std::vector< std::pair< int, int > > MEDCoupling::GetCellFieldIterations | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::string & | fieldName | ||
| ) |
References typmai.
Referenced by GetFieldIterations().
| std::vector< std::pair< int, int > > MEDCoupling::GetNodeFieldIterations | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::string & | fieldName | ||
| ) |
Referenced by GetFieldIterations().
| std::vector< std::pair< std::pair< int, int >, double > > MEDCoupling::GetAllFieldIterations | ( | const std::string & | fileName, |
| const std::string & | fieldName | ||
| ) |
Referenced by ReadField().
| double MEDCoupling::GetTimeAttachedOnFieldIteration | ( | const std::string & | fileName, |
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
| MEDCoupling::MEDCouplingUMesh * MEDCoupling::ReadUMeshFromFamilies | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::vector< std::string > & | fams | ||
| ) |
| MEDCoupling::MEDCouplingUMesh * MEDCoupling::ReadUMeshFromGroups | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::vector< std::string > & | grps | ||
| ) |
| MEDCoupling::MEDCouplingMesh * MEDCoupling::ReadMeshFromFile | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax = 0 |
||
| ) |
| MEDCoupling::MEDCouplingMesh * MEDCoupling::ReadMeshFromFile | ( | const std::string & | fileName, |
| int | meshDimRelToMax = 0 |
||
| ) |
| MEDCoupling::MEDCouplingUMesh * MEDCoupling::ReadUMeshFromFile | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax = 0 |
||
| ) |
| MEDCoupling::MEDCouplingUMesh * MEDCoupling::ReadUMeshFromFile | ( | const std::string & | fileName, |
| int | meshDimRelToMax = 0 |
||
| ) |
| int MEDCoupling::ReadUMeshDimFromFile | ( | const std::string & | fileName, |
| const std::string & | meshName | ||
| ) |
References CheckFileForRead().
| MCAuto< MEDCoupling::MEDCouplingField > MEDCoupling::ReadField | ( | const std::string & | fileName | ) |
References GetAllFieldNames().
Referenced by ReadField().
| MCAuto< MEDCoupling::MEDCouplingField > MEDCoupling::ReadField | ( | const std::string & | fileName, |
| const std::string & | fieldName | ||
| ) |
References GetAllFieldIterations(), and ReadField().
| MCAuto< MEDCoupling::MEDCouplingField > MEDCoupling::ReadField | ( | const std::string & | fileName, |
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
| MCAuto< MEDCoupling::MEDCouplingField > MEDCoupling::ReadField | ( | MEDCoupling::TypeOfField | type, |
| const std::string & | fileName, | ||
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References CheckFileForRead(), ON_CELLS, ON_GAUSS_NE, ON_GAUSS_PT, ON_NODES, ReadFieldCell(), ReadFieldGauss(), ReadFieldGaussNE(), and ReadFieldNode().
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > MEDCoupling::ReadFieldsOnSameMesh | ( | MEDCoupling::TypeOfField | type, |
| const std::string & | fileName, | ||
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| const std::vector< std::pair< int, int >> & | its | ||
| ) |
References CheckFileForRead(), MEDCoupling::MEDFileUMesh::getMeshAtLevel(), MEDCoupling::MEDFileUMesh::getNumberFieldAtLevel(), MEDCoupling::MEDFileTemplateField1TS< double >::New(), and MEDCoupling::MEDFileMesh::New().
Referenced by ReadFieldsCellOnSameMesh(), ReadFieldsGaussNEOnSameMesh(), ReadFieldsGaussOnSameMesh(), and ReadFieldsNodeOnSameMesh().
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > MEDCoupling::ReadFieldsCellOnSameMesh | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| const std::vector< std::pair< int, int >> & | its | ||
| ) |
References ON_CELLS, and ReadFieldsOnSameMesh().
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > MEDCoupling::ReadFieldsNodeOnSameMesh | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| const std::vector< std::pair< int, int >> & | its | ||
| ) |
References ON_NODES, and ReadFieldsOnSameMesh().
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > MEDCoupling::ReadFieldsGaussOnSameMesh | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| const std::vector< std::pair< int, int >> & | its | ||
| ) |
References ON_GAUSS_PT, and ReadFieldsOnSameMesh().
| std::vector< MEDCoupling::MEDCouplingFieldDouble * > MEDCoupling::ReadFieldsGaussNEOnSameMesh | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| const std::vector< std::pair< int, int >> & | its | ||
| ) |
References ON_GAUSS_NE, and ReadFieldsOnSameMesh().
| MEDCoupling::MEDCouplingField * MEDCoupling::ReadFieldCell | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References ON_CELLS, and ReadFieldCellLike().
Referenced by ReadField().
| MEDCoupling::MEDCouplingField * MEDCoupling::ReadFieldNode | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References MEDCoupling::MEDFileAnyTypeField1TS::New().
Referenced by ReadField().
| MEDCoupling::MEDCouplingField * MEDCoupling::ReadFieldGauss | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References ON_GAUSS_PT, and ReadFieldCellLike().
Referenced by ReadField().
| MEDCoupling::MEDCouplingField * MEDCoupling::ReadFieldGaussNE | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| int | meshDimRelToMax, | ||
| const std::string & | fieldName, | ||
| int | iteration, | ||
| int | order | ||
| ) |
References ON_GAUSS_NE, and ReadFieldCellLike().
Referenced by ReadField().
| void MEDCoupling::WriteMesh | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingMesh * | mesh, | ||
| bool | writeFromScratch | ||
| ) |
| void MEDCoupling::WriteUMesh | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingUMesh * | mesh, | ||
| bool | writeFromScratch | ||
| ) |
References AssignStaticWritePropertiesTo(), MEDCoupling::MEDCouplingUMesh::deepCopy(), and MEDCoupling::MEDFileUMesh::New().
Referenced by WriteMesh(), and WriteUMeshDep().
| void MEDCoupling::WriteUMeshDep | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingUMesh * | mesh, | ||
| bool | writeFromScratch | ||
| ) |
References WriteUMesh().
| void MEDCoupling::WriteUMeshesPartition | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::vector< const MEDCoupling::MEDCouplingUMesh * > & | meshes, | ||
| bool | writeFromScratch | ||
| ) |
References AssignStaticWritePropertiesTo(), and MEDCoupling::MEDFileUMesh::New().
Referenced by WriteUMeshesPartitionDep().
| void MEDCoupling::WriteUMeshesPartitionDep | ( | const std::string & | fileName, |
| const std::string & | meshName, | ||
| const std::vector< const MEDCoupling::MEDCouplingUMesh * > & | meshes, | ||
| bool | writeFromScratch | ||
| ) |
References WriteUMeshesPartition().
| void MEDCoupling::WriteUMeshes | ( | const std::string & | fileName, |
| const std::vector< const MEDCoupling::MEDCouplingUMesh * > & | meshes, | ||
| bool | writeFromScratch | ||
| ) |
References AssignStaticWritePropertiesTo(), and MEDCoupling::MEDFileUMesh::New().
| void MEDCoupling::WriteField | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingField * | f, | ||
| bool | writeFromScratch | ||
| ) |
Referenced by WriteFieldDep().
| void MEDCoupling::WriteFieldDep | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingField * | f, | ||
| bool | writeFromScratch | ||
| ) |
References WriteField().
| void MEDCoupling::WriteFieldUsingAlreadyWrittenMesh | ( | const std::string & | fileName, |
| const MEDCoupling::MEDCouplingField * | f | ||
| ) |
| void MEDCoupling::AssignStaticWritePropertiesTo | ( | MEDCoupling::MEDFileWritable & | obj | ) |
Referenced by WriteFieldT(), WriteFieldUsingAlreadyWrittenMeshT(), WriteMesh(), WriteUMesh(), WriteUMeshes(), and WriteUMeshesPartition().