LifeV
|
Class that handles mesh partitioning. More...
#include <fstream>
#include <sstream>
#include <parmetis.h>
#include <Epetra_MpiComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/Switch.hpp>
#include <lifev/core/mesh/MeshElementMarked.hpp>
#include <lifev/core/util/LifeDebug.hpp>
#include <lifev/core/fem/DOF.hpp>
#include <lifev/core/mesh/MeshEntity.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/array/GhostHandler.hpp>
Go to the source code of this file.
Data Structures | |
class | MeshPartitioner< MeshType > |
Class that handles mesh partitioning. More... | |
struct | MeshPartitioner< MeshType >::EntityPIDList |
Store ownership for each entity, subdivided by entity type. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Class that handles mesh partitioning.
Definition in file MeshPartitioner.hpp.