| 109 | |
| 110 | PARALLEL_OP GetOpType () const { return op; } |
| 111 | virtual optional<NgMPI_Comm> GetCommunicator() const override |
| 112 | { |
| 113 | if (row_paralleldofs) |
| 114 | return row_paralleldofs->GetCommunicator(); |
| 115 | else |
| 116 | return nullopt; |
| 117 | } |
| 118 | |
| 119 | virtual shared_ptr<BaseMatrix> InverseMatrix (shared_ptr<BitArray> subset = 0) const override; |
| 120 | template <typename TM> |
no outgoing calls
no test coverage detected