|
GEOS
|
#include "mesh/mpiCommunications/NeighborCommunicator.hpp"#include "physicsSolvers/PhysicsSolverBase.hpp"#include "mesh/DomainPartition.hpp"#include "mesh/CellElementSubRegion.hpp"#include "ParallelTopologyChange.hpp"Go to the source code of this file.
Classes | |
| struct | geos::ElemLocComparator |
| Comparator for (CellElementSubRegion const *, localIndex) pairs that provides deterministic ordering based on localIndex/region/subregion indices in that precedence. More... | |
| class | geos::SurfaceGenerator |
Namespaces | |
| geos | |
Typedefs | |
| using | geos::ElemLocMapType = stdMap< std::pair< CellElementSubRegion const *, localIndex >, int, ElemLocComparator > |
| Type alias for the element location map with deterministic ordering. | |