|
| MUSGmsh (const std::string &meshFile, const std::string &meshExtension) |
|
virtual | ~MUSGmsh () |
|
virtual void | initGeometryMonoCPU (TypeMeshContainer< Cell * > &cells, TypeMeshContainer< CellInterface * > &cellInterfaces, std::string computeOrder="FIRSTORDER")=0 |
| initialize the geometry for single CPU computation
|
|
virtual void | initGeometryParallel (TypeMeshContainer< Cell * > &cells, TypeMeshContainer< Cell * > &cellsGhost, TypeMeshContainer< CellInterface * > &cellInterfaces, std::string computeOrder="FIRSTORDER")=0 |
| initialize the geometry for multi CPUs computation
|
|
virtual void | preProcessMeshFileForParallel ()=0 |
| split original mesh file for computation on several CPUs
|
|
virtual void | initCpuMeshSequential (TypeMeshContainer< Cell * > &cells, std::string &computeOrder)=0 |
| Initialize mesh of a single partition for restart with mesh mapping option.
|
|
virtual void | initCpuMeshParallel (TypeMeshContainer< Cell * > &cells, std::string &computeOrder, int cpu)=0 |
| Initialize mesh of a single partition of a partionned mesh for restart with mesh mapping option.
|
|
virtual std::string | getMeshExtension () const |
|
| MeshUnStruct (const std::string &meshFile, const std::string &meshExtension) |
|
virtual | ~MeshUnStruct () |
|
virtual void | assignLimits (std::vector< BoundCond * > &boundCond) |
|
virtual int | initializeGeometrie (TypeMeshContainer< Cell * > &cells, TypeMeshContainer< Cell * > &cellsGhost, TypeMeshContainer< CellInterface * > &cellInterfaces, const int &, bool pretraitementParallele=true, std::string ordreCalcul="FIRSTORDER") |
| renvoi le number de dimensions (1,2 ou 3)
|
|
virtual std::string | whoAmI () const |
|
void | writeMeshInfoData () const |
| write monocpu mesh information
|
|
virtual void | writeHeaderPiece (std::ofstream &fileStream, TypeMeshContainer< Cell * > *) const |
|
virtual void | getNodes (std::vector< double > &dataset, std::vector< Cell * > *) const |
|
virtual void | getConnectivity (std::vector< double > &dataset, std::vector< Cell * > *) const |
|
virtual void | getOffsets (std::vector< double > &dataset, std::vector< Cell * > *) const |
|
virtual void | getTypeCell (std::vector< double > &dataset, std::vector< Cell * > *) const |
|
virtual void | getData (TypeMeshContainer< Cell * > *cellsLvl, std::vector< double > &dataset, const int var, int phase) const |
|
virtual void | setDataSet (std::vector< double > &dataset, TypeMeshContainer< Cell * > *cellsLvl, const int var, int phase) const |
|
virtual void | extractAbsVelocityMRF (TypeMeshContainer< Cell * > *cellsLvl, std::vector< double > &dataset, Source *sourceMRF) const |
|
virtual void | extractReferenceLength (std::vector< Cell * > *cellsLvl, std::vector< double > &dataset) const |
|
| Mesh () |
|
virtual | ~Mesh () |
|
virtual void | setImmersedBoundaries (TypeMeshContainer< CellInterface * > *, std::string) const |
|
const int & | getProblemDimension () const |
|
const int & | getNumberCells () const |
|
const int & | getNumberCellsTotal () const |
|
const int & | getNumberFaces () const |
|
const int & | getNumFichier () const |
|
virtual double | getdX () const |
|
virtual double | getdY () const |
|
virtual double | getdZ () const |
|
const TypeM & | getType () const |
|
virtual int | getNumberCellsY () |
|
virtual int | getNumberCellsZ () |
|
virtual int | getLvlMax () const |
|
void | writeResultsGnuplot (std::vector< Cell * > *cellsLvl, std::ofstream &fileStream, GeometricObject *objet=0, bool recordPsat=false) const |
|
virtual void | writeHeaderPiece (std::ofstream &, std::vector< Cell * > *) const |
|
virtual std::string | getStringExtent (bool=false) const |
|
virtual void | getCoord (std::vector< double > &, Axis) const |
|
virtual void | getData (std::vector< Cell * > *, std::vector< double > &, const int, int) const |
| Extracting data for printing results.
|
|
virtual void | setDataSet (std::vector< double > &, std::vector< Cell * > *, const int, int) const |
| Extracting data for printing results.
|
|
virtual void | refineCellAndCellInterfaces (Cell *, const std::vector< AddPhys * > &, int &) |
|
virtual void | extractAbsVelocityMRF (std::vector< Cell * > *, std::vector< double > &, Source *) const |
| Extracting absolute velocity for specific Moving Reference Frame computations.
|
|
virtual void | printDomainDecomposition (std::ofstream &) |
|
virtual void | readDomainDecomposition (std::ifstream &) |
|
virtual void | procedureRaffinementInitialization (std::vector< Cell * > *, TypeMeshContainer< Cell * > *, std::vector< CellInterface * > *, const std::vector< AddPhys * > &, int &nbCellsTotalAMR, std::vector< GeometricalDomain * > &, Eos **, const int &, std::string, std::vector< GeometricalDomain * > &) |
|
virtual void | procedureRaffinement (std::vector< Cell * > *, TypeMeshContainer< Cell * > *, std::vector< CellInterface * > *, const int &, const std::vector< AddPhys * > &, int &, Eos **) |
|
virtual void | initializePersistentCommunications (const TypeMeshContainer< Cell * > &cells, std::string ordreCalcul) |
|
virtual void | finalizeParallele (const int &lvlMax) |
|
virtual void | parallelLoadBalancingAMR (std::vector< Cell * > *, TypeMeshContainer< Cell * > *, std::vector< CellInterface * > *, std::string, const std::vector< AddPhys * > &, Eos **, int &, std::vector< GeometricalDomain * > &, bool=false) |
|