#include <mpi.h>
#include "compressed_mesh.hpp"
Go to the source code of this file.
Classes | |
struct | fpcm::DistributedMesh::Element |
struct | fpcm::DistributedMesh::DistributedMesh |
DistributedMesh is responsible for logic behind parallel mesh operations. It decides which mesh entities are transfered and between which processes. Thus this class is responsible for mesh entities recognition, migration orders and others. More... | |
Namespaces | |
namespace | fpcm |
namespace | fpcm::DistributedMesh |
Enumerations | |
enum | fpcm::DistributedMesh::MeshEntityType { fpcm::DistributedMesh::EVertex = 0, fpcm::DistributedMesh::EEdge, fpcm::DistributedMesh::EFace, fpcm::DistributedMesh::EElement, fpcm::DistributedMesh::EN_MeshEntityTypes } |
Variables | |
const int | fpcm::DistributedMesh::MAX_EL_NEIG = 5 |
const int | fpcm::DistributedMesh::NO_NEIG = 0 |