|
| MEDCouplingFieldInt * | clone (bool recDeepCpy) const |
| |
| MEDCouplingFieldDouble * | convertToDblField () const |
| |
| MEDCouplingFieldInt * | deepCopy () const |
| |
| bool | areCompatibleForDiv (const MEDCouplingField *other) const |
| |
| bool | areCompatibleForMul (const MEDCouplingField *other) const |
| |
| bool | areStrictlyCompatible (const MEDCouplingField *other) const |
| |
| bool | areStrictlyCompatibleForMulDiv (const MEDCouplingField *other) const |
| |
| void | checkConsistencyLight () const |
| |
| Traits< int >::FieldType * | cloneWithMesh (bool recDeepCpy) const |
| |
| void | copyAllTinyAttrFrom (const MEDCouplingFieldT< int > *other) |
| |
| void | copyTinyAttrFrom (const MEDCouplingFieldT< int > *other) |
| |
| void | copyTinyStringsFrom (const MEDCouplingField *other) |
| |
| const Traits< int >::ArrayType * | getArray () const |
| |
| Traits< int >::ArrayType * | getArray () |
| |
std::vector< typename Traits
< int >::ArrayType * > | getArrays () const |
| |
| const Traits< int >::ArrayType * | getEndArray () const |
| |
| Traits< int >::ArrayType * | getEndArray () |
| |
| double | getEndTime (int &iteration, int &order) const |
| |
| int | getIJ (int tupleId, int compoId) const |
| |
| double | getStartTime (int &iteration, int &order) const |
| |
| double | getTime (int &iteration, int &order) const |
| |
| TypeOfTimeDiscretization | getTimeDiscretization () const |
| |
| double | getTimeTolerance () const |
| |
| std::string | getTimeUnit () const |
| |
| bool | isEqualIfNotWhy (const MEDCouplingField *other, double meshPrec, double valsPrec, std::string &reason) const |
| |
| bool | isEqualWithoutConsideringStr (const MEDCouplingField *other, double meshPrec, double valsPrec) const |
| |
| void | reprQuickOverview (std::ostream &stream) const |
| |
| void | setArray (typename Traits< int >::ArrayType *array) |
| |
| void | setArrays (const std::vector< typename Traits< int >::ArrayType * > &arrs) |
| |
| void | setEndArray (typename Traits< int >::ArrayType *array) |
| |
| void | setEndIteration (int it) |
| |
| void | setEndOrder (int order) |
| |
| void | setEndTime (double val, int iteration, int order) |
| |
| void | setEndTimeValue (double val) |
| |
| void | setIteration (int it) |
| |
| void | setOrder (int order) |
| |
| void | setStartTime (double val, int iteration, int order) |
| |
| void | setTime (double val, int iteration, int order) |
| |
| void | setTimeTolerance (double val) |
| |
| void | setTimeUnit (const std::string &unit) |
| |
| void | setTimeValue (double val) |
| |
| std::string | simpleRepr () const |
| |
| void | synchronizeTimeWithMesh () |
| |
| virtual bool | areCompatibleForMerge (const MEDCouplingField *other) const |
| |
| MEDCouplingFieldDouble * | buildMeasureField (bool isAbs) const |
| |
| MEDCouplingMesh * | buildSubMeshData (const int *start, const int *end, DataArrayInt *&di) const |
| |
| MEDCouplingMesh * | buildSubMeshDataRange (int begin, int end, int step, int &beginOut, int &endOut, int &stepOut, DataArrayInt *&di) const |
| |
| void | clearGaussLocalizations () |
| |
| DataArrayInt * | computeTupleIdsToSelectFromCellIds (const int *startCellIds, const int *endCellIds) const |
| |
| void | getCellIdsHavingGaussLocalization (int locId, std::vector< int > &cellIds) const |
| |
| std::string | getDescription () const |
| |
std::vector< const
BigMemoryObject * > | getDirectChildrenWithNull () const |
| |
const
MEDCouplingFieldDiscretization * | getDiscretization () const |
| |
| MEDCouplingFieldDiscretization * | getDiscretization () |
| |
| MEDCouplingGaussLocalization & | getGaussLocalization (int locId) |
| |
const
MEDCouplingGaussLocalization & | getGaussLocalization (int locId) const |
| |
| int | getGaussLocalizationIdOfOneCell (int cellId) const |
| |
| int | getGaussLocalizationIdOfOneType (INTERP_KERNEL::NormalizedCellType type) const |
| |
| std::set< int > | getGaussLocalizationIdsOfOneType (INTERP_KERNEL::NormalizedCellType type) const |
| |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| |
| DataArrayDouble * | getLocalizationOfDiscr () const |
| |
const
MEDCoupling::MEDCouplingMesh * | getMesh () const |
| |
| MEDCoupling::MEDCouplingMesh * | getMesh () |
| |
| std::string | getName () const |
| |
| NatureOfField | getNature () const |
| |
| int | getNbOfGaussLocalization () const |
| |
| int | getNumberOfMeshPlacesExpected () const |
| |
| int | getNumberOfTuplesExpected () const |
| |
| int | getNumberOfTuplesExpectedRegardingCode (const std::vector< int > &code, const std::vector< const DataArrayInt * > &idsPerType) const |
| |
| TypeOfField | getTypeOfField () const |
| |
| virtual bool | isEqual (const MEDCouplingField *other, double meshPrec, double valsPrec) const |
| |
| void | setDescription (const std::string &desc) |
| |
| void | setDiscretization (MEDCouplingFieldDiscretization *newDisc) |
| |
| void | setGaussLocalizationOnCells (const int *begin, const int *end, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) |
| |
| void | setGaussLocalizationOnType (INTERP_KERNEL::NormalizedCellType type, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) |
| |
| void | setMesh (const MEDCoupling::MEDCouplingMesh *mesh) |
| |
| void | setName (const std::string &name) |
| |
| virtual void | setNature (NatureOfField nat) |
| |
| void | updateTime () const |
| |
| void | declareAsNew () const |
| |
| std::size_t | getTimeOfThis () const |
| |
| TimeLabel & | operator= (const TimeLabel &other) |
| |