Go to the documentation of this file.
38 #ifndef faGlobalMeshData_H
39 #define faGlobalMeshData_H
109 return nGlobalPoints_;
115 return sharedPointLabels_;
122 return sharedPointAddr_;
const labelList & sharedPointLabels() const
Return indices of local points that are globally shared.
const faMesh & mesh() const
Return mesh reference.
Various mesh related information for a parallel run.
const labelList & sharedPointAddr() const
Return addressing into the complete globally shared points.
Determines processor-processor connection. After instantiation contains on all processors the process...
Finite area mesh. Used for 2-D non-Euclidian finite area method.
void updateMesh()
Change global mesh data given a topological change.
label nGlobalPoints() const
Return number of globally shared points.
ClassName("faGlobalMeshData")
Runtime type information.
~faGlobalMeshData()
Destructor.