| 192 | } // getASMSubdomains |
| 193 | |
| 194 | void |
| 195 | PETScLevelSolver::setNullSpace(bool contains_constant_vec, |
| 196 | const std::vector<Pointer<SAMRAIVectorReal<NDIM, double>>>& nullspace_basis_vecs) |
| 197 | { |
| 198 | LinearSolver::setNullSpace(contains_constant_vec, nullspace_basis_vecs); |
| 199 | if (d_is_initialized) setupNullSpace(); |
| 200 | return; |
| 201 | } // setNullSpace |
| 202 | |
| 203 | bool |
| 204 | PETScLevelSolver::solveSystem(SAMRAIVectorReal<NDIM, double>& x, SAMRAIVectorReal<NDIM, double>& b) |
no outgoing calls
no test coverage detected