|
|
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.
|
| |
◆ init()
| procedure m_mform_matrix::zeromatrix::init |
( |
class(zeromatrix), intent(inout) | this, |
|
|
type(mformspace), intent(in) | space_row, |
|
|
type(mformspace), intent(in), optional | space_col ) |
Initialize a zero matrix for the given m-form spaces.
- Parameters
-
| [in,out] | this | The ZeroMatrix object to initialize |
| [in] | space_row | The m-form space corresponding to the rows of the matrix |
| [in] | space_col | _(optional)_ The m-form space corresponding to the columns of the matrix |
- Note
- If space_row is not provided, a square zero matrix on space_col is constructed
The documentation for this type was generated from the following file:
- /builds/rwr/bspline_feec/src/mform/m_mform_matrix.f90