MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / GetDistantProcs

Function GetDistantProcs

comp/meshaccess.hpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers 5

AllReduceNodalDataMethod · 0.85
GetMasterProcMethod · 0.85
ReduceDofDataMethod · 0.85
ScatterDofDataMethod · 0.85
RangeMethod · 0.85

Calls 5

StdNodeTypeFunction · 0.85
GetDistantProcsMethod · 0.80
GetDimensionFunction · 0.70
GetTypeMethod · 0.45
GetNrMethod · 0.45

Tested by

no test coverage detected