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

Function GetParallelStatus

linalg/basevector.hpp:587–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 { vec -> Distribute(); }
586
587 PARALLEL_STATUS GetParallelStatus () const
588 { return vec -> GetParallelStatus(); }
589
590 void SetParallelStatus (PARALLEL_STATUS stat) const
591 { vec -> SetParallelStatus(stat); }

Callers

nothing calls this directly

Calls 1

GetParallelStatusMethod · 0.80

Tested by

no test coverage detected