#include <PMesh.H>
Public Attributes | |
Mesh::IndexType | npart |
Mesh::IndexType | part |
total number of partitions More... | |
Mesh::IndexType | nelem |
partition id More... | |
Mesh::IndexType | nnodes |
total number of elems More... | |
Mesh::IndexType | nborder |
total number of nodes More... | |
Mesh::IndexType | nshared |
number of borders More... | |
Mesh::IndexType | nown |
number of shared nodes More... | |
Mesh::IndexType | nlocal |
number of shared nodes owned More... | |
Mesh::IndexType | doffset |
number of local nodes (convenience) More... | |
Mesh::IndexType doffset |
number of local nodes (convenience)
Definition at line 92 of file PMesh.H.
Referenced by BuildBorderStiffness(), GlobalDofExchange(), and main().
Mesh::IndexType nborder |
total number of nodes
Definition at line 88 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().
Mesh::IndexType nelem |
partition id
Definition at line 86 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().
Mesh::IndexType nlocal |
number of shared nodes owned
Definition at line 91 of file PMesh.H.
Referenced by BuildBorderStiffness(), CountDofs(), GlobalDofExchange(), GlobalDofReMapExchange(), main(), and Mesh::Partition::Read().
Mesh::IndexType nnodes |
total number of elems
Definition at line 87 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().
Mesh::IndexType nown |
number of shared nodes
Definition at line 90 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().
Mesh::IndexType npart |
Definition at line 84 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().
Mesh::IndexType nshared |
number of borders
Definition at line 89 of file PMesh.H.
Referenced by Mesh::Partition::GetBorderElements(), main(), and Mesh::Partition::Read().
Mesh::IndexType part |
total number of partitions
Definition at line 85 of file PMesh.H.
Referenced by main(), and Mesh::Partition::Read().