Classes | |
struct | Element |
struct | 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... | |
Enumerations | |
enum | MeshEntityType { EVertex = 0, EEdge, EFace, EElement, EN_MeshEntityTypes } |
Variables | |
const int | MAX_EL_NEIG = 5 |
const int | NO_NEIG = 0 |
const int fpcm::DistributedMesh::MAX_EL_NEIG = 5 |
Local (in-process) representation of distributed mesh. In keeps infomration about topology of local mesh AND its' direct neighbours in other processes.
const int fpcm::DistributedMesh::NO_NEIG = 0 |