Meshing defined in the Euclidean space
|
| MeshSphericalExt () |
|
| MeshSphericalExt (const MeshSphericalExt &m) |
|
MeshSphericalExt & | operator= (const MeshSphericalExt &m) |
|
virtual | ~MeshSphericalExt () |
|
int | resetFromDb (Db *dbin, Db *dbout, const String &triswitch="nqQ", bool verbose=false) |
|
AMesh * | spde_mesh_load (Db *dbin, Db *dbout=nullptr, const VectorDouble &gext=VectorDouble(), const String &triswitch="-r2", bool verbose=false) |
|
| MeshSpherical (const MatrixRectangular &apices=MatrixRectangular(), const MatrixInt &meshes=MatrixInt()) |
|
| MeshSpherical (const MeshSpherical &m) |
|
MeshSpherical & | operator= (const MeshSpherical &m) |
|
virtual | ~MeshSpherical () |
|
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 |
|
double | getMeshSize (int imesh) const override |
|
int | getApex (int imesh, int rank) const override |
|
double | getCoor (int imesh, int rank, int idim) const override |
|
double | getApexCoor (int i, int idim) const override |
|
int | getEmbeddedNDim () const override |
|
void | getEmbeddedCoorPerMesh (int imesh, int ic, VectorDouble &coords) const override |
|
void | getEmbeddedCoorPerApex (int iapex, VectorDouble &coords) const override |
|
int | reset (int ndim, int napexpermesh, const VectorDouble &apices, const VectorInt &meshes, bool byCol, bool verbose=false) |
|
void | resetProjMatrix (ProjMatrix *m, const Db *db, int rankZ=-1, bool verbose=false) const override |
|
int | getVariety () const override |
|
const MatrixRectangular & | getApices () const |
|
const MatrixInt & | getMeshes () const |
|
VectorVectorInt | getMeshesAsVVI () const |
|
| AMesh () |
|
| AMesh (const AMesh &m) |
|
AMesh & | operator= (const AMesh &m) |
|
virtual | ~AMesh () |
|
virtual int | getNApexPerMesh () const |
| Interface for AMesh. More...
|
|
virtual void | getCoordinatesInPlace (int imesh, int rank, VectorDouble &coords) const |
|
virtual void | getApexCoordinatesInPlace (int i, 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 |
|