Typedefs | |
typedef bool(* | FunctionToEvaluate )(const double *pos, double *res) |
Functions | |
void | AssignStaticWritePropertiesTo (MEDCoupling::MEDFileWritable &obj) |
void | CheckFileForRead (const std::string &fileName) |
template<class T , class U > | |
MEDCoupling::MCAuto< U > | DynamicCast (typename MEDCoupling::MCAuto< T > &autoSubPtr) throw () |
template<class T , class U > | |
MEDCoupling::MCAuto< U > | DynamicCastSafe (typename MEDCoupling::MCAuto< T > &autoSubPtr) |
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) |
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, int &numberOfNodes) |
bool | HasXDR () |
bool | MEDCouplingByteOrder () |
const char * | MEDCouplingByteOrderStr () |
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) |
std::ostream & | operator<< (std::ostream &, const _MessageIdent &) |
std::ostream & | operator<< (std::ostream &, const TimeMessage &) |
ostream & | operator<< (ostream &f, const TimeMessage &aTimeMsg) |
ostream & | operator<< (ostream &f, const _MessageIdent &methodtype) |
MCAuto < MEDCoupling::MEDCouplingFieldDouble > | ReadField (const std::string &fileName) |
MCAuto < MEDCoupling::MEDCouplingFieldDouble > | ReadField (const std::string &fileName, const std::string &fieldName) |
MCAuto < MEDCoupling::MEDCouplingFieldDouble > | ReadField (const std::string &fileName, const std::string &fieldName, int iteration, int order) |
MCAuto < MEDCoupling::MEDCouplingFieldDouble > | ReadField (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
MEDCoupling::MEDCouplingFieldDouble * | ReadFieldCell (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
MEDCoupling::MEDCouplingFieldDouble * | ReadFieldGauss (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
MEDCoupling::MEDCouplingFieldDouble * | ReadFieldGaussNE (const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
MEDCoupling::MEDCouplingFieldDouble * | ReadFieldNode (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) |
template<class T > | |
std::vector< const T * > | VecAutoToVecOfCstPt (const std::vector< typename MEDCoupling::MCAuto< T > > &vect) |
template<class T > | |
std::vector< T * > | VecAutoToVecOfPt (const std::vector< typename MEDCoupling::MCAuto< T > > &vect) |
void | WriteField (const std::string &fileName, const MEDCoupling::MEDCouplingFieldDouble *f, bool writeFromScratch) |
void | WriteFieldDep (const std::string &fileName, const MEDCoupling::MEDCouplingFieldDouble *f, bool writeFromScratch) |
void | WriteFieldUsingAlreadyWrittenMesh (const std::string &fileName, const MEDCoupling::MEDCouplingFieldDouble *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) |
typedef bool(* MEDCoupling::FunctionToEvaluate)(const double *pos, double *res) |
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 | ) |
MEDCoupling::MCAuto<U> MEDCoupling::DynamicCast | ( | typename MEDCoupling::MCAuto< T > & | autoSubPtr | ) | throw () |
MEDCoupling::MCAuto<U> MEDCoupling::DynamicCastSafe | ( | typename MEDCoupling::MCAuto< T > & | autoSubPtr | ) |
Referenced by MEDCoupling::DataArrayTemplate< T >::changeNbOfComponents(), MEDCoupling::DataArrayTemplate< T >::myKeepSelectedComponents(), MEDCoupling::DataArrayTemplate< T >::mySelectByTupleId(), MEDCoupling::DataArrayTemplate< T >::mySelectByTupleIdSafe(), MEDCoupling::DataArrayTemplate< T >::mySelectByTupleIdSafeSlice(), MEDCoupling::DataArrayTemplate< T >::mySelectByTupleRanges(), MEDCoupling::DataArrayTemplate< T >::renumber(), MEDCoupling::DataArrayTemplate< T >::renumberAndReduce(), MEDCoupling::DataArrayTemplate< T >::renumberR(), and MEDCoupling::DataArrayTemplate< T >::subArray().
std::vector< const T * > MEDCoupling::VecAutoToVecOfCstPt | ( | const std::vector< typename MEDCoupling::MCAuto< T > > & | vect | ) |
std::vector< T * > MEDCoupling::VecAutoToVecOfPt | ( | const std::vector< typename MEDCoupling::MCAuto< T > > & | vect | ) |
const char * MEDCoupling::MEDCouplingVersionStr | ( | ) |
int MEDCoupling::MEDCouplingVersion | ( | ) |
void MEDCoupling::MEDCouplingVersionMajMinRel | ( | int & | maj, |
int & | minor, | ||
int & | releas | ||
) |
int MEDCoupling::MEDCouplingSizeOfVoidStar | ( | ) |
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().
void MEDCoupling::SetEpsilonForNodeComp | ( | double | val | ) |
This method sets the epsilon value used for node comparison when trying to buid a profile for a field on node/cell on an already written mesh.
References _EPS_FOR_NODE_COMP.
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.
References _COMP_FOR_CELL.
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.
References _TOO_LONG_STR.
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::LoadPartOf(), MEDCoupling::MEDFileFields::LoadSpecificEntities(), ReadField(), ReadFieldsOnSameMesh(), ReadMeshFromFile(), ReadUMeshDimFromFile(), ReadUMeshFromFamilies(), ReadUMeshFromFile(), and ReadUMeshFromGroups().
std::vector< std::string > MEDCoupling::GetMeshNames | ( | const std::string & | fileName | ) |
Referenced by WriteField().
std::vector< std::vector< std::pair< INTERP_KERNEL::NormalizedCellType, int > > > MEDCoupling::GetUMeshGlobalInfo | ( | const std::string & | fileName, |
const std::string & | meshName, | ||
int & | meshDim, | ||
int & | spaceDim, | ||
int & | 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 | ||
) |
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 | ||
) |
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::MEDCouplingFieldDouble > MEDCoupling::ReadField | ( | const std::string & | fileName | ) |
References GetAllFieldNames().
Referenced by ReadField().
MCAuto< MEDCoupling::MEDCouplingFieldDouble > MEDCoupling::ReadField | ( | const std::string & | fileName, |
const std::string & | fieldName | ||
) |
References GetAllFieldIterations(), and ReadField().
MCAuto< MEDCoupling::MEDCouplingFieldDouble > MEDCoupling::ReadField | ( | const std::string & | fileName, |
const std::string & | fieldName, | ||
int | iteration, | ||
int | order | ||
) |
MCAuto< MEDCoupling::MEDCouplingFieldDouble > 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 MEDCoupling::DataArrayTemplate< T >::begin(), CheckFileForRead(), MEDCoupling::MEDCouplingUMesh::clone(), MEDCoupling::MEDFileField1TS::getFieldOnMeshAtLevel(), MEDCoupling::MEDFileUMesh::getMeshAtLevel(), MEDCoupling::MEDFileUMesh::getNumberFieldAtLevel(), MEDCoupling::MEDFileMesh::New(), MEDCoupling::MEDFileField1TS::New(), MEDCoupling::MEDCouplingFieldDouble::renumberCells(), and MEDCoupling::MEDCouplingField::setMesh().
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::MEDCouplingFieldDouble * MEDCoupling::ReadFieldCell | ( | const std::string & | fileName, |
const std::string & | meshName, | ||
int | meshDimRelToMax, | ||
const std::string & | fieldName, | ||
int | iteration, | ||
int | order | ||
) |
MEDCoupling::MEDCouplingFieldDouble * MEDCoupling::ReadFieldNode | ( | const std::string & | fileName, |
const std::string & | meshName, | ||
int | meshDimRelToMax, | ||
const std::string & | fieldName, | ||
int | iteration, | ||
int | order | ||
) |
References MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::DataArrayDouble::deepCopy(), MEDCoupling::DataArrayTemplate< T >::end(), MEDCoupling::MEDFileField1TS::getFieldOnMeshAtLevel(), MEDCoupling::MEDFileField1TS::getFieldWithProfile(), MEDCoupling::MEDFileMesh::getMeshAtLevel(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), MEDCoupling::MEDFileAnyTypeField1TS::getPflsReallyUsed(), MEDCoupling::DataArrayInt::isEqualWithoutConsideringStr(), MEDCoupling::MEDFileMesh::New(), MEDCoupling::MEDFileField1TS::New(), and ON_NODES.
Referenced by ReadField().
MEDCoupling::MEDCouplingFieldDouble * MEDCoupling::ReadFieldGauss | ( | const std::string & | fileName, |
const std::string & | meshName, | ||
int | meshDimRelToMax, | ||
const std::string & | fieldName, | ||
int | iteration, | ||
int | order | ||
) |
MEDCoupling::MEDCouplingFieldDouble * MEDCoupling::ReadFieldGaussNE | ( | const std::string & | fileName, |
const std::string & | meshName, | ||
int | meshDimRelToMax, | ||
const std::string & | fieldName, | ||
int | iteration, | ||
int | order | ||
) |
void MEDCoupling::WriteMesh | ( | const std::string & | fileName, |
const MEDCoupling::MEDCouplingMesh * | mesh, | ||
bool | writeFromScratch | ||
) |
References AssignStaticWritePropertiesTo(), MEDCoupling::MEDFileUMesh::New(), MEDCoupling::MEDFileCMesh::New(), MEDCoupling::MEDFileCurveLinearMesh::New(), MEDCoupling::MEDFileCMesh::setMesh(), MEDCoupling::MEDFileCurveLinearMesh::setMesh(), MEDCoupling::MEDFileUMesh::setMeshAtLevel(), and WriteUMesh().
void MEDCoupling::WriteUMesh | ( | const std::string & | fileName, |
const MEDCoupling::MEDCouplingUMesh * | mesh, | ||
bool | writeFromScratch | ||
) |
References AssignStaticWritePropertiesTo(), MEDCoupling::MEDCouplingUMesh::deepCopy(), MEDCoupling::MEDFileUMesh::New(), and MEDCoupling::MEDFileUMesh::setMeshAtLevel().
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 | ||
) |
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 | ||
) |
void MEDCoupling::WriteField | ( | const std::string & | fileName, |
const MEDCoupling::MEDCouplingFieldDouble * | f, | ||
bool | writeFromScratch | ||
) |
References _COMP_FOR_CELL, _EPS_FOR_NODE_COMP, MEDCoupling::MEDCouplingUMesh::areCellsIncludedIn(), MEDCoupling::DataArrayDouble::areIncludedInMe(), AssignStaticWritePropertiesTo(), MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::MEDCouplingFieldT< T >::checkConsistencyLight(), MEDCoupling::MEDFileFieldGlobsReal::createNewNameOfPfl(), MEDCoupling::MEDCouplingFieldDouble::deepCopy(), MEDCoupling::MEDCouplingPointSet::getCoords(), MEDCoupling::MEDCouplingField::getMesh(), MEDCoupling::MEDFileUMesh::getMeshAtLevel(), MEDCoupling::MEDFileMesh::getMeshDimension(), GetMeshNames(), MEDCoupling::MEDCouplingMesh::getName(), MEDCoupling::MEDCouplingUMesh::getNumberOfCells(), MEDCoupling::MEDCouplingPointSet::getNumberOfNodes(), MEDCoupling::DataArrayInt::isIota(), MEDCoupling::MEDFileMesh::New(), MEDCoupling::MEDFileField1TS::New(), ON_NODES, MEDCoupling::MEDCouplingFieldDouble::renumberCells(), MEDCoupling::MEDFileField1TS::setFieldNoProfileSBT(), MEDCoupling::MEDFileField1TS::setFieldProfile(), and MEDCoupling::DataArray::setName().
Referenced by WriteFieldDep().
void MEDCoupling::WriteFieldDep | ( | const std::string & | fileName, |
const MEDCoupling::MEDCouplingFieldDouble * | f, | ||
bool | writeFromScratch | ||
) |
References WriteField().
void MEDCoupling::WriteFieldUsingAlreadyWrittenMesh | ( | const std::string & | fileName, |
const MEDCoupling::MEDCouplingFieldDouble * | f | ||
) |
void MEDCoupling::AssignStaticWritePropertiesTo | ( | MEDCoupling::MEDFileWritable & | obj | ) |
References _TOO_LONG_STR.
Referenced by WriteField(), WriteFieldUsingAlreadyWrittenMesh(), WriteMesh(), WriteUMesh(), WriteUMeshes(), and WriteUMeshesPartition().