|
BSpline Finite Element Exterior Calculus
|
Abstract type for a generic linear solver for m-form systems of equations. More...
Public Member Functions | |
| procedure | get_warning_message (this, failure) |
| procedure | destroy (this) |
| Destroy the generic solver object. | |
Public Attributes | |
| integer | last_nr_iterations |
| The matrix to be inverted. | |
| real(wp) | last_residual_norm |
| The residual norm in the last solve. | |
| type(solverinitoptions) | options |
| The convergence reason in the last solve. | |
Abstract type for a generic linear solver for m-form systems of equations.
| procedure m_mform_solver::abstractsolver::destroy | ( | class(abstractsolver), intent(inout) | this | ) |
Destroy the generic solver object.
| [in,out] | this | The generic solver object to be destroyed |
| integer m_mform_solver::abstractsolver::last_nr_iterations |
The matrix to be inverted.
KSP object for the PETSc matrix The number of iterations in the last solve
| type(solverinitoptions) m_mform_solver::abstractsolver::options |
The convergence reason in the last solve.
Resolved init options used to configure the solver backend