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

Function GetCommunicator

parallel/parallelvector.hpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 virtual PARALLEL_STATUS GetParallelStatus () const override { return Status(); }
46 virtual void SetParallelStatus (PARALLEL_STATUS stat) const override { SetStatus (stat); }
47 virtual optional<NgMPI_Comm> GetCommunicator() const override
48 {
49 if (paralleldofs)
50 return paralleldofs->GetCommunicator();
51 else
52 return nullopt;
53 }
54
55
56 virtual shared_ptr<ParallelDofs> GetParallelDofs () const

Callers

nothing calls this directly

Calls 1

GetCommunicatorMethod · 0.45

Tested by

no test coverage detected