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

Method SetParallelStatus

parallel/parallelvvector.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 virtual void SetParallelStatus (PARALLEL_STATUS stat) const override
82 {
83 if (stat != status)
84 {
85 cout << "setparallel, should changed from " << status << " to " << stat << endl;
86 throw Exception("SetParallelStatus of rangevec called, change from"
87 +ToString(status) + " to " +ToString(stat));
88 }
89 }
90
91 virtual void SetParallelDofs (shared_ptr<ParallelDofs> aparalleldofs) override
92 {

Callers 15

P2NMethod · 0.80
InterpolateMethod · 0.80
InterpolateMethod · 0.80
LoadMethod · 0.80
MultMethod · 0.80
CalcFluxProjectFunction · 0.80
SetValuesFunction · 0.80
SetupMethod · 0.80
MultMethod · 0.80
MultMethod · 0.80
AssembleMethod · 0.80
AllocateVectorMethod · 0.80

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected