| 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) |
no outgoing calls
no test coverage detected