

Public Member Functions | |
| std::string | advancedRepr () const |
| MEDCouplingUMesh * | build3DUnstructuredMesh () const |
| MEDCouplingFieldDouble * | buildOrthogonalField () const |
| MEDCouplingMesh * | buildPart (const mcIdType *start, const mcIdType *end) const |
| MEDCouplingMesh * | buildPartAndReduceNodes (const mcIdType *start, const mcIdType *end, DataArrayIdType *&arr) const |
| MEDCouplingUMesh * | buildUnstructured () const |
| void | checkConsistency (double eps=1e-12) const |
| void | checkConsistencyLight () const |
| void | checkDeepEquivalOnSameNodesWith (const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayIdType *&cellCor) const |
| void | checkDeepEquivalWith (const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayIdType *&cellCor, DataArrayIdType *&nodeCor) const |
| DataArrayIdType * | checkTypeConsistencyAndContig (const std::vector< mcIdType > &code, const std::vector< const DataArrayIdType * > &idsPerType) const |
| MEDCouplingMappedExtrudedMesh * | clone (bool recDeepCpy) const |
| DataArrayDouble * | computeCellCenterOfMass () const |
| DataArrayIdType * | computeEffectiveNbOfNodesPerCell () const |
| DataArrayDouble * | computeIsoBarycenterOfNodesPerCell () const |
| DataArrayIdType * | computeNbOfFacesPerCell () const |
| DataArrayIdType * | computeNbOfNodesPerCell () const |
| void | copyTinyStringsFrom (const MEDCouplingMesh *other) |
| MEDCouplingMappedExtrudedMesh * | deepCopy () const |
| mcIdType | get2DCellIdForExtrusion () const |
| std::set< INTERP_KERNEL::NormalizedCellType > | getAllGeoTypes () const |
| void | getBoundingBox (double *bbox) const |
| mcIdType | getCellContainingPoint (const double *pos, double eps) const |
| void | getCellsContainingPoint (const double *pos, double eps, std::vector< mcIdType > &elts) const |
| std::string | getClassName () const override |
| DataArrayDouble * | getCoordinatesAndOwner () const |
| void | getCoordinatesOfNode (mcIdType nodeId, std::vector< double > &coo) const |
| const DataArrayDouble * | getDirectAccessOfCoordsArrIfInStructure () const |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| std::vector< mcIdType > | getDistributionOfTypes () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| MEDCouplingFieldDouble * | getMeasureField (bool) const |
| MEDCouplingFieldDouble * | getMeasureFieldOnNode (bool) const |
| MEDCouplingUMesh * | getMesh1D () const |
| MEDCouplingUMesh * | getMesh2D () const |
| DataArrayIdType * | getMesh3DIds () const |
| int | getMeshDimension () const |
| void | getNodeIdsOfCell (mcIdType cellId, std::vector< mcIdType > &conn) const |
| mcIdType | getNumberOfCells () const |
| mcIdType | getNumberOfCellsWithType (INTERP_KERNEL::NormalizedCellType type) const |
| mcIdType | getNumberOfNodes () const |
| void | getReverseNodalConnectivity (DataArrayIdType *revNodal, DataArrayIdType *revNodalIndx) const |
| int | getSpaceDimension () const |
| void | getTinySerializationInformation (std::vector< double > &tinyInfoD, std::vector< mcIdType > &tinyInfo, std::vector< std::string > &littleStrings) const |
| MEDCouplingMeshType | getType () const |
| INTERP_KERNEL::NormalizedCellType | getTypeOfCell (mcIdType cellId) const |
| std::string | getVTKFileExtension () const |
| DataArrayIdType * | giveCellsWithType (INTERP_KERNEL::NormalizedCellType type) const |
| bool | isEqualIfNotWhy (const MEDCouplingMesh *other, double prec, std::string &reason) const |
| bool | isEqualWithoutConsideringStr (const MEDCouplingMesh *other, double prec) const |
| MEDCouplingMesh * | mergeMyselfWith (const MEDCouplingMesh *other) const |
| void | renumberCells (const mcIdType *old2NewBg, bool check=true) |
| void | reprQuickOverview (std::ostream &stream) const |
| void | resizeForUnserialization (const std::vector< mcIdType > &tinyInfo, DataArrayIdType *a1, DataArrayDouble *a2, std::vector< std::string > &littleStrings) const |
| void | rotate (const double *center, const double *vector, double angle) |
| void | scale (const double *point, double factor) |
| void | serialize (DataArrayIdType *&a1, DataArrayDouble *&a2) const |
| std::string | simpleRepr () const |
| DataArrayIdType * | simplexize (int policy) |
| void | splitProfilePerType (const DataArrayIdType *profile, std::vector< mcIdType > &code, std::vector< DataArrayIdType * > &idsInPflPerType, std::vector< DataArrayIdType * > &idsPerType, bool smartPflKiller=true) const |
| void | translate (const double *vector) |
| void | unserialization (const std::vector< double > &tinyInfoD, const std::vector< mcIdType > &tinyInfo, const DataArrayIdType *a1, DataArrayDouble *a2, const std::vector< std::string > &littleStrings) |
| void | updateTime () const |
Public Member Functions inherited from MEDCoupling::MEDCouplingMesh | |
| virtual bool | areCompatibleForMerge (const MEDCouplingMesh *other) const |
| virtual MEDCouplingMesh * | buildPartRange (mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds) const |
| virtual MEDCouplingMesh * | buildPartRangeAndReduceNodes (mcIdType beginCellIds, mcIdType endCellIds, mcIdType stepCellIds, mcIdType &beginOut, mcIdType &endOut, mcIdType &stepOut, DataArrayIdType *&arr) const |
| virtual void | checkFastEquivalWith (const MEDCouplingMesh *other, double prec) const |
| void | checkGeoEquivalWith (const MEDCouplingMesh *other, int levOfCheck, double prec, DataArrayIdType *&cellCor, DataArrayIdType *&nodeCor) const |
| virtual MCAuto< DataArrayDouble > | computeMeshCenterOfMass () const |
| virtual void | copyTinyInfoFrom (const MEDCouplingMesh *other) |
| virtual MEDCouplingFieldDouble * | fillFromAnalytic (TypeOfField t, int nbOfComp, const std::string &func) const |
| virtual MEDCouplingFieldDouble * | fillFromAnalytic (TypeOfField t, int nbOfComp, FunctionToEvaluate func) const |
| virtual MEDCouplingFieldDouble * | fillFromAnalyticCompo (TypeOfField t, int nbOfComp, const std::string &func) const |
| virtual MEDCouplingFieldDouble * | fillFromAnalyticNamedCompo (TypeOfField t, int nbOfComp, const std::vector< std::string > &varsOrder, const std::string &func) const |
| virtual DataArrayIdType * | getCellIdsFullyIncludedInNodeIds (const mcIdType *partBg, const mcIdType *partEnd) const |
| virtual void | getCellsContainingPoints (const double *pos, mcIdType nbOfPoints, double eps, MCAuto< DataArrayIdType > &elts, MCAuto< DataArrayIdType > &eltsIndex) const |
| virtual void | getCellsContainingPointsLinearPartOnlyOnNonDynType (const double *pos, mcIdType nbOfPoints, double eps, MCAuto< DataArrayIdType > &elts, MCAuto< DataArrayIdType > &eltsIndex) const |
| std::string | getDescription () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| std::string | getName () const |
| double | getTime (int &iteration, int &order) const |
| std::string | getTimeUnit () const |
| std::string | getVTKFileNameOf (const std::string &fileName) const |
| virtual bool | isEqual (const MEDCouplingMesh *other, double prec) const |
| bool | isStructured () const |
| void | setDescription (const std::string &descr) |
| void | setName (const std::string &name) |
| void | setTime (double val, int iteration, int order) |
| void | setTimeUnit (const std::string &unit) |
| std::string | writeVTK (const std::string &fileName, bool isBinary=true) const |
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 |
| std::vector< const BigMemoryObject * > | getDirectChildren () const |
| std::size_t | getHeapMemorySize () const |
| std::string | getHeapMemorySizeStr () const |
| bool | isObjectInTheProgeny (const BigMemoryObject *obj) const |
| virtual | ~BigMemoryObject () |
Public Member Functions inherited from MEDCoupling::TimeLabel | |
| void | declareAsNew () const |
| std::size_t | getTimeOfThis () const |
| TimeLabel & | operator= (const TimeLabel &other) |
| TimeLabel (const TimeLabel &other)=default | |
Static Public Member Functions | |
| static mcIdType | FindCorrespCellByNodalConn (const std::vector< mcIdType > &nodalConnec, const mcIdType *revNodalPtr, const mcIdType *revNodalIndxPtr) |
| static MEDCouplingMappedExtrudedMesh * | New () |
| static MEDCouplingMappedExtrudedMesh * | New (const MEDCouplingCMesh *mesh3D) |
| static MEDCouplingMappedExtrudedMesh * | New (const MEDCouplingUMesh *mesh3D, const MEDCouplingUMesh *mesh2D, mcIdType cell2DId) |
| static void | Project1DMeshes (const MEDCouplingUMesh *m1, const MEDCouplingUMesh *m2, double eps, MEDCouplingUMesh *&m1r, MEDCouplingUMesh *&m2r, double *v) |
Static Public Member Functions inherited from MEDCoupling::MEDCouplingMesh | |
| static INTERP_KERNEL::NormalizedCellType | GetCorrespondingPolyType (INTERP_KERNEL::NormalizedCellType type) |
| static int | GetDimensionOfGeometricType (INTERP_KERNEL::NormalizedCellType type) |
| static mcIdType | GetNumberOfNodesOfGeometricType (INTERP_KERNEL::NormalizedCellType type) |
| static const char * | GetReprOfGeometricType (INTERP_KERNEL::NormalizedCellType type) |
| static bool | IsLinearGeometricType (INTERP_KERNEL::NormalizedCellType type) |
| static bool | IsStaticGeometricType (INTERP_KERNEL::NormalizedCellType type) |
| static MEDCouplingMesh * | MergeMeshes (const MEDCouplingMesh *mesh1, const MEDCouplingMesh *mesh2) |
| static MEDCouplingMesh * | MergeMeshes (std::vector< const MEDCouplingMesh * > &meshes) |
Static Public Member Functions inherited from MEDCoupling::BigMemoryObject | |
| static std::size_t | GetHeapMemorySizeOfObjs (const std::vector< const BigMemoryObject * > &objs) |
Additional Inherited Members | |
Protected Member Functions inherited from MEDCoupling::MEDCouplingMesh | |
| MEDCouplingMesh () | |
| MEDCouplingMesh (const MEDCouplingMesh &other) | |
| virtual | ~MEDCouplingMesh () |
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 () |
Protected Member Functions inherited from MEDCoupling::TimeLabel | |
| void | forceTimeOfThis (const TimeLabel &other) const |
| TimeLabel () | |
| void | updateTimeWith (const TimeLabel &other) const |
| virtual | ~TimeLabel () |
|
static |
Build an extruded mesh instance from 3D and 2D unstructured mesh lying on the same coords.
| mesh3D | 3D unstructured mesh. |
| mesh2D | 2D unstructured mesh lying on the same coordinates than mesh3D. Warning mesh2D is not const because the mesh is aggregated and potentially modified by rotate or translate method. |
| cell2DId | Id of cell in mesh2D mesh where the computation of 1D mesh will be done. |
|
static |
|
static |
This constructor is here only for unserialisation process. This constructor is normally completely useless for end user.
Referenced by MEDCoupling::MEDFileUMesh::convertToExtrudedMesh().
|
overridevirtual |
Reimplemented from MEDCoupling::BigMemoryObject.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::EXTRUDED.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
References MEDCoupling::MEDCouplingMesh::getHeapMemorySizeWithoutChildren().
|
virtual |
Implements MEDCoupling::BigMemoryObject.
|
virtual |
This method copyies all tiny strings from other (name and components name).
| if | other and this have not same mesh type. |
Reimplemented from MEDCoupling::MEDCouplingMesh.
References MEDCoupling::MEDCouplingMesh::copyTinyStringsFrom().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
Referenced by advancedRepr(), and simpleRepr().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
Referenced by getCoordinatesAndOwner().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References clone().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
Referenced by deepCopy().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingMesh.
References MEDCoupling::MEDCouplingMesh::isEqualIfNotWhy().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
Referenced by computeEffectiveNbOfNodesPerCell().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References computeNbOfNodesPerCell().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
|
virtual |
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
Referenced by checkConsistency().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References checkConsistencyLight().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
This method should be called on high level classes as Field or Mesh to take into account modifications done in aggregates objects.
Implements MEDCoupling::TimeLabel.
References MEDCoupling::TimeLabel::updateTimeWith().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
| MEDCouplingUMesh* MEDCoupling::MEDCouplingMappedExtrudedMesh::getMesh2D | ( | ) | const |
Referenced by MEDCoupling::MEDFileUMesh::New().
| MEDCouplingUMesh* MEDCoupling::MEDCouplingMappedExtrudedMesh::getMesh1D | ( | ) | const |
| DataArrayIdType* MEDCoupling::MEDCouplingMappedExtrudedMesh::getMesh3DIds | ( | ) | const |
| MEDCouplingUMesh * MEDCouplingMappedExtrudedMesh::build3DUnstructuredMesh | ( | ) | const |
WARNING in case of modif think to update MEDFileUMesh::New implementation !
References MEDCoupling::MEDCouplingMesh::getName().
Referenced by buildUnstructured().
|
virtual |
WARNING in case of modif think to update MEDFileUMesh::New implementation !
Implements MEDCoupling::MEDCouplingMesh.
References build3DUnstructuredMesh().
Referenced by getReverseNodalConnectivity(), and MEDCoupling::MEDFileUMesh::New().
|
virtual |
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
static |
|
static |
This method is callable on 1Dmeshes (meshDim==1 && spaceDim==3) returned by MEDCouplingMappedExtrudedMesh::getMesh1D typically. These 1Dmeshes (meshDim==1 && spaceDim==3) have a special semantic because these meshes do not specify a static location but a translation along a path. This method checks that 'm1' and 'm2' are compatible, if not an exception is thrown. In case these meshes ('m1' and 'm2') are compatible 2 corresponding meshes are created ('m1r' and 'm2r') that can be used for interpolation.
| m1 | input mesh with meshDim==1 and spaceDim==3 |
| m2 | input mesh with meshDim==1 and spaceDim==3 |
| eps | tolerance acceptable to determine compatibility |
| m1r | output mesh with ref count equal to 1 with meshDim==1 and spaceDim==1 |
| m2r | output mesh with ref count equal to 1 with meshDim==1 and spaceDim==1 |
| v | is the output normalized vector of the common direction of 'm1' and 'm2' |
| in | case that m1 and m2 are not compatible each other. |
References MEDCoupling::MEDCouplingPointSet::changeSpaceDimension(), MEDCoupling::MEDCouplingUMesh::clone(), MEDCoupling::MEDCouplingPointSet::getCoordinatesOfNode(), MEDCoupling::MEDCouplingPointSet::getCoords(), MEDCoupling::MEDCouplingUMesh::getNodeIdsOfCell(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::MEDCouplingPointSet::getSpaceDimension(), and MEDCoupling::MEDCouplingUMesh::project1D().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::DataArrayTemplate< T >::begin(), getNumberOfNodes(), and MEDCoupling::DataArrayDouble::New().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References buildUnstructured().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::MEDCouplingMesh::getDescription(), and MEDCoupling::MEDCouplingMesh::getName().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::DataArrayTemplate< T >::alloc(), MEDCoupling::RefCountObjectOnly::decrRef(), MEDCoupling::DataArrayTemplate< T >::getNbOfElems(), MEDCoupling::DataArrayDouble::New(), MEDCoupling::MEDCouplingUMesh::New(), and MEDCoupling::MEDCouplingUMesh::resizeForUnserialization().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::DataArrayTemplate< T >::alloc(), MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::RefCountObjectOnly::decrRef(), MEDCoupling::DataArrayTemplate< T >::getNbOfElems(), MEDCoupling::DataArrayTemplate< T >::getPointer(), and MEDCoupling::DataArrayDouble::New().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::RefCountObjectOnly::decrRef(), MEDCoupling::DataArrayTemplate< T >::getNbOfElems(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::DataArrayDouble::New(), MEDCoupling::MEDCouplingUMesh::New(), MEDCoupling::MEDCouplingMesh::setDescription(), and MEDCoupling::MEDCouplingMesh::setName().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
References MEDCoupling::MEDCouplingMesh::getName().
|
virtual |
Implements MEDCoupling::MEDCouplingMesh.
| mcIdType MEDCoupling::MEDCouplingMappedExtrudedMesh::get2DCellIdForExtrusion | ( | ) | const |
Referenced by MEDCoupling::MEDFileUMesh::New().