Public Member Functions | |
DataArrayInt * | buildNbOfGaussPointPerCellField () const |
MEDCouplingMesh * | buildSubMeshData (const MEDCouplingMesh *mesh, const int *start, const int *end, DataArrayInt *&di) const |
MEDCouplingMesh * | buildSubMeshDataRange (const MEDCouplingMesh *mesh, int beginCellIds, int endCellIds, int stepCellIds, int &beginOut, int &endOut, int &stepOut, DataArrayInt *&di) const |
void | checkCoherencyBetween (const MEDCouplingMesh *mesh, const DataArray *da) const |
void | checkCompatibilityWithNature (NatureOfField nat) const |
void | checkForUnserialization (const std::vector< int > &tinyInfo, const DataArrayInt *arr) |
void | clearGaussLocalizations () |
MEDCouplingFieldDiscretization * | clone () const |
MEDCouplingFieldDiscretization * | clonePart (const int *startCellIds, const int *endCellIds) const |
MEDCouplingFieldDiscretization * | clonePartRange (int beginCellIds, int endCellIds, int stepCellIds) const |
void | computeMeshRestrictionFromTupleIds (const MEDCouplingMesh *mesh, const int *tupleIdsBg, const int *tupleIdsEnd, DataArrayInt *&cellRestriction, DataArrayInt *&trueTupleRestriction) const |
DataArrayInt * | computeTupleIdsToSelectFromCellIds (const MEDCouplingMesh *mesh, const int *startCellIds, const int *endCellIds) const |
void | finishUnserialization (const std::vector< double > &tinyInfo) |
void | getCellIdsHavingGaussLocalization (int locId, std::vector< int > &cellIds) const |
TypeOfField | getEnum () const |
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 |
double | getIJK (const MEDCouplingMesh *mesh, const DataArrayDouble *da, int cellId, int nodeIdInCell, int compoId) const |
DataArrayDouble * | getLocalizationOfDiscValues (const MEDCouplingMesh *mesh) const |
MEDCouplingFieldDouble * | getMeasureField (const MEDCouplingMesh *mesh, bool isAbs) const |
int | getNbOfGaussLocalization () const |
int | getNumberOfMeshPlaces (const MEDCouplingMesh *mesh) const |
int | getNumberOfTuples (const MEDCouplingMesh *mesh) const |
int | getNumberOfTuplesExpectedRegardingCode (const std::vector< int > &code, const std::vector< const DataArrayInt * > &idsPerType) const |
DataArrayInt * | getOffsetArr (const MEDCouplingMesh *mesh) const |
const char * | getRepr () const |
void | getSerializationIntArray (DataArrayInt *&arr) const |
std::string | getStringRepr () const |
void | getTinySerializationDbleInformation (std::vector< double > &tinyInfo) const |
void | getTinySerializationIntInformation (std::vector< int > &tinyInfo) const |
void | getValueOn (const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, double *res) const |
DataArrayDouble * | getValueOnMulti (const DataArrayDouble *arr, const MEDCouplingMesh *mesh, const double *loc, int nbOfPoints) const |
void | getValueOnPos (const DataArrayDouble *arr, const MEDCouplingMesh *mesh, int i, int j, int k, double *res) const |
bool | isEqualIfNotWhy (const MEDCouplingFieldDiscretization *other, double eps, std::string &reason) const |
bool | isEqualWithoutConsideringStr (const MEDCouplingFieldDiscretization *other, double eps) const |
MEDCouplingFieldDiscretizationGauss () | |
void | renumberArraysForCell (const MEDCouplingMesh *mesh, const std::vector< DataArray * > &arrays, const int *old2NewBg, bool check) |
void | renumberValuesOnCells (double epsOnVals, const MEDCouplingMesh *mesh, const int *old2New, int newSz, DataArrayDouble *arr) const |
void | renumberValuesOnCellsR (const MEDCouplingMesh *mesh, const int *new2old, int newSz, DataArrayDouble *arr) const |
void | renumberValuesOnNodes (double epsOnVals, const int *old2New, int newNbOfNodes, DataArrayDouble *arr) const |
void | reprQuickOverview (std::ostream &stream) const |
void | resizeForUnserialization (const std::vector< int > &tinyInfo, DataArrayInt *&arr) |
void | resizeLocalizationVector (int newSz) |
void | setGaussLocalization (int locId, const MEDCouplingGaussLocalization &loc) |
void | setGaussLocalizationOnCells (const MEDCouplingMesh *mesh, const int *begin, const int *end, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) |
void | setGaussLocalizationOnType (const MEDCouplingMesh *mesh, INTERP_KERNEL::NormalizedCellType type, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) |
Public Member Functions inherited from MEDCoupling::MEDCouplingFieldDiscretizationPerCell | |
void | checkNoOrphanCells () const |
const DataArrayInt * | getArrayOfDiscIds () const |
void | setArrayOfDiscIds (const DataArrayInt *adids) |
std::vector< DataArrayInt * > | splitIntoSingleGaussDicrPerCellType (std::vector< int > &locIds) const |
Public Member Functions inherited from MEDCoupling::MEDCouplingFieldDiscretization | |
virtual MEDCouplingFieldDiscretization * | deepCopy () const |
double | getPrecision () const |
virtual void | integral (const MEDCouplingMesh *mesh, const DataArrayDouble *arr, bool isWAbs, double *res) const |
virtual bool | isEqual (const MEDCouplingFieldDiscretization *other, double eps) const |
virtual void | normL1 (const MEDCouplingMesh *mesh, const DataArrayDouble *arr, double *res) const |
virtual void | normL2 (const MEDCouplingMesh *mesh, const DataArrayDouble *arr, double *res) const |
void | setPrecision (double val) |
virtual | ~MEDCouplingFieldDiscretization () |
Public Member Functions inherited from MEDCoupling::TimeLabel | |
void | declareAsNew () const |
std::size_t | getTimeOfThis () const |
TimeLabel & | operator= (const TimeLabel &other) |
Static Public Attributes | |
static const char | REPR [] ="GAUSS" |
static const TypeOfField | TYPE =ON_GAUSS_PT |
Additional Inherited Members | |
Static Public Member Functions inherited from MEDCoupling::MEDCouplingFieldDiscretization | |
static TypeOfField | GetTypeOfFieldFromStringRepr (const std::string &repr) |
static std::string | GetTypeOfFieldRepr (TypeOfField type) |
static MEDCouplingFieldDiscretization * | New (TypeOfField type) |
Static Protected Member Functions inherited from MEDCoupling::MEDCouplingFieldDiscretization | |
static void | RenumberEntitiesFromN2OArr (const int *new2OldPtr, int new2OldSz, DataArrayDouble *arr, const std::string &msg) |
static void | RenumberEntitiesFromO2NArr (double epsOnVals, const int *old2NewPtr, int newNbOfEntity, DataArrayDouble *arr, const std::string &msg) |
Protected Attributes inherited from MEDCoupling::MEDCouplingFieldDiscretizationPerCell | |
DataArrayInt * | _discr_per_cell |
Static Protected Attributes inherited from MEDCoupling::MEDCouplingFieldDiscretizationPerCell | |
static const int | DFT_INVALID_LOCID_VALUE =-1 |
MEDCouplingFieldDiscretizationGauss::MEDCouplingFieldDiscretizationGauss | ( | ) |
Referenced by clone(), clonePart(), and clonePartRange().
|
protected |
|
protected |
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References TYPE.
|
virtual |
|
virtual |
|
virtual |
This method is simply called by MEDCouplingFieldDiscretization::deepCopy. It performs the deep copy of this.
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCouplingFieldDiscretizationGauss().
|
virtual |
For all field discretization excepted GaussPts the [ startCellIds, endCellIds ) has no impact on the cloned instance.
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCouplingFieldDiscretizationGauss().
|
virtual |
For all field discretization excepted GaussPts the slice( beginCellId, endCellIds, stepCellId ) has no impact on the cloned instance.
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCouplingFieldDiscretizationGauss().
|
virtual |
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References REPR.
|
virtual |
|
virtual |
This method returns the number of tuples regarding exclusively the input code without using a mesh in input. The input code coherency is also checked regarding spatial discretization of this. If an incoherency is detected, an exception will be thrown. If the input code is coherent, the number of tuples expected is returned. The number of tuples expected is equal to those to have a valid field lying on this and having a mesh fitting perfectly the input code (geometric type distribution).
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::getMinValueInArray(), MEDCoupling::DataArray::getNumberOfComponents(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), getNumberOfTuples(), and MEDCoupling::DataArrayTemplate< T >::isAllocated().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::getConstPointer(), and MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples().
Referenced by checkCoherencyBetween(), getLocalizationOfDiscValues(), getMeasureField(), getNumberOfTuplesExpectedRegardingCode(), and renumberArraysForCell().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingMesh::getNumberOfCells().
|
virtual |
This method is redevelopped for performance reasons, but it is equivalent to a call to MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField and a call to DataArrayDouble::computeOffsetsFull on the returned array.
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::alloc(), MEDCoupling::DataArrayTemplate< T >::getConstPointer(), MEDCoupling::MEDCouplingMesh::getNumberOfCells(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::DataArrayInt::New(), and MEDCoupling::MCAuto< T >::retn().
Referenced by getMeasureField().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayInt::CheckAndPreparePermutation(), MEDCoupling::DataArrayTemplate< T >::getConstPointer(), MEDCoupling::MEDCouplingMesh::getNumberOfCells(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), and getNumberOfTuples().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::DataArrayTemplate< T >::alloc(), buildNbOfGaussPointPerCellField(), MEDCoupling::MEDCouplingMesh::buildUnstructured(), MEDCoupling::MEDCouplingFieldDiscretizationPerCell::checkNoOrphanCells(), MEDCoupling::DataArray::copyStringInfoFrom(), MEDCoupling::DataArrayTemplate< T >::getConstPointer(), MEDCoupling::MEDCouplingPointSet::getCoords(), MEDCoupling::MEDCouplingGaussLocalization::getGaussCoords(), MEDCoupling::MEDCouplingUMesh::getNodalConnectivity(), MEDCoupling::MEDCouplingUMesh::getNodalConnectivityIndex(), getNumberOfTuples(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::MEDCouplingGaussLocalization::getRefCoords(), MEDCoupling::MEDCouplingMesh::getSpaceDimension(), MEDCoupling::MEDCouplingGaussLocalization::getType(), MEDCoupling::MEDCouplingGaussLocalization::getWeights(), MEDCoupling::DataArrayDouble::New(), MEDCoupling::MCAuto< T >::retn(), and MEDCoupling::MEDCouplingFieldDiscretizationPerCell::splitIntoSingleGaussDicrPerCellType().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::DataArrayTemplate< T >::alloc(), buildNbOfGaussPointPerCellField(), MEDCoupling::DataArrayInt::buildUnique(), MEDCoupling::DataArrayInt::computeOffsetsFull(), MEDCoupling::DataArrayInt::findIdsRangesInListOfIds(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::DataArrayInt::New(), and MEDCoupling::DataArrayTemplate< T >::sort().
|
virtual |
Empty : not a bug
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Empty : Not a bug
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, and MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples().
|
virtual |
Empty : Not a bug
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Empty : Not a bug
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell.
|
virtual |
|
virtual |
Empty : Not a bug
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArray::checkNbOfTuplesAndComp(), commonUnserialization(), and MEDCoupling::RefCountObjectOnly::incrRef().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::DataArrayTemplate< T >::getIJ(), and getOffsetOfCell().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretizationPerCell.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::MEDCouplingFieldDiscretizationPerCell::checkCoherencyBetween(), MEDCoupling::DataArrayTemplate< T >::getConstPointer(), MEDCoupling::MEDCouplingMesh::getName(), MEDCoupling::MEDCouplingMesh::getNumberOfCells(), MEDCoupling::DataArray::getNumberOfTuples(), getNumberOfTuples(), and MEDCoupling::MEDCouplingMesh::getTypeOfCell().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::alloc(), MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::DataArrayTemplate< T >::checkAllocated(), MEDCoupling::DataArrayTemplate< T >::end(), MEDCoupling::MEDCouplingFieldT< T >::getArray(), MEDCoupling::DataArrayTemplate< T >::getConstPointer(), MEDCoupling::DataArrayTemplate< T >::getIJ(), MEDCoupling::MEDCouplingMesh::getMeasureField(), MEDCoupling::DataArray::getNumberOfComponents(), MEDCoupling::MEDCouplingGaussLocalization::getNumberOfGaussPt(), MEDCoupling::MEDCouplingFieldDouble::getNumberOfTuples(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), getNumberOfTuples(), getOffsetArr(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::MEDCouplingGaussLocalization::getWeights(), MEDCoupling::MEDCouplingFieldDouble::New(), MEDCoupling::DataArrayDouble::New(), MEDCoupling::ON_GAUSS_PT, MEDCoupling::MCAuto< T >::retn(), MEDCoupling::MEDCouplingFieldT< T >::setArray(), MEDCoupling::MEDCouplingField::setDiscretization(), MEDCoupling::MEDCouplingField::setMesh(), MEDCoupling::MEDCouplingFieldDiscretizationPerCell::splitIntoSingleGaussDicrPerCellType(), and MEDCoupling::MEDCouplingFieldDouble::synchronizeTimeWithSupport().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
|
virtual |
This method is strictly equivalent to MEDCouplingFieldDiscretizationGauss::buildSubMeshData except that it is optimized for input defined as a range of cell ids.
[out] | beginOut | Valid only if di is NULL |
[out] | endOut | Valid only if di is NULL |
[out] | stepOut | Valid only if di is NULL |
[out] | di | is an array returned that specifies entity ids (nodes, cells, Gauss points... ) in array if no output range is foundable. |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::MEDCouplingMesh::buildPartRange(), MEDCoupling::MEDCouplingFieldDiscretization::buildSubMeshDataRange(), MEDCoupling::MEDCouplingFieldDiscretizationPerCell::DFT_INVALID_LOCID_VALUE, MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), and MEDCoupling::MCAuto< T >::retn().
|
virtual |
This method returns a tuple ids selection from cell ids selection [start;end). This method is called by MEDCouplingFieldDiscretizationGauss::buildSubMeshData to return parameter di.
Implements MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayInt::buildExplicitArrByRanges(), buildNbOfGaussPointPerCellField(), MEDCoupling::DataArrayInt::computeOffsetsFull(), MEDCoupling::CPP_DEALLOC, MEDCoupling::MEDCouplingMesh::getNumberOfCells(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), MEDCoupling::DataArrayInt::New(), and MEDCoupling::DataArrayTemplate< T >::useArray().
Referenced by buildSubMeshData().
|
virtual |
No implementation needed !
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::MEDCouplingFieldDiscretizationPerCell::buildDiscrPerCellIfNecessary(), MEDCoupling::MEDCouplingMesh::getMeshDimension(), MEDCoupling::MEDCouplingMesh::getNumberOfCells(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::MEDCouplingMesh::getTypeOfCell(), and zipGaussLocalizations().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::MEDCouplingFieldDiscretizationPerCell::buildDiscrPerCellIfNecessary(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::MEDCouplingMesh::getTypeOfCell(), and zipGaussLocalizations().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, and MEDCoupling::RefCountObjectOnly::decrRef().
void MEDCouplingFieldDiscretizationGauss::setGaussLocalization | ( | int | locId, |
const MEDCouplingGaussLocalization & | loc | ||
) |
References INTERP_KERNEL::NORM_ERROR.
void MEDCouplingFieldDiscretizationGauss::resizeLocalizationVector | ( | int | newSz | ) |
References INTERP_KERNEL::NORM_ERROR.
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References checkLocalizationId().
Referenced by MEDCoupling::MEDCouplingFieldDouble::convertQuadraticCellsToLinear().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, and MEDCoupling::DataArrayTemplate< T >::begin().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References getGaussLocalizationIdsOfOneType().
Referenced by MEDCoupling::MEDCouplingFieldDouble::convertQuadraticCellsToLinear().
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell.
Referenced by getGaussLocalizationIdOfOneType().
|
virtual |
|
virtual |
Reimplemented from MEDCoupling::MEDCouplingFieldDiscretization.
References checkLocalizationId().
DataArrayInt * MEDCouplingFieldDiscretizationGauss::buildNbOfGaussPointPerCellField | ( | ) | const |
This method do the assumption that there is no orphan cell. If there is an exception is thrown. This method makes the assumption too that '_discr_per_cell' is defined. If not an exception is thrown. This method returns a newly created array with number of tuples equals to '_discr_per_cell->getNumberOfTuples' and number of components equal to 1. The i_th tuple in returned array is the number of gauss point if the corresponding cell.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::alloc(), MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::MEDCouplingFieldDiscretizationPerCell::DFT_INVALID_LOCID_VALUE, MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), MEDCoupling::DataArrayTemplate< T >::getPointer(), MEDCoupling::DataArrayInt::New(), and MEDCoupling::MCAuto< T >::retn().
Referenced by computeMeshRestrictionFromTupleIds(), computeTupleIdsToSelectFromCellIds(), and getLocalizationOfDiscValues().
|
virtual |
Implements MEDCoupling::MEDCouplingFieldDiscretization.
|
protected |
This method makes the assumption that _discr_per_cell is set. This method reduces as much as possible number size of _loc. This method is useful when several set on same cells has been done and that some Gauss Localization are no more used.
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, MEDCoupling::DataArrayTemplate< T >::begin(), MEDCoupling::DataArrayTemplate< T >::getNumberOfTuples(), and MEDCoupling::DataArrayTemplate< T >::getPointer().
Referenced by setGaussLocalizationOnCells(), and setGaussLocalizationOnType().
|
protected |
References MEDCoupling::MEDCouplingFieldDiscretizationPerCell::_discr_per_cell, and MEDCoupling::DataArrayTemplate< T >::getConstPointer().
Referenced by getIJK().
|
protected |
Referenced by getGaussLocalization().
|
protected |
References MEDCoupling::MEDCouplingGaussLocalization::BuildNewInstanceFromTinyInfo().
Referenced by checkForUnserialization(), and resizeForUnserialization().
|
static |
|
static |