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

Method GetColParallelDofs

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

Source from the content-addressed store, hash-verified

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; }
111 virtual optional<NgMPI_Comm> GetCommunicator() const override

Callers 4

ComposeOperatorsFunction · 0.45
AddOperatorsFunction · 0.45
TransposeOperatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected