|
BSpline Finite Element Exterior Calculus
|
Abstract base type for m-form matrices. More...
Public Member Functions | |
| procedure(constraint_coeff_interface), deferred | constraint_coeff constraint_coeff_interface |
| procedure | destroy (this) |
| Destroy the AbstractMatrix. | |
Public Attributes | |
| type(mformspace) | space_col |
| The m-form space of the solution vector. | |
| type(mformspace) | space_row |
| The m-form space of the residual. | |
| logical | is_symmetric |
| PETSc matrix. | |
| logical | is_spd |
| Whether the matrix is symmetric positive definite. | |
Abstract base type for m-form matrices.
| procedure m_mform_matrix::abstractmatrix::destroy | ( | class(abstractmatrix), intent(inout) | this | ) |
Destroy the AbstractMatrix.
| [in,out] | this | The AbstractMatrix object to destroy |
| logical m_mform_matrix::abstractmatrix::is_symmetric |
PETSc matrix.
Whether the matrix is symmetric