

Public Member Functions | |
| void | addGroup (int meshDimRelToMaxExt, const DataArrayIdType *ids) |
| void | addNodeGroup (const DataArrayIdType *ids) |
| mcIdType | buildImplicitPartIfAny (INTERP_KERNEL::NormalizedCellType gt) const |
| void | clearNonDiscrAttributes () const |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| std::vector< int > | getFamArrNonEmptyLevelsExt () const |
| DataArrayIdType * | getFamiliesArr (int meshDimRelToMaxExt, const std::vector< std::string > &fams, bool renum=false) const |
| DataArrayIdType * | getFamilyFieldAtLevel (int meshDimRelToMaxExt) |
| const DataArrayIdType * | getFamilyFieldAtLevel (int meshDimRelToMaxExt) const |
| std::vector< mcIdType > | getFamsNonEmptyLevels (const std::vector< std::string > &fams) const |
| std::vector< mcIdType > | getFamsNonEmptyLevelsExt (const std::vector< std::string > &fams) const |
| std::vector< INTERP_KERNEL::NormalizedCellType > | getGeoTypesAtLevel (int meshDimRelToMax) const |
| MCAuto< DataArrayIdType > | getGlobalNumFieldAtLevel (int meshDimRelToMaxExt) const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| MEDCoupling1SGTUMesh * | getImplicitFaceMesh () const |
| mcIdType | getMaxAbsFamilyIdInArrays () const |
| mcIdType | getMaxFamilyIdInArrays () const |
| MEDCouplingMesh * | getMeshAtLevel (int meshDimRelToMax, bool renum=false) const |
| mcIdType | getMinFamilyIdInArrays () const |
| std::vector< int > | getNameArrNonEmptyLevelsExt () const |
| const DataArrayAsciiChar * | getNameFieldAtLevel (int meshDimRelToMaxExt) const |
| std::vector< int > | getNonEmptyLevels () const |
| std::vector< int > | getNonEmptyLevelsExt () const |
| std::vector< int > | getNumArrNonEmptyLevelsExt () const |
| const DataArrayIdType * | getNumberFieldAtLevel (int meshDimRelToMaxExt) const |
| mcIdType | getNumberOfCellsAtLevel (int meshDimRelToMaxExt) const |
| mcIdType | getNumberOfCellsWithType (INTERP_KERNEL::NormalizedCellType ct) const |
| mcIdType | getNumberOfNodes () const |
| const DataArrayIdType * | getRevNumberFieldAtLevel (int meshDimRelToMaxExt) const |
| mcIdType | getSizeAtLevel (int meshDimRelToMaxExt) const |
| virtual const MEDCouplingStructuredMesh * | getStructuredMesh () const =0 |
| bool | hasImplicitPart () const |
| bool | isEqual (const MEDFileMesh *other, double eps, std::string &what) const |
| bool | presenceOfStructureElements () const |
| void | releaseImplicitPartIfAny () const |
| void | setFamilyFieldArr (int meshDimRelToMaxExt, DataArrayIdType *famArr) |
| void | setGlobalNumFieldAtLevel (int meshDimRelToMaxExt, DataArrayIdType *globalNumArr) |
| void | setNameFieldAtLevel (int meshDimRelToMaxExt, DataArrayAsciiChar *nameArr) |
| void | setRenumFieldArr (int meshDimRelToMaxExt, DataArrayIdType *renumArr) |
| bool | unPolyze (std::vector< mcIdType > &oldCode, std::vector< mcIdType > &newCode, DataArrayIdType *&o2nRenumCell) |
| void | whichAreNodesFetched (const MEDFileField1TSStructItem &st, const MEDFileFieldGlobsReal *globs, std::vector< bool > &nodesFetched) const |
Public Member Functions inherited from MEDCoupling::MEDFileMesh | |
| virtual void | addFamily (const std::string &familyName, mcIdType id) |
| void | addFamilyOnGrp (const std::string &grpName, const std::string &famName) |
| void | addGroupsAtLevel (int meshDimRelToMaxExt, const std::vector< const DataArrayIdType * > &grps) |
| virtual std::string | advancedRepr () const =0 |
| bool | areFamsEqual (const MEDFileMesh *other, std::string &what) const |
| bool | areGrpsEqual (const MEDFileMesh *other, std::string &what) const |
| void | assignFamilyNameWithGroupName () |
| virtual MEDFileMesh * | cartesianize () const =0 |
| void | changeAllGroupsContainingFamily (const std::string &familyNameToChange, const std::vector< std::string > &newFamiliesNames) |
| void | changeFamilyId (mcIdType oldId, mcIdType newId) |
| void | changeFamilyName (const std::string &oldName, const std::string &newName) |
| void | changeGroupName (const std::string &oldName, const std::string &newName) |
| bool | changeNames (const std::vector< std::pair< std::string, std::string >> &modifTab) |
| void | checkOrphanFamilyZero () const |
| void | clearFamGrpMaps () |
| void | clearFamMap () |
| void | clearGrpMap () |
| DataArrayIdType * | computeAllFamilyIdsInUse () const |
| void | copyFamGrpMapsFrom (const MEDFileMesh &other) |
| virtual void | createGroupOnAll (int meshDimRelToMaxExt, const std::string &groupName) |
| virtual MEDFileMesh * | createNewEmpty () const =0 |
| virtual MEDFileMesh * | deepCopy () const =0 |
| bool | ensureDifferentFamIdsPerLevel () |
| bool | existsFamily (const std::string &familyName) const |
| bool | existsFamily (mcIdType famId) const |
| bool | existsGroup (const std::string &groupName) const |
| std::string | findOrCreateAndGiveFamilyWithId (mcIdType id, bool &created) |
| DataArrayIdType * | getAllFamiliesIdsReferenced () const |
| std::vector< INTERP_KERNEL::NormalizedCellType > | getAllGeoTypes () const |
| MEDCouplingAxisType | getAxisType () const |
| std::string | getDescription () const |
| virtual std::vector< mcIdType > | getDistributionOfTypes (int meshDimRelToMax) const |
| MEDFileEquivalences * | getEquivalences () |
| const MEDFileEquivalences * | getEquivalences () const |
| std::vector< mcIdType > | getFamiliesIds (const std::vector< std::string > &famNames) const |
| std::vector< mcIdType > | getFamiliesIdsOnGroup (const std::string &name) const |
| std::vector< std::string > | getFamiliesNames () const |
| std::vector< std::string > | getFamiliesNamesWithFilePointOfView () const |
| std::vector< std::string > | getFamiliesOnGroup (const std::string &name) const |
| std::vector< std::string > | getFamiliesOnGroups (const std::vector< std::string > &grps) const |
| virtual DataArrayIdType * | getFamilyArr (int meshDimRelToMaxExt, const std::string &fam, bool renum=false) const |
| mcIdType | getFamilyId (const std::string &name) const |
| const std::map< std::string, mcIdType > & | getFamilyInfo () const |
| std::string | getFamilyNameGivenId (mcIdType id) const |
| std::vector< mcIdType > | getFamNonEmptyLevels (const std::string &fam) const |
| std::vector< mcIdType > | getFamNonEmptyLevelsExt (const std::string &fam) const |
| virtual DataArrayIdType * | getGroupArr (int meshDimRelToMaxExt, const std::string &grp, bool renum=false) const |
| const std::map< std::string, std::vector< std::string > > & | getGroupInfo () const |
| virtual DataArrayIdType * | getGroupsArr (int meshDimRelToMaxExt, const std::vector< std::string > &grps, bool renum=false) const |
| std::vector< std::string > | getGroupsNames () const |
| std::vector< std::string > | getGroupsOnFamily (const std::string &name) const |
| std::vector< std::string > | getGroupsOnSpecifiedLev (int meshDimRelToMaxExt) const |
| std::vector< mcIdType > | getGrpNonEmptyLevels (const std::string &grp) const |
| std::vector< mcIdType > | getGrpNonEmptyLevelsExt (const std::string &grp) const |
| std::vector< mcIdType > | getGrpsNonEmptyLevels (const std::vector< std::string > &grps) const |
| std::vector< mcIdType > | getGrpsNonEmptyLevelsExt (const std::vector< std::string > &grps) const |
| int | getIteration () const |
| MEDFileJoints * | getJoints () const |
| mcIdType | getMaxAbsFamilyId () const |
| mcIdType | getMaxFamilyId () const |
| virtual int | getMeshDimension () const =0 |
| mcIdType | getMinFamilyId () const |
| std::string | getName () const |
| virtual DataArrayIdType * | getNodeFamiliesArr (const std::vector< std::string > &fams, bool renum=false) const |
| virtual DataArrayIdType * | getNodeFamilyArr (const std::string &fam, bool renum=false) const |
| virtual DataArrayIdType * | getNodeGroupArr (const std::string &grp, bool renum=false) const |
| virtual DataArrayIdType * | getNodeGroupsArr (const std::vector< std::string > &grps, bool renum=false) const |
| int | getNumberOfJoints () const |
| DataArrayIdType * | getOrCreateAndGetFamilyFieldAtLevel (int meshDimRelToMaxExt) |
| int | getOrder () const |
| virtual int | getSpaceDimension () const =0 |
| mcIdType | getTheMaxAbsFamilyId () const |
| mcIdType | getTheMaxFamilyId () const |
| mcIdType | getTheMinFamilyId () const |
| double | getTime (int &dt, int &it) const |
| std::string | getTimeUnit () const |
| double | getTimeValue () const |
| std::string | getUnivName () const |
| bool | getUnivNameWrStatus () const |
| void | initializeEquivalences () |
| virtual bool | keepFamIdsOnlyOnLevs (const std::vector< mcIdType > &famIds, const std::vector< int > &levs) |
| void | killEquivalences () |
| virtual void | killStructureElements () |
| void | normalizeFamIdsMEDFile () |
| void | normalizeFamIdsTrio () |
| void | rearrangeFamilies () |
| std::vector< std::string > | removeEmptyGroups () |
| void | removeFamiliesReferedByNoGroups () |
| void | removeFamily (const std::string &name) |
| void | removeGroup (const std::string &name) |
| void | removeGroupAtLevel (int meshDimRelToMaxExt, const std::string &name) |
| std::vector< std::string > | removeOrphanFamilies () |
| std::vector< std::string > | removeOrphanGroups () |
| void | setAxisType (MEDCouplingAxisType at) |
| void | setDescription (const std::string &name) |
| void | setFamiliesIdsOnGroup (const std::string &name, const std::vector< mcIdType > &famIds) |
| void | setFamiliesOnGroup (const std::string &name, const std::vector< std::string > &fams) |
| void | setFamilyId (const std::string &familyName, mcIdType id) |
| void | setFamilyIdUnique (const std::string &familyName, mcIdType id) |
| void | setFamilyInfo (const std::map< std::string, mcIdType > &info) |
| void | setGroupInfo (const std::map< std::string, std::vector< std::string >> &info) |
| virtual void | setGroupsAtLevel (int meshDimRelToMaxExt, const std::vector< const DataArrayIdType * > &grps, bool renum=false) |
| void | setGroupsOnFamily (const std::string &famName, const std::vector< std::string > &grps) |
| void | setIteration (int it) |
| void | setJoints (MEDFileJoints *joints) |
| virtual void | setName (const std::string &name) |
| void | setOrder (int order) |
| void | setTime (int dt, int it, double time) |
| void | setTimeUnit (const std::string &unit) |
| void | setTimeValue (double time) |
| void | setUnivNameWrStatus (bool newStatus) |
| virtual MEDFileMesh * | shallowCpy () const =0 |
| virtual std::string | simpleRepr () const |
| void | writeLL (med_idt fid) const |
| void | zipFamilies () |
Public Member Functions inherited from MEDCoupling::RefCountObjectOnly | |
| bool | decrRef () const |
| int | getRCValue () const |
| void | incrRef () const |
| RefCountObjectOnly & | operator= (const RefCountObjectOnly &other) |
Public Member Functions inherited from MEDCoupling::BigMemoryObject | |
| std::string | debugHeapMemorySize () const |
| std::vector< const BigMemoryObject * > | getAllTheProgeny () const |
| virtual std::string | getClassName () const |
| std::vector< const BigMemoryObject * > | getDirectChildren () const |
| std::size_t | getHeapMemorySize () const |
| std::string | getHeapMemorySizeStr () const |
| bool | isObjectInTheProgeny (const BigMemoryObject *obj) const |
| virtual | ~BigMemoryObject () |
Protected Member Functions | |
| void | buildImplicitPart () const |
| void | buildMinusOneImplicitPartIfNeeded () const |
| void | changeFamilyIdArr (mcIdType oldId, mcIdType newId) |
| void | deepCpyAttributes () |
| std::list< MCAuto< DataArrayIdType > > | getAllNonNullFamilyIds () const |
| void | loadStrMeshFromFile (MEDFileStrMeshL2 *strm, med_idt fid, const std::string &mName, int dt, int it, MEDFileMeshReadSelector *mrs) |
| void | writeStructuredLL (med_idt fid, const std::string &maa) const |
| ~MEDFileStructuredMesh () | |
Protected Member Functions inherited from MEDCoupling::MEDFileMesh | |
| void | addFamilyOnAllGroupsHaving (const std::string &famName, const std::string &otherFamName) |
| void | addGroupUnderground (bool isNodeGroup, const DataArrayIdType *ids, DataArrayIdType *famArr) |
| virtual void | appendFamilyEntries (const DataArrayIdType *famIds, const std::vector< std::vector< mcIdType >> &fidsOfGrps, const std::vector< std::string > &grpNames) |
| bool | areEquivalencesEqual (const MEDFileMesh *other, std::string &what) const |
| void | checkCartesian () const |
| void | checkNoGroupClash (const DataArrayIdType *famArr, const std::string &grpName) const |
| void | dealWithTinyInfo (const MEDCouplingMesh *m) |
| void | deepCpyEquivalences (const MEDFileMesh &other) |
| void | getEquivalencesRepr (std::ostream &oss) const |
| void | getFamilyRepr (std::ostream &oss) const |
| void | loadEquivalences (med_idt fid) |
| void | loadJointsFromFile (med_idt fid, MEDFileJoints *toUseInstedOfReading=0) |
| virtual void | loadLL (med_idt fid, const std::string &mName, int dt, int it, MEDFileMeshReadSelector *mrs)=0 |
| void | loadLLWithAdditionalItems (med_idt fid, const std::string &mName, int dt, int it, MEDFileMeshReadSelector *mrs) |
| MEDFileMesh () | |
| void | setUnivName (const std::string &name) |
| virtual void | synchronizeTinyInfoOnLeaves () const =0 |
| void | writeJoints (med_idt fid) const |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
| RefCountObject () | |
| RefCountObject (const RefCountObject &other) | |
| virtual | ~RefCountObject () |
Protected Member Functions inherited from MEDCoupling::RefCountObjectOnly | |
| RefCountObjectOnly () | |
| RefCountObjectOnly (const RefCountObjectOnly &other) | |
| virtual | ~RefCountObjectOnly () |
Static Protected Member Functions | |
| static med_geometry_type | GetGeoTypeFromMeshDim (int meshDim) |
Static Protected Member Functions inherited from MEDCoupling::MEDFileMesh | |
| static void | ChangeAllGroupsContainingFamily (std::map< std::string, std::vector< std::string >> &groups, const std::string &familyNameToChange, const std::vector< std::string > &newFamiliesNames) |
| static std::string | CreateNameNotIn (const std::string &nameTry, const std::vector< std::string > &namesToAvoid) |
| static std::string | FindOrCreateAndGiveFamilyWithId (std::map< std::string, mcIdType > &families, mcIdType id, bool &created) |
| static mcIdType | PutInThirdComponentOfCodeOffset (std::vector< mcIdType > &code, mcIdType strt) |
| static void | TranslateFamilyIds (mcIdType offset, DataArrayIdType *famArr, std::vector< std::vector< mcIdType >> &famIdsPerGrp) |
Friends | |
| class | MEDFileMesh |
Additional Inherited Members | |
Static Public Member Functions inherited from MEDCoupling::MEDFileMesh | |
| static TypeOfField | ConvertFromMEDFileEntity (med_entity_type etype) |
| static INTERP_KERNEL::NormalizedCellType | ConvertFromMEDFileGeoType (med_geometry_type geoType) |
| static med_geometry_type | ConvertToMEDFileGeoType (INTERP_KERNEL::NormalizedCellType geoType) |
| static std::string | GetMagicFamilyStr () |
| static MEDFileMesh * | New (const std::string &fileName, const std::string &mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0, MEDFileJoints *joints=0) |
| static MEDFileMesh * | New (const std::string &fileName, MEDFileMeshReadSelector *mrs=0) |
| static MEDFileMesh * | New (DataArrayByte *db) |
| static MEDFileMesh * | New (med_idt fid, const std::string &mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0, MEDFileJoints *joints=0) |
| static MEDFileMesh * | New (med_idt fid, MEDFileMeshReadSelector *mrs=0) |
Static Public Member Functions inherited from MEDCoupling::BigMemoryObject | |
| static std::size_t | GetHeapMemorySizeOfObjs (const std::vector< const BigMemoryObject * > &objs) |
Static Public Attributes inherited from MEDCoupling::MEDFileMesh | |
| static const char | DFT_FAM_NAME [] = "FAMILLE_ZERO" |
Protected Attributes inherited from MEDCoupling::MEDFileMesh | |
| MEDCouplingAxisType | _axis_type |
| std::string | _desc_name |
| std::string | _dt_unit |
| MCAuto< MEDFileEquivalences > | _equiv |
| std::map< std::string, mcIdType > | _families |
| std::map< std::string, std::vector< std::string > > | _groups |
| int | _iteration |
| MCAuto< MEDFileJoints > | _joints |
| std::string | _name |
| int | _order |
| double | _time |
| std::string | _univ_name |
| bool | _univ_wr_status |
|
protected |
|
virtual |
Reimplemented from MEDCoupling::MEDFileMesh.
Reimplemented in MEDCoupling::MEDFileCurveLinearMesh, and MEDCoupling::MEDFileCMesh.
References MEDCoupling::MEDFileMesh::getHeapMemorySizeWithoutChildren().
Referenced by MEDCoupling::MEDFileCMesh::getHeapMemorySizeWithoutChildren(), and MEDCoupling::MEDFileCurveLinearMesh::getHeapMemorySizeWithoutChildren().
|
virtual |
Reimplemented from MEDCoupling::MEDFileMesh.
Reimplemented in MEDCoupling::MEDFileCurveLinearMesh, and MEDCoupling::MEDFileCMesh.
References MEDCoupling::MEDFileMesh::getDirectChildrenWithNull().
Referenced by MEDCoupling::MEDFileCMesh::getDirectChildrenWithNull(), and MEDCoupling::MEDFileCurveLinearMesh::getDirectChildrenWithNull().
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Checks if this and another mesh are equal.
| [in] | other | - the mesh to compare with. |
| [in] | eps | - a precision used to compare real values. |
| [in,out] | what | - the string returning description of unequal data. |
true if the meshes are equal, false, else. Reimplemented from MEDCoupling::MEDFileMesh.
Reimplemented in MEDCoupling::MEDFileCurveLinearMesh, and MEDCoupling::MEDFileCMesh.
References MEDCoupling::DataArrayChar::isEqual(), and MEDCoupling::MEDFileMesh::isEqual().
Referenced by MEDCoupling::MEDFileCMesh::isEqual(), and MEDCoupling::MEDFileCurveLinearMesh::isEqual().
|
virtual |
Clears redundant attributes of incorporated data arrays.
Reimplemented from MEDCoupling::MEDFileMesh.
Reimplemented in MEDCoupling::MEDFileCurveLinearMesh, and MEDCoupling::MEDFileCMesh.
References MEDCoupling::MEDFileMesh::clearNonDiscrAttributes().
Referenced by MEDCoupling::MEDFileCMesh::clearNonDiscrAttributes(), and MEDCoupling::MEDFileCurveLinearMesh::clearNonDiscrAttributes().
|
virtual |
Returns ids of mesh entities contained in given families of a given dimension.
| [in] | meshDimRelToMaxExt | - a relative dimension of the mesh entities whose ids are required. |
| [in] | fams | - the names of the families of interest. |
| [in] | renum | - if true, the optional numbers of entities, if available, are returned instead of ids. |
| If | the family field is missing for meshDimRelToMaxExt. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDFileMesh::getFamiliesIds().
|
virtual |
Returns the family field for mesh entities of a given dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
NULL. | If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1. |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns the family field for mesh entities of a given dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
NULL. | If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1. |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Sets the family field of a given relative dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of entities for which the family field is set. |
| [in] | famArr | - the array of the family field. |
| If | there are no mesh entities of meshDimRelToMaxExt dimension in this mesh. |
| If | famArr has an invalid size. |
| If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1 and meshDimRelToMaxExt != -1. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCells(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCellsOfSubLevelMesh(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfNodes(), and getStructuredMesh().
|
virtual |
Sets the optional numbers of mesh entities of a given dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
| [in] | renumArr | - the array of the numbers. |
| If | there are no mesh entities of meshDimRelToMaxExt dimension in this mesh. |
| If | renumArr has an invalid size. |
| If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCells(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCellsOfSubLevelMesh(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfNodes(), and getStructuredMesh().
|
virtual |
Sets the optional names of mesh entities of a given dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
| [in] | nameArr | - the array of the names. |
| If | there are no mesh entities of meshDimRelToMaxExt dimension in this mesh. |
| If | nameArr has an invalid size. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::DataArray::checkNbOfTuplesAndComp(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCells(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCellsOfSubLevelMesh(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfNodes(), getStructuredMesh(), and MEDCoupling::RefCountObjectOnly::incrRef().
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Adds a group of nodes to this mesh.
| [in] | ids | - a DataArrayIdType providing ids and a name of the group to add. The ids should be sorted and different each other (MED file norm). |
| If | the node coordinates array is not set. |
| If | ids == NULL. |
| If | ids->getName() == "". |
| If | ids does not respect the MED file norm. |
| If | a group with name ids->getName() already exists. |
Implements MEDCoupling::MEDFileMesh.
References addGroup().
|
virtual |
Adds a group of nodes/cells/faces/edges to this mesh.
| [in] | ids | - a DataArrayIdType providing ids and a name of the group to add. The ids should be sorted and different each other (MED file norm). |
| If | the node coordinates array is not set. |
| If | ids == NULL. |
| If | ids->getName() == "". |
| If | ids does not respect the MED file norm. |
| If | a group with name ids->getName() already exists. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDFileMesh::addGroupUnderground(), and MEDCoupling::MEDFileMesh::getOrCreateAndGetFamilyFieldAtLevel().
Referenced by addNodeGroup().
|
virtual |
Returns the optional numbers of mesh entities of a given dimension.
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
| If | there are no mesh entities of meshDimRelToMaxExt dimension in this mesh. |
| If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1. |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns the optional numbers of mesh entities of a given dimension transformed using DataArrayIdType::invertArrayN2O2O2N().
| [in] | meshDimRelToMaxExt | - the relative dimension of mesh entities. |
| If | meshDimRelToMaxExt != 0 and meshDimRelToMaxExt != 1. |
| If | there are no mesh entities of meshDimRelToMaxExt dimension in this mesh. |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns relative dimensions of mesh entities (excluding nodes) present in this mesh.
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns relative dimensions of mesh entities (including nodes) present in this mesh.
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns the set of extensive levels (nodes included) where not NULL family arr are defined.
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns the set of extensive levels (nodes included) where not NULL numbering arr are defined.
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns the set of extensive levels (nodes included) where not NULL naming arr are defined.
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Returns a pointer to mesh at the specified level (here 0 is compulsory for cartesian mesh).
Returns a pointer to MEDCouplingStructuredMesh held by this.
| [in] | meshDimRelToMax | - it must be 0 or -1. |
| [in] | renum | - it must be false. |
Implements MEDCoupling::MEDFileMesh.
References buildMinusOneImplicitPartIfNeeded(), MEDCoupling::MEDFileMesh::checkCartesian(), getStructuredMesh(), and MEDCoupling::RefCountObjectOnly::incrRef().
|
virtual |
Returns all relative mesh levels (excluding nodes) where given families are defined. To include nodes, call getFamsNonEmptyLevelsExt() method.
| [in] | fams | - the name of the family of interest. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDFileMesh::getFamiliesIds().
Referenced by getFamsNonEmptyLevelsExt().
|
virtual |
Returns all relative mesh levels (including nodes) where given families are defined.
| [in] | fams | - the names of the families of interest. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDFileMesh::getFamiliesIds(), and getFamsNonEmptyLevels().
|
virtual |
Returns number of mesh entities of a given relative dimension in this mesh.
| [in] | meshDimRelToMaxExt | - the relative dimension of interest. |
| If | no mesh entities of dimension meshDimRelToMaxExt are available in this mesh. |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCells(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCellsOfSubLevelMesh(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfNodes(), and getStructuredMesh().
|
virtual |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDCouplingStructuredMesh::getNumberOfNodes(), and getStructuredMesh().
Referenced by loadStrMeshFromFile(), and whichAreNodesFetched().
|
virtual |
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
virtual |
Implements MEDCoupling::MEDFileMesh.
References buildImplicitPart(), MEDCoupling::MEDCoupling1GTUMesh::getCellModelEnum(), MEDCoupling::MEDCouplingStructuredMesh::GetGeoTypeGivenMeshDimension(), MEDCoupling::MEDFileMesh::getMeshDimension(), MEDCoupling::MEDCoupling1SGTUMesh::getNumberOfCells(), MEDCoupling::MEDCouplingStructuredMesh::getNumberOfCellsOfSubLevelMesh(), and getStructuredMesh().
|
virtual |
Implements MEDCoupling::MEDFileMesh.
| MEDCoupling1SGTUMesh * MEDFileStructuredMesh::getImplicitFaceMesh | ( | ) | const |
Retrieves the internal pointer (no decrRef requested) of the implicit face mesh if any. To force to build it you can invoke MEDFileStructuredMesh::buildImplicitPartIfAny method.
References MEDCoupling::MEDFileMesh::checkCartesian().
|
virtual |
|
virtual |
|
virtual |
Implements MEDCoupling::MEDFileMesh.
References MEDCoupling::MEDCouplingStructuredMesh::GetGeoTypeGivenMeshDimension(), MEDCoupling::MEDFileMesh::getMeshDimension(), MEDCoupling::MEDCouplingStructuredMesh::getNodeIdsOfCell(), getNumberOfNodes(), MEDCoupling::MEDFileFieldGlobsReal::getProfile(), and getStructuredMesh().
|
virtual |
Implements MEDCoupling::MEDFileMesh.
|
pure virtual |
Referenced by buildImplicitPart(), buildImplicitPartIfAny(), getGeoTypesAtLevel(), getMeshAtLevel(), getNumberOfCellsAtLevel(), getNumberOfNodes(), getSizeAtLevel(), loadStrMeshFromFile(), setFamilyFieldArr(), setNameFieldAtLevel(), setRenumFieldArr(), whichAreNodesFetched(), and writeStructuredLL().
|
virtual |
no implementation here, it is not a bug, but intresically no polyhedra in this.
Implements MEDCoupling::MEDFileMesh.
|
protectedvirtual |
Implements MEDCoupling::MEDFileMesh.
|
protectedvirtual |
Implements MEDCoupling::MEDFileMesh.
|
protected |
References MEDCoupling::DataArrayAsciiChar::deepCopy().
|
protected |
References MEDCoupling::MEDFileMesh::_families, MEDCoupling::MEDFileMesh::_groups, MEDCoupling::MEDFileMesh::getMeshDimension(), getNumberOfNodes(), getStructuredMesh(), MEDCoupling::DataArrayAsciiChar::New(), MEDCoupling::MEDFileMesh::setDescription(), MEDCoupling::MEDFileMesh::setIteration(), MEDCoupling::MEDFileMesh::setName(), MEDCoupling::MEDFileMesh::setOrder(), MEDCoupling::MEDFileMesh::setTimeUnit(), MEDCoupling::MEDFileMesh::setTimeValue(), and MEDCoupling::MEDFileMesh::setUnivName().
|
protected |
References MEDCoupling::MEDFileMesh::_families, MEDCoupling::MEDFileMesh::_groups, MEDCoupling::MEDFileMesh::_iteration, MEDCoupling::MEDFileMesh::_order, MEDCoupling::DataArrayTemplate< T >::getConstPointer(), GetGeoTypeFromMeshDim(), MEDCoupling::MEDFileMesh::getMeshDimension(), MEDCoupling::DataArray::getNumberOfComponents(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), and getStructuredMesh().
|
protected |
References MEDCoupling::MEDCouplingStructuredMesh::build1SGTSubLevelMesh(), and getStructuredMesh().
Referenced by buildImplicitPartIfAny(), and buildMinusOneImplicitPartIfNeeded().
|
protected |
References buildImplicitPart().
Referenced by getMeshAtLevel().
|
staticprotected |
References MEDCoupling::MEDCouplingStructuredMesh::GetGeoTypeGivenMeshDimension(), and typmai3.
Referenced by writeStructuredLL().
|
friend |