![]() |
ECOGEN 4.0
Evolutive, Compressible, Open, Genuine, Easy, N-phase
|
This is the complete list of members for MeshUnStruct, including all inherited members.
assignLimits(std::vector< BoundCond * > &boundCond) | MeshUnStruct | virtual |
extractAbsVelocityMRF(TypeMeshContainer< Cell * > *cellsLvl, std::vector< double > &dataset, Source *sourceMRF) const | MeshUnStruct | virtual |
Mesh::extractAbsVelocityMRF(std::vector< Cell * > *, std::vector< double > &, Source *) const | Mesh | inlinevirtual |
extractReferenceLength(std::vector< Cell * > *cellsLvl, std::vector< double > &dataset) const | MeshUnStruct | virtual |
finalizeParallele(const int &lvlMax) | Mesh | virtual |
getConnectivity(std::vector< double > &dataset, std::vector< Cell * > *) const | MeshUnStruct | virtual |
getCoord(std::vector< double > &, Axis) const | Mesh | inlinevirtual |
getData(TypeMeshContainer< Cell * > *cellsLvl, std::vector< double > &dataset, const int var, int phase) const | MeshUnStruct | virtual |
Mesh::getData(std::vector< Cell * > *, std::vector< double > &, const int, int) const | Mesh | inlinevirtual |
getdX() const | Mesh | inlinevirtual |
getdY() const | Mesh | inlinevirtual |
getdZ() const | Mesh | inlinevirtual |
getLvlMax() const | Mesh | inlinevirtual |
getMeshExtension() const | Mesh | inlinevirtual |
getNodes(std::vector< double > &dataset, std::vector< Cell * > *) const | MeshUnStruct | virtual |
getNumberCells() const | Mesh | inline |
getNumberCellsTotal() const | Mesh | inline |
getNumberCellsY() | Mesh | inlinevirtual |
getNumberCellsZ() | Mesh | inlinevirtual |
getNumberFaces() const | Mesh | inline |
getNumFichier() const | Mesh | inline |
getOffsets(std::vector< double > &dataset, std::vector< Cell * > *) const | MeshUnStruct | virtual |
getProblemDimension() const | Mesh | inline |
getStringExtent(bool=false) const | Mesh | inlinevirtual |
getType() const | Mesh | inline |
getTypeCell(std::vector< double > &dataset, std::vector< Cell * > *) const | MeshUnStruct | virtual |
initCpuMeshParallel(TypeMeshContainer< Cell * > &cells, std::string &computeOrder, int cpu)=0 | MeshUnStruct | pure virtual |
initCpuMeshSequential(TypeMeshContainer< Cell * > &cells, std::string &computeOrder)=0 | MeshUnStruct | pure virtual |
initGeometryMonoCPU(TypeMeshContainer< Cell * > &cells, TypeMeshContainer< CellInterface * > &cellInterfaces, std::string computeOrder="FIRSTORDER")=0 | MeshUnStruct | pure virtual |
initGeometryParallel(TypeMeshContainer< Cell * > &cells, TypeMeshContainer< Cell * > &cellsGhost, TypeMeshContainer< CellInterface * > &cellInterfaces, std::string computeOrder="FIRSTORDER")=0 | MeshUnStruct | pure virtual |
initializeGeometrie(TypeMeshContainer< Cell * > &cells, TypeMeshContainer< Cell * > &cellsGhost, TypeMeshContainer< CellInterface * > &cellInterfaces, const int &, bool pretraitementParallele=true, std::string ordreCalcul="FIRSTORDER") | MeshUnStruct | virtual |
initializePersistentCommunications(const TypeMeshContainer< Cell * > &cells, std::string ordreCalcul) | Mesh | virtual |
m_bound | MeshUnStruct | protected |
m_elements | MeshUnStruct | protected |
m_faces | MeshUnStruct | protected |
m_meshFile | MeshUnStruct | protected |
m_nameMesh | MeshUnStruct | protected |
m_nodes | MeshUnStruct | protected |
m_numberBoundFaces | MeshUnStruct | protected |
m_numberCellsCalcul | Mesh | protected |
m_numberCellsTotal | Mesh | protected |
m_numberCommunicatingElements | MeshUnStruct | protected |
m_numberElements | Mesh | protected |
m_numberElements0D | MeshUnStruct | protected |
m_numberElements1D | MeshUnStruct | protected |
m_numberElements2D | MeshUnStruct | protected |
m_numberElements3D | MeshUnStruct | protected |
m_numberFacesParallel | MeshUnStruct | protected |
m_numberFacesTotal | Mesh | protected |
m_numberGhostCells | MeshUnStruct | protected |
m_numberGhostElements | MeshUnStruct | protected |
m_numberHexahedrons | MeshUnStruct | protected |
m_numberInnerElements | MeshUnStruct | protected |
m_numberInnerFaces | MeshUnStruct | protected |
m_numberInnerNodes | MeshUnStruct | protected |
m_numberNodes | MeshUnStruct | protected |
m_numberPoints | MeshUnStruct | protected |
m_numberPyramids | MeshUnStruct | protected |
m_numberQuadrangles | MeshUnStruct | protected |
m_numberSegments | MeshUnStruct | protected |
m_numberTetrahedrons | MeshUnStruct | protected |
m_numberTriangles | MeshUnStruct | protected |
m_numFichier | Mesh | mutableprotected |
m_problemDimension | Mesh | protected |
m_totalSurface | MeshUnStruct | protected |
m_totalVolume | MeshUnStruct | protected |
m_type | Mesh | protected |
Mesh() | Mesh | |
MeshUnStruct(const std::string &meshFile, const std::string &meshExtension) | MeshUnStruct | |
parallelLoadBalancingAMR(std::vector< Cell * > *, TypeMeshContainer< Cell * > *, std::vector< CellInterface * > *, std::string, const std::vector< AddPhys * > &, Eos **, int &, std::vector< GeometricalDomain * > &, bool=false) | Mesh | inlinevirtual |
preProcessMeshFileForParallel()=0 | MeshUnStruct | pure virtual |
printDomainDecomposition(std::ofstream &) | Mesh | inlinevirtual |
procedureRaffinement(std::vector< Cell * > *, TypeMeshContainer< Cell * > *, std::vector< CellInterface * > *, const int &, const std::vector< AddPhys * > &, int &, Eos **) | Mesh | inlinevirtual |
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 * > &) | Mesh | inlinevirtual |
readDomainDecomposition(std::ifstream &) | Mesh | inlinevirtual |
readMeshFileExtension(const std::string &meshFile) | MeshUnStruct | static |
refineCellAndCellInterfaces(Cell *, const std::vector< AddPhys * > &, int &) | Mesh | inlinevirtual |
setDataSet(std::vector< double > &dataset, TypeMeshContainer< Cell * > *cellsLvl, const int var, int phase) const | MeshUnStruct | virtual |
Mesh::setDataSet(std::vector< double > &, std::vector< Cell * > *, const int, int) const | Mesh | inlinevirtual |
setImmersedBoundaries(TypeMeshContainer< CellInterface * > *, std::string) const | Mesh | inlinevirtual |
whoAmI() const | MeshUnStruct | inlinevirtual |
writeHeaderPiece(std::ofstream &fileStream, TypeMeshContainer< Cell * > *) const | MeshUnStruct | virtual |
Mesh::writeHeaderPiece(std::ofstream &, std::vector< Cell * > *) const | Mesh | inlinevirtual |
writeMeshInfoData() const | MeshUnStruct | |
writeResultsGnuplot(std::vector< Cell * > *cellsLvl, std::ofstream &fileStream, GeometricObject *objet=0, bool recordPsat=false) const | Mesh | |
~Mesh() | Mesh | virtual |
~MeshUnStruct() | MeshUnStruct | virtual |