| 986 | size_t GetGlobalVertexNum (int locnum) const; |
| 987 | |
| 988 | FlatArray<int> GetDistantProcs (NodeId node) const |
| 989 | { |
| 990 | return mesh.GetDistantProcs(StdNodeType(node.GetType(), GetDimension()), node.GetNr()); |
| 991 | } |
| 992 | |
| 993 | /// Reduces MPI - distributed data associated with mesh-nodes |
| 994 | template <typename T> |
no test coverage detected