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

Function SetStatus

parallel/parallelvector.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 virtual PARALLEL_STATUS Status () const { return status; }
39
40 virtual void SetStatus ( PARALLEL_STATUS astatus ) const
41 {
42 status = astatus;
43 }
44
45 virtual PARALLEL_STATUS GetParallelStatus () const override { return Status(); }
46 virtual void SetParallelStatus (PARALLEL_STATUS stat) const override { SetStatus (stat); }

Callers 2

SetParallelStatusFunction · 0.85
CumulateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected