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

Method SetParallelDofs

parallel/parallelvvector.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 virtual void SetParallelDofs (shared_ptr<ParallelDofs> aparalleldofs) override
92 {
93 if (Size() != aparalleldofs->GetNDofLocal())
94 throw Exception("SetParallelDofs of rangevec called, wrong sizes");
95 paralleldofs = aparalleldofs;
96 }
97
98
99 NgMPI_Request IRecvVec ( int dest ) override

Callers 3

ParallelMatrixMethod · 0.80

Calls 2

GetNDofLocalMethod · 0.80
SizeFunction · 0.50

Tested by

no test coverage detected