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

Method GetOpType

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

Source from the content-addressed store, hash-verified

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
112 {
113 if (row_paralleldofs)

Callers 4

ComposeOperatorsFunction · 0.45
AddOperatorsFunction · 0.45
TransposeOperatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected