gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <PViewDataList.h>
Public Member Functions | |
PViewDataList (bool isAdapted=false) | |
~PViewDataList () | |
bool | isAdapted () |
bool | finalize (bool computeMinMax=true, const std::string &interpolationScheme="") |
int | getNumTimeSteps () |
double | getTime (int step) |
double | getMin (int step=-1, bool onlyVisible=false, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
double | getMax (int step=-1, bool onlyVisible=false, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
void | setMin (double min) |
void | setMax (double max) |
SBoundingBox3d | getBoundingBox (int step=-1) |
void | setBoundingBox (SBoundingBox3d &box) |
int | getNumScalars (int step=-1) |
int | getNumVectors (int step=-1) |
int | getNumTensors (int step=-1) |
int | getNumPoints (int step=-1) |
int | getNumLines (int step=-1) |
int | getNumTriangles (int step=-1) |
int | getNumQuadrangles (int step=-1) |
int | getNumPolygons (int step=-1) |
int | getNumTetrahedra (int step=-1) |
int | getNumHexahedra (int step=-1) |
int | getNumPrisms (int step=-1) |
int | getNumPyramids (int step=-1) |
int | getNumTrihedra (int step=-1) |
int | getNumPolyhedra (int step=-1) |
int | getNumEntities (int step=-1) |
int | getNumElements (int step=-1, int ent=-1) |
int | getDimension (int step, int ent, int ele) |
int | getNumNodes (int step, int ent, int ele) |
int | getNode (int step, int ent, int ele, int nod, double &x, double &y, double &z) |
void | setNode (int step, int ent, int ele, int nod, double x, double y, double z) |
int | getNumComponents (int step, int ent, int ele) |
int | getNumValues (int step, int ent, int ele) |
void | getValue (int step, int ent, int ele, int idx, double &val) |
void | getValue (int step, int ent, int ele, int nod, int comp, double &val) |
void | setValue (int step, int ent, int ele, int nod, int comp, double val) |
int | getNumEdges (int step, int ent, int ele) |
int | getType (int step, int ent, int ele) |
int | getNumStrings2D () |
int | getNumStrings3D () |
void | getString2D (int i, int step, std::string &str, double &x, double &y, double &style) |
void | getString3D (int i, int step, std::string &str, double &x, double &y, double &z, double &style) |
void | reverseElement (int step, int ent, int ele) |
void | smooth () |
bool | combineTime (nameData &nd) |
bool | combineSpace (nameData &nd) |
void | setXY (std::vector< double > &x, std::vector< double > &y) |
void | setXYZV (std::vector< double > &x, std::vector< double > &y, std::vector< double > &z, std::vector< double > &v) |
void | addStep (std::vector< double > &y) |
bool | isListBased () |
double | getMemoryInMb () |
void | setOrder2 (int type) |
std::vector< double > * | incrementList (int numComp, int type, int numNodes=0) |
bool | readPOS (FILE *fp, double version, bool binary) |
bool | writePOS (const std::string &fileName, bool binary=false, bool parsed=true, bool append=false) |
virtual bool | writeMSH (const std::string &fileName, double version=2.2, bool binary=false, bool savemesh=true, bool multipleView=false, int partitionNum=-1, bool saveInterpolationMatrices=true, bool forceNodeData=false, bool forceElementData=false) |
virtual void | importLists (int N[24], std::vector< double > *V[24]) |
virtual void | getListPointers (int N[24], std::vector< double > *V[24]) |
void | importList (int index, int n, const std::vector< double > &v, bool finalize) |
Public Member Functions inherited from PViewData | |
PViewData () | |
virtual | ~PViewData () |
virtual bool | getDirty () |
virtual void | setDirty (bool val) |
virtual std::string | getName () |
virtual void | setName (const std::string &val) |
virtual std::string | getFileName (int step=-1) |
virtual void | setFileName (const std::string &val) |
virtual bool | hasFileName (const std::string &val) |
virtual int | getFileIndex () |
virtual void | setFileIndex (int val) |
virtual int | getFirstNonEmptyTimeStep (int start=0) |
virtual void | tagNode (int step, int ent, int ele, int nod, int tag) |
void | getScalarValue (int step, int ent, int ele, int nod, double &val, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
virtual bool | empty () |
virtual bool | skipEntity (int step, int ent) |
virtual bool | skipElement (int step, int ent, int ele, bool checkVisibility=false, int samplingRate=1) |
virtual bool | hasTimeStep (int step) |
virtual bool | hasPartition (int step, int part) |
virtual bool | hasMultipleMeshes () |
virtual bool | hasModel (GModel *model, int step=-1) |
virtual bool | isNodeData () |
virtual bool | useGaussPoints () |
void | initAdaptiveData (int step, int level, double tol) |
void | initAdaptiveDataLight (int step, int level, double tol) |
void | saveAdaptedViewForVTK (const std::string &guifileName, int useDefaultName, int step, int level, double tol, int npart, bool isBinary) |
void | destroyAdaptiveData () |
adaptiveData * | getAdaptiveData () |
void | setInterpolationMatrices (int type, const fullMatrix< double > &coefVal, const fullMatrix< double > &expVal) |
void | setInterpolationMatrices (int type, const fullMatrix< double > &coefVal, const fullMatrix< double > &expVal, const fullMatrix< double > &coefGeo, const fullMatrix< double > &expGeo) |
int | getInterpolationMatrices (int type, std::vector< fullMatrix< double > * > &p) |
bool | haveInterpolationMatrices (int type=0) |
void | deleteInterpolationMatrices (int type=0) |
std::string | getInterpolationSchemeName () |
void | setInterpolationSchemeName (std::string name) |
virtual bool | isRemote () |
virtual int | fillRemoteVertexArrays (std::string &options) |
virtual GModel * | getModel (int step) |
virtual GEntity * | getEntity (int step, int entity) |
virtual MElement * | getElement (int step, int entity, int element) |
double | findClosestNode (double &xn, double &yn, double &zn, int step) |
bool | searchScalar (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
bool | searchVector (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
bool | searchTensor (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
bool | searchScalarClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
bool | searchVectorClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
bool | searchTensorClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
virtual bool | writeSTL (const std::string &fileName) |
virtual bool | writeTXT (const std::string &fileName) |
virtual bool | writeMED (const std::string &fileName) |
virtual bool | toVector (std::vector< std::vector< double > > &vec) |
virtual bool | fromVector (const std::vector< std::vector< double > > &vec) |
virtual void | sendToServer (const std::string &name) |
Public Attributes | |
int | NbTimeStep |
double | Min |
double | Max |
std::vector< double > | TimeStepMin |
std::vector< double > | TimeStepMax |
SBoundingBox3d | BBox |
std::vector< double > | Time |
int | NbSP |
int | NbVP |
int | NbTP |
std::vector< double > | SP |
std::vector< double > | VP |
std::vector< double > | TP |
int | NbSL |
int | NbVL |
int | NbTL |
std::vector< double > | SL |
std::vector< double > | VL |
std::vector< double > | TL |
int | NbST |
int | NbVT |
int | NbTT |
std::vector< double > | ST |
std::vector< double > | VT |
std::vector< double > | TT |
int | NbSQ |
int | NbVQ |
int | NbTQ |
std::vector< double > | SQ |
std::vector< double > | VQ |
std::vector< double > | TQ |
int | NbSG |
int | NbVG |
int | NbTG |
std::vector< double > | SG |
std::vector< double > | VG |
std::vector< double > | TG |
int | NbSS |
int | NbVS |
int | NbTS |
std::vector< double > | SS |
std::vector< double > | VS |
std::vector< double > | TS |
int | NbSH |
int | NbVH |
int | NbTH |
std::vector< double > | SH |
std::vector< double > | VH |
std::vector< double > | TH |
int | NbSI |
int | NbVI |
int | NbTI |
std::vector< double > | SI |
std::vector< double > | VI |
std::vector< double > | TI |
int | NbSY |
int | NbVY |
int | NbTY |
std::vector< double > | SY |
std::vector< double > | VY |
std::vector< double > | TY |
int | NbSR |
int | NbVR |
int | NbTR |
std::vector< double > | SR |
std::vector< double > | VR |
std::vector< double > | TR |
int | NbSD |
int | NbVD |
int | NbTD |
std::vector< double > | SD |
std::vector< double > | VD |
std::vector< double > | TD |
int | NbT2 |
int | NbT3 |
std::vector< double > | T2D |
std::vector< double > | T3D |
std::vector< char > | T2C |
std::vector< char > | T3C |
std::vector< int > | polyNumNodes [2] |
std::vector< int > | polyAgNumNodes [2] |
int | polyTotNumNodes [2] |
Private Member Functions | |
void | _stat (std::vector< double > &D, std::vector< char > &C, int nb) |
void | _stat (std::vector< double > &list, int nbcomp, int nbelm, int nbnod, int type) |
void | _setLast (int ele) |
void | _setLast (int ele, int dim, int nbnod, int nbcomp, int nbedg, int type, std::vector< double > &list, int nblist) |
void | _getString (int dim, int i, int timestep, std::string &str, double &x, double &y, double &z, double &style) |
int | _getRawData (int idxtype, std::vector< double > **l, int **ne, int *nc, int *nn) |
Private Attributes | |
int | _index [33] |
int | _lastElement |
int | _lastDimension |
int | _lastNumNodes |
int | _lastNumComponents |
int | _lastNumValues |
int | _lastNumEdges |
int | _lastType |
double * | _lastXYZ |
double * | _lastVal |
bool | _isAdapted |
Additional Inherited Members | |
Static Public Member Functions inherited from PViewData | |
static void | removeInterpolationScheme (const std::string &name) |
static void | removeAllInterpolationSchemes () |
static void | addMatrixToInterpolationScheme (const std::string &name, int type, fullMatrix< double > &mat) |
static int | getSizeInterpolationScheme () |
Protected Attributes inherited from PViewData | |
adaptiveData * | _adaptive |
interpolationMatrices | _interpolation |
std::string | _interpolationSchemeName |
Static Protected Attributes inherited from PViewData | |
static std::map< std::string, interpolationMatrices > | _interpolationSchemes |
Definition at line 17 of file PViewDataList.h.
PViewDataList::PViewDataList | ( | bool | isAdapted = false | ) |
Definition at line 17 of file PViewDataList.cpp.
|
inline |
Definition at line 75 of file PViewDataList.h.
|
private |
Definition at line 970 of file PViewDataList.cpp.
Referenced by combineTime(), getListPointers(), importList(), importLists(), smooth(), and writeMSH().
|
private |
Definition at line 517 of file PViewDataList.cpp.
Referenced by getString2D(), and getString3D().
|
private |
Definition at line 341 of file PViewDataList.cpp.
Referenced by getDimension(), getNode(), getNumComponents(), getNumEdges(), getNumNodes(), getNumValues(), getType(), getValue(), reverseElement(), setNode(), and setValue().
|
private |
|
private |
Definition at line 229 of file PViewDataList.cpp.
Referenced by finalize().
|
private |
void PViewDataList::addStep | ( | std::vector< double > & | y | ) |
Definition at line 64 of file PViewDataList.cpp.
Referenced by PView::addStep().
|
virtual |
Reimplemented from PViewData.
Definition at line 698 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 832 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 81 of file PViewDataList.cpp.
Referenced by addStep(), adaptiveData::changeResolution(), combineSpace(), combineTime(), GMSH_MinMaxPlugin::execute(), GMSH_SkinPlugin::execute(), GMSH_GaussPointsPlugin::execute(), GMSH_IntegratePlugin::execute(), GMSH_Lambda2Plugin::execute(), GMSH_MeshVolumePlugin::execute(), GMSH_CurvedBndDistPlugin::execute(), GMSH_GradientPlugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_DivergencePlugin::execute(), GMSH_EigenvectorsPlugin::execute(), GMSH_RemovePlugin::execute(), GMSH_EigenvaluesPlugin::execute(), GMSH_HarmonicToTimePlugin::execute(), GMSH_CurlPlugin::execute(), GMSH_ExtractElementsPlugin::execute(), GMSH_DiscretizationErrorPlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_Scal2VecPlugin::execute(), GMSH_MathEvalPlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_SummationPlugin::execute(), GMSH_ParticlesPlugin::execute(), GMSH_Scal2TensPlugin::execute(), GMSH_DistancePlugin::execute(), GMSH_AnnotatePlugin::execute(), GMSH_LevelsetPlugin::execute(), GMSH_BoundaryAnglesPlugin::execute(), GMSH_NearToFarFieldPlugin::execute(), GMSH_CutParametricPlugin::execute(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), importList(), importLists(), GModel::readPLY(), readPOS(), setXY(), setXYZV(), and smooth().
|
inlinevirtual |
Implements PViewData.
Definition at line 87 of file PViewDataList.h.
Referenced by OctreePost::_create().
|
virtual |
Reimplemented from PViewData.
Definition at line 436 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 827 of file PViewDataListIO.cpp.
|
virtual |
Implements PViewData.
Definition at line 205 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 674 of file PViewDataList.cpp.
|
virtual |
Implements PViewData.
Definition at line 181 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 448 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 468 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 505 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 170 of file PViewDataList.cpp.
Referenced by getMax(), and getMin().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 103 of file PViewDataList.h.
Referenced by getMax(), and getMin().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 98 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 93 of file PViewDataList.h.
|
virtual |
Reimplemented from PViewData.
Definition at line 442 of file PViewDataList.cpp.
Referenced by getMax(), and getMin().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 92 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 96 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 102 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 99 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 100 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 95 of file PViewDataList.h.
|
virtual |
Reimplemented from PViewData.
Definition at line 152 of file PViewDataList.cpp.
Referenced by getNumElements().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 118 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 119 of file PViewDataList.h.
|
virtual |
Reimplemented from PViewData.
Definition at line 164 of file PViewDataList.cpp.
Referenced by getNumElements().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 97 of file PViewDataList.h.
|
inlinevirtual |
Implements PViewData.
Definition at line 79 of file PViewDataList.h.
Referenced by OctreePost::_create(), OctreePost::_getValue(), decomposeList(), GMSH_Lambda2Plugin::execute(), reverseElement(), OctreePost::searchScalar(), OctreePost::searchTensor(), and OctreePost::searchVector().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 94 of file PViewDataList.h.
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 101 of file PViewDataList.h.
|
virtual |
Reimplemented from PViewData.
Definition at line 474 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 158 of file PViewDataList.cpp.
Referenced by getNumElements().
|
virtual |
Reimplemented from PViewData.
Definition at line 569 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 576 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 175 of file PViewDataList.cpp.
Referenced by writeMSH().
|
virtual |
Reimplemented from PViewData.
Definition at line 511 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 480 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 487 of file PViewDataList.cpp.
void PViewDataList::importList | ( | int | index, |
int | n, | ||
const std::vector< double > & | v, | ||
bool | finalize | ||
) |
|
virtual |
Reimplemented from PViewData.
Definition at line 800 of file PViewDataListIO.cpp.
std::vector< double > * PViewDataList::incrementList | ( | int | numComp, |
int | type, | ||
int | numNodes = 0 |
||
) |
Definition at line 1243 of file PViewDataList.cpp.
Referenced by GMSH_IntegratePlugin::execute(), GMSH_CurlPlugin::execute(), GMSH_ExtractElementsPlugin::execute(), GMSH_GradientPlugin::execute(), GMSH_DivergencePlugin::execute(), GMSH_HarmonicToTimePlugin::execute(), GMSH_EigenvaluesPlugin::execute(), GMSH_EigenvectorsPlugin::execute(), GMSH_DiscretizationErrorPlugin::execute(), GMSH_Scal2VecPlugin::execute(), GMSH_MathEvalPlugin::execute(), GMSH_Scal2TensPlugin::execute(), GMSH_SummationPlugin::execute(), GMSH_DistancePlugin::printView(), and GModel::readPLY().
|
inline |
Definition at line 76 of file PViewDataList.h.
Referenced by OctreePost::_create().
|
inlinevirtual |
Reimplemented from PViewData.
Definition at line 132 of file PViewDataList.h.
bool PViewDataList::readPOS | ( | FILE * | fp, |
double | version, | ||
bool | binary | ||
) |
Definition at line 90 of file PViewDataListIO.cpp.
Referenced by PView::readPOS().
|
virtual |
Reimplemented from PViewData.
Definition at line 582 of file PViewDataList.cpp.
|
inlinevirtual |
Implements PViewData.
Definition at line 88 of file PViewDataList.h.
|
inlinevirtual |
Implements PViewData.
Definition at line 86 of file PViewDataList.h.
|
inlinevirtual |
Implements PViewData.
Definition at line 85 of file PViewDataList.h.
|
virtual |
Reimplemented from PViewData.
Definition at line 458 of file PViewDataList.cpp.
void PViewDataList::setOrder2 | ( | int | type | ) |
Definition at line 1220 of file PViewDataList.cpp.
Referenced by readPOS().
|
virtual |
Reimplemented from PViewData.
Definition at line 496 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 34 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 48 of file PViewDataList.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 654 of file PViewDataList.cpp.
Referenced by finalize().
|
virtual |
Reimplemented from PViewData.
Definition at line 632 of file PViewDataListIO.cpp.
|
virtual |
Reimplemented from PViewData.
Definition at line 403 of file PViewDataListIO.cpp.
|
private |
Definition at line 56 of file PViewDataList.h.
Referenced by _setLast(), finalize(), and PViewDataList().
|
private |
Definition at line 61 of file PViewDataList.h.
Referenced by isAdapted().
|
private |
Definition at line 57 of file PViewDataList.h.
Referenced by _setLast(), and getDimension().
|
private |
Definition at line 57 of file PViewDataList.h.
Referenced by _setLast(), getDimension(), getNode(), getNumComponents(), getNumEdges(), getNumNodes(), getNumValues(), getType(), getValue(), reverseElement(), setNode(), and setValue().
|
private |
Definition at line 58 of file PViewDataList.h.
Referenced by _setLast(), getNumComponents(), getValue(), reverseElement(), and setValue().
|
private |
Definition at line 58 of file PViewDataList.h.
Referenced by _setLast(), and getNumEdges().
|
private |
Definition at line 58 of file PViewDataList.h.
Referenced by _setLast(), getNode(), getNumNodes(), getValue(), reverseElement(), setNode(), and setValue().
|
private |
Definition at line 58 of file PViewDataList.h.
Referenced by _setLast(), getNumValues(), and getValue().
|
private |
Definition at line 59 of file PViewDataList.h.
Referenced by _setLast(), and getType().
|
private |
Definition at line 60 of file PViewDataList.h.
Referenced by _setLast(), getValue(), reverseElement(), and setValue().
|
private |
Definition at line 60 of file PViewDataList.h.
Referenced by _setLast(), getNode(), reverseElement(), and setNode().
SBoundingBox3d PViewDataList::BBox |
Definition at line 24 of file PViewDataList.h.
Referenced by _stat(), finalize(), getBoundingBox(), setBoundingBox(), and writeMSH().
double PViewDataList::Max |
Definition at line 22 of file PViewDataList.h.
Referenced by _stat(), adaptiveElements< T >::addInView(), finalize(), getMax(), and setMax().
double PViewDataList::Min |
Definition at line 22 of file PViewDataList.h.
Referenced by _stat(), adaptiveElements< T >::addInView(), finalize(), getMin(), and setMin().
int PViewDataList::NbSD |
Definition at line 46 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolyhedra(), getNumScalars(), and incrementList().
int PViewDataList::NbSG |
Definition at line 34 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolygons(), getNumScalars(), and incrementList().
int PViewDataList::NbSH |
Definition at line 38 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getNumHexahedra(), getNumScalars(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbSI |
Definition at line 40 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumPrisms(), getNumScalars(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbSL |
Definition at line 28 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumLines(), getNumScalars(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbSP |
Definition at line 26 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), addStep(), combineSpace(), GMSH_GaussPointsPlugin::execute(), GMSH_MinMaxPlugin::execute(), GMSH_IntegratePlugin::execute(), GMSH_MeshVolumePlugin::execute(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_BoundaryAnglesPlugin::execute(), GMSH_NearToFarFieldPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumPoints(), getNumScalars(), incrementList(), readPOS(), setXY(), setXYZV(), and writePOS().
int PViewDataList::NbSQ |
Definition at line 32 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_NearToFarFieldPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumQuadrangles(), getNumScalars(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbSR |
Definition at line 44 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumScalars(), getNumTrihedra(), and incrementList().
int PViewDataList::NbSS |
Definition at line 36 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumScalars(), getNumTetrahedra(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbST |
Definition at line 30 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumScalars(), getNumTriangles(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbSY |
Definition at line 42 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumPyramids(), getNumScalars(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbT2 |
Definition at line 48 of file PViewDataList.h.
Referenced by combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), getNumStrings2D(), readPOS(), and writePOS().
int PViewDataList::NbT3 |
Definition at line 48 of file PViewDataList.h.
Referenced by combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), getNumStrings3D(), readPOS(), and writePOS().
int PViewDataList::NbTD |
Definition at line 46 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolyhedra(), getNumTensors(), and incrementList().
int PViewDataList::NbTG |
Definition at line 34 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolygons(), getNumTensors(), and incrementList().
int PViewDataList::NbTH |
Definition at line 38 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getNumHexahedra(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTI |
Definition at line 40 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumPrisms(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTimeStep |
Definition at line 21 of file PViewDataList.h.
Referenced by _setLast(), _stat(), finalize(), getNumTimeSteps(), getValue(), readPOS(), setValue(), smooth(), and writeMSH().
int PViewDataList::NbTL |
Definition at line 28 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumLines(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTP |
Definition at line 26 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumPoints(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTQ |
Definition at line 32 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumQuadrangles(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTR |
Definition at line 44 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), combineSpace(), finalize(), getNumTensors(), getNumTrihedra(), and incrementList().
int PViewDataList::NbTS |
Definition at line 36 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumTensors(), getNumTetrahedra(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTT |
Definition at line 30 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumTensors(), getNumTriangles(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbTY |
Definition at line 42 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumPyramids(), getNumTensors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVD |
Definition at line 46 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolyhedra(), getNumVectors(), and incrementList().
int PViewDataList::NbVG |
Definition at line 34 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getNumPolygons(), getNumVectors(), and incrementList().
int PViewDataList::NbVH |
Definition at line 38 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getNumHexahedra(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVI |
Definition at line 40 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), getNumPrisms(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVL |
Definition at line 28 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumLines(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVP |
Definition at line 26 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_ParticlesPlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumPoints(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVQ |
Definition at line 32 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getNumQuadrangles(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVR |
Definition at line 44 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), combineSpace(), finalize(), getNumTrihedra(), getNumVectors(), and incrementList().
int PViewDataList::NbVS |
Definition at line 36 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumTetrahedra(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVT |
Definition at line 30 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getNumTriangles(), getNumVectors(), incrementList(), readPOS(), and writePOS().
int PViewDataList::NbVY |
Definition at line 42 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), getNumPyramids(), getNumVectors(), incrementList(), readPOS(), and writePOS().
std::vector<int> PViewDataList::polyAgNumNodes[2] |
Definition at line 52 of file PViewDataList.h.
Referenced by _setLast(), _stat(), incrementList(), and PViewDataList().
std::vector<int> PViewDataList::polyNumNodes[2] |
Definition at line 51 of file PViewDataList.h.
Referenced by _setLast(), _stat(), and incrementList().
int PViewDataList::polyTotNumNodes[2] |
Definition at line 53 of file PViewDataList.h.
Referenced by _setLast(), _stat(), incrementList(), and PViewDataList().
std::vector<double> PViewDataList::SD |
Definition at line 47 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::SG |
Definition at line 35 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::SH |
Definition at line 39 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::SI |
Definition at line 41 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::SL |
Definition at line 29 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::SP |
Definition at line 27 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), addStep(), combineSpace(), GMSH_GaussPointsPlugin::execute(), GMSH_MinMaxPlugin::execute(), GMSH_IntegratePlugin::execute(), GMSH_MeshVolumePlugin::execute(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_BoundaryAnglesPlugin::execute(), GMSH_NearToFarFieldPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), setXY(), setXYZV(), and writePOS().
std::vector<double> PViewDataList::SQ |
Definition at line 33 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_NearToFarFieldPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::SR |
Definition at line 45 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::SS |
Definition at line 37 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::ST |
Definition at line 31 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::SY |
Definition at line 43 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<char> PViewDataList::T2C |
Definition at line 50 of file PViewDataList.h.
Referenced by _getString(), combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), finalize(), readPOS(), and writePOS().
std::vector<double> PViewDataList::T2D |
Definition at line 49 of file PViewDataList.h.
Referenced by _getString(), combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), finalize(), getMemoryInMb(), readPOS(), and writePOS().
std::vector<char> PViewDataList::T3C |
Definition at line 50 of file PViewDataList.h.
Referenced by _getString(), combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), finalize(), readPOS(), and writePOS().
std::vector<double> PViewDataList::T3D |
Definition at line 49 of file PViewDataList.h.
Referenced by _getString(), combineSpace(), combineTime(), GMSH_RemovePlugin::execute(), GMSH_AnnotatePlugin::execute(), finalize(), getMemoryInMb(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TD |
Definition at line 47 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::TG |
Definition at line 35 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::TH |
Definition at line 39 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TI |
Definition at line 41 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::Time |
Definition at line 25 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_cutAndAddElements(), combineSpace(), combineTime(), GMSH_MinMaxPlugin::execute(), GMSH_SkinPlugin::execute(), GMSH_IntegratePlugin::execute(), GMSH_Lambda2Plugin::execute(), GMSH_CurvedBndDistPlugin::execute(), GMSH_CurlPlugin::execute(), GMSH_EigenvaluesPlugin::execute(), GMSH_EigenvectorsPlugin::execute(), GMSH_ExtractElementsPlugin::execute(), GMSH_GradientPlugin::execute(), GMSH_DivergencePlugin::execute(), GMSH_HarmonicToTimePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_MathEvalPlugin::execute(), GMSH_Scal2VecPlugin::execute(), GMSH_Scal2TensPlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_SummationPlugin::execute(), GMSH_DistancePlugin::execute(), GMSH_AnnotatePlugin::execute(), GMSH_BoundaryAnglesPlugin::execute(), finalize(), getMemoryInMb(), getTime(), GModel::readPLY(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TimeStepMax |
Definition at line 23 of file PViewDataList.h.
Referenced by _stat(), getMax(), and getMemoryInMb().
std::vector<double> PViewDataList::TimeStepMin |
Definition at line 23 of file PViewDataList.h.
Referenced by _stat(), getMemoryInMb(), and getMin().
std::vector<double> PViewDataList::TL |
Definition at line 29 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TP |
Definition at line 27 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TQ |
Definition at line 33 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TR |
Definition at line 45 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), combineSpace(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::TS |
Definition at line 37 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TT |
Definition at line 31 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::TY |
Definition at line 43 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VD |
Definition at line 47 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::VG |
Definition at line 35 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), finalize(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::VH |
Definition at line 39 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VI |
Definition at line 41 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VL |
Definition at line 29 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VP |
Definition at line 27 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_RemovePlugin::execute(), GMSH_ProbePlugin::execute(), GMSH_ParticlesPlugin::execute(), GMSH_StreamLinesPlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VQ |
Definition at line 33 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), GMSH_CutParametricPlugin::execute(), finalize(), GMSH_CutGridPlugin::GenerateView(), GMSH_CutBoxPlugin::GenerateView(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VR |
Definition at line 45 of file PViewDataList.h.
Referenced by _getRawData(), _setLast(), combineSpace(), getMemoryInMb(), and incrementList().
std::vector<double> PViewDataList::VS |
Definition at line 37 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VT |
Definition at line 31 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), ElmData::addInView(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_Lambda2Plugin::execute(), GMSH_RemovePlugin::execute(), GMSH_MakeSimplexPlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().
std::vector<double> PViewDataList::VY |
Definition at line 43 of file PViewDataList.h.
Referenced by GMSH_LevelsetPlugin::_addElement(), OctreePost::_create(), _getRawData(), _setLast(), adaptiveElements< T >::addInView(), combineSpace(), GMSH_MakeSimplexPlugin::execute(), GMSH_RemovePlugin::execute(), finalize(), getMemoryInMb(), incrementList(), readPOS(), and writePOS().