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

Method GetRowParallelDofs

parallel/parallel_matrices.hpp:107–107  ·  view source on GitHub ↗

virtual const ParallelDofs * GetParallelDofs () const {return &pardofs;}

Source from the content-addressed store, hash-verified

105
106 // virtual const ParallelDofs * GetParallelDofs () const {return &pardofs;}
107 shared_ptr<ParallelDofs> GetRowParallelDofs () const { return row_paralleldofs; }
108 shared_ptr<ParallelDofs> GetColParallelDofs () const { return col_paralleldofs; }
109
110 PARALLEL_OP GetOpType () const { return op; }

Callers 4

ComposeOperatorsFunction · 0.45
AddOperatorsFunction · 0.45
TransposeOperatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected