![]() |
1.2.0
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include <MeshETurbo.hpp>
Public Member Functions | |
MeshETurbo (int mode=1) | |
MeshETurbo (const VectorInt &nx, const VectorDouble &dx=VectorDouble(), const VectorDouble &x0=VectorDouble(), const VectorDouble &rotmat=VectorDouble(), bool flag_polarized=false, bool verbose=false, int mode=1) | |
MeshETurbo (const DbGrid *dbgrid, bool flag_polarized=false, bool verbose=false, int mode=1) | |
MeshETurbo (const MeshETurbo &m) | |
MeshETurbo & | operator= (const MeshETurbo &r) |
virtual | ~MeshETurbo () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
Interface to AStringable. More... | |
int | getNApices () const override |
Interface to AMesh. More... | |
int | getNMeshes () const override |
int | getApex (int imesh, int rank) const override |
double | getCoor (int imesh, int rank, int idim) const override |
void | getCoordinatesInPlace (int imesh, int rank, VectorDouble &coords) const |
double | getApexCoor (int i, int idim) const override |
void | getApexCoordinatesInPlace (int i, VectorDouble &coords) const override |
double | getMeshSize (int imesh) const override |
void | resetProjMatrix (ProjMatrix *m, const Db *db, int rankZ=-1, bool verbose=false) const override |
void | setPolarized (bool flag) |
int | initFromExtend (const VectorDouble &extendmin, const VectorDouble &extendmax, const VectorDouble &cellsize, const VectorDouble &rotmat=VectorDouble(), bool flag_polarized=false, bool verbose=false) |
int | initFromGrid (const VectorInt &nx, const VectorDouble &dx=VectorDouble(), const VectorDouble &x0=VectorDouble(), const VectorDouble &rotmat=VectorDouble(), const VectorDouble &sel=VectorDouble(), bool flag_polarized=false, bool verbose=false) |
int | initFromCova (const CovAniso &cova, const Db *field, double ratio, int nbExt=0, bool useSel=true, bool flagNoStatRot=false, bool verbose=false) |
const Grid & | getGrid () const |
const Indirection & | getGridIndirect () const |
const Indirection & | getMeshIndirect () const |
![]() | |
AMesh () | |
AMesh (const AMesh &m) | |
AMesh & | operator= (const AMesh &m) |
virtual | ~AMesh () |
virtual int | getNApexPerMesh () const |
Interface for AMesh. More... | |
virtual int | getVariety () const |
virtual int | getEmbeddedNDim () const |
virtual void | getEmbeddedCoorPerMesh (int imesh, int ic, VectorDouble &coords) const |
virtual void | getEmbeddedCoorPerApex (int iapex, VectorDouble &coords) const |
ProjMatrix * | createProjMatrix (const Db *db, int rankZ=-1, bool verbose=false) const |
int | getNDim () const |
double | getExtendMin (int idim) const |
double | getExtendMax (int idim) const |
VectorDouble | getExtrema (int idim) const |
void | getElements (MatrixRectangular &apices, MatrixInt &meshes) const |
int | isCompatibleDb (const Db *db) const |
VectorDouble | getMeshSizes () const |
void | printMesh (int imesh0) const |
void | printMeshes (int level=0, int nline_max=-1) const |
VectorDouble | getCoordinates (int idim) const |
VectorInt | getMeshByApexPair (int apex1, int apex2) const |
VectorDouble | getCoordinatesPerMesh (int imesh, int idim, bool flagClose=false) const |
VectorDouble | getApexCoordinates (int iapex) const |
VectorVectorDouble | getCoordinatesPerMesh (int imesh) const |
VectorVectorDouble | getEmbeddedCoordinatesPerMesh (int imesh=0) const |
void | getEmbeddedCoordinatesPerMeshInPlace (int imesh, VectorVectorDouble &coors) const |
VectorVectorDouble | getEmbeddedCoordinatesPerApex () const |
VectorDouble | getDistances (int iapex0, const VectorInt &japices=VectorInt()) |
VectorVectorDouble | getAllCoordinates () const |
MatrixRectangular | getAllApices () const |
MatrixInt | getAllMeshes () const |
double | getCenterCoordinate (int imesh, int idim) const |
VectorVectorDouble | getAllCenterCoordinates () const |
VectorVectorInt | getNeighborhoodPerMesh () const |
VectorVectorInt | getNeighborhoodPerApex () const |
void | dumpNeighborhood (std::vector< VectorInt > &Vmesh, int nline_max=1) |
![]() | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (int level) const final |
![]() | |
ASerializable () | |
ASerializable (const ASerializable &r) | |
ASerializable & | operator= (const ASerializable &r) |
virtual | ~ASerializable () |
bool | deserialize (std::istream &is, bool verbose=true) |
bool | serialize (std::ostream &os, bool verbose=true) const |
bool | dumpToNF (const String &neutralFilename, bool verbose=false) const |
Static Public Member Functions | |
static MeshETurbo * | create (const VectorInt &nx, const VectorDouble &dx=VectorDouble(), const VectorDouble &x0=VectorDouble(), const VectorDouble &rotmat=VectorDouble(), bool flag_polarized=false, bool verbose=false) |
static MeshETurbo * | createFromNF (const String &neutralFilename, bool verbose=true) |
static MeshETurbo * | createFromGrid (const DbGrid *dbgrid, bool flag_polarized=false, bool verbose=false, int mode=1) |
static MeshETurbo * | createFromGridInfo (const Grid *grid, bool flag_polarized=false, bool verbose=false, int mode=1) |
static MeshETurbo * | createFromCova (const CovAniso &cova, const Db *field, double ratio, int nbExt=0, bool useSel=true, bool flagNoStatRot=false, bool verbose=false) |
![]() | |
static String | buildFileName (int status, const String &filename, bool ensureDirExist=false) |
static String | getHomeDirectory (const String &sub="") |
static String | getWorkingDirectory () |
static String | getTestData (const String &subdir, const String &filename) |
static String | getFileIdentity (const String &filename, bool verbose=false) |
static void | setContainerName (bool useDefault, const String &containerName="", bool verbose=false) |
static void | unsetContainerName () |
static void | setPrefixName (const String &prefixName) |
static void | unsetPrefixName () |
static const String & | getContainerName () |
static const String & | getPrefixName () |
static bool | createDirectory (const String &dir) |
static String | getExecDirectory () |
static String | getDirectory (const String &path) |
Meshing defined as a Turbo based on a Regular Grid It actually avoids storing all the meshing information and produces quicker methods
MeshETurbo::MeshETurbo | ( | int | mode = 1 | ) |
MeshETurbo::MeshETurbo | ( | const VectorInt & | nx, |
const VectorDouble & | dx = VectorDouble() , |
||
const VectorDouble & | x0 = VectorDouble() , |
||
const VectorDouble & | rotmat = VectorDouble() , |
||
bool | flag_polarized = false , |
||
bool | verbose = false , |
||
int | mode = 1 |
||
) |
MeshETurbo::MeshETurbo | ( | const DbGrid * | dbgrid, |
bool | flag_polarized = false , |
||
bool | verbose = false , |
||
int | mode = 1 |
||
) |
MeshETurbo::MeshETurbo | ( | const MeshETurbo & | m | ) |
|
virtual |
|
static |
|
static |
|
static |
|
static |
|
static |
Create a MeshETurbo by loading the contents of a Neutral File
neutralFilename | Name of the Neutral File (MeshEStandard format) |
verbose | Verbose |
|
overridevirtual |
Returns the Apex 'rank' of the Mesh 'imesh'
[in] | imesh | Rank of active Mesh (starting from 0) |
[in] | rank | Rank of Apex within a Mesh (from 0 to _nApexPerMesh-1) |
Implements AMesh.
|
overridevirtual |
Returns coordinate 'idim' of apex 'i'
Implements AMesh.
|
overridevirtual |
Returns coordinates of apex 'i'
Reimplemented from AMesh.
|
overridevirtual |
Returns coordinate 'idim' of apex 'rank' of mesh 'imesh'
Implements AMesh.
|
virtual |
Returns coordinate 'idim' of apex 'rank' of mesh 'imesh'
Reimplemented from AMesh.
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Returns the mesh size
Implements AMesh.
|
overridevirtual |
|
overridevirtual |
int MeshETurbo::initFromCova | ( | const CovAniso & | cova, |
const Db * | field, | ||
double | ratio, | ||
int | nbExt = 0 , |
||
bool | useSel = true , |
||
bool | flagNoStatRot = false , |
||
bool | verbose = false |
||
) |
int MeshETurbo::initFromExtend | ( | const VectorDouble & | extendmin, |
const VectorDouble & | extendmax, | ||
const VectorDouble & | cellsize, | ||
const VectorDouble & | rotmat = VectorDouble() , |
||
bool | flag_polarized = false , |
||
bool | verbose = false |
||
) |
Create the meshing
int MeshETurbo::initFromGrid | ( | const VectorInt & | nx, |
const VectorDouble & | dx = VectorDouble() , |
||
const VectorDouble & | x0 = VectorDouble() , |
||
const VectorDouble & | rotmat = VectorDouble() , |
||
const VectorDouble & | sel = VectorDouble() , |
||
bool | flag_polarized = false , |
||
bool | verbose = false |
||
) |
MeshETurbo & MeshETurbo::operator= | ( | const MeshETurbo & | r | ) |
|
overridevirtual |
Returns the Sparse Matrix used to project a Db onto the Meshing
[out] | m | Projection matrix to be initialized |
[in] | db | Db structure |
[in] | rankZ | Rank of the Z-locator to be tested (see remarks) |
[in] | verbose | Verbose flag |
Implements AMesh.
|
inline |
|
overridevirtual |
Interface to AStringable.
Print the contents of the meshing
[in] | strfmt | Format for printout |
Reimplemented from AMesh.