BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_mform_matrix::abstractmatrix Type Referenceabstract

Abstract base type for m-form matrices. More...

Inheritance diagram for m_mform_matrix::abstractmatrix:
m_mform_matrix::diffdiffmatrix m_mform_matrix::diffmatrix m_mform_matrix::massmatrix m_mform_matrix::zeromatrix

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.
 

Detailed Description

Abstract base type for m-form matrices.

Member Function/Subroutine Documentation

◆ destroy()

procedure m_mform_matrix::abstractmatrix::destroy ( class(abstractmatrix), intent(inout) this)

Destroy the AbstractMatrix.

Parameters
[in,out]thisThe AbstractMatrix object to destroy

Member Data Documentation

◆ is_symmetric

logical m_mform_matrix::abstractmatrix::is_symmetric

PETSc matrix.

Whether the matrix is symmetric


The documentation for this type was generated from the following file: