|
| type(zpbmat) | zpb |
| | Symmetric positive-definite band matrix.
|
| type(zgbmat) | zgb |
| | General band matrix.
|
| integer | nsel_type |
| | Matrix type.
|
| integer | nterms |
| | Number of terms.
|
| logical | nl_factorize |
| | Factorize the matrix.
|
| logical | nl_impose_bc |
| | Store T M T^t and impose boundary conditions.
|
| integer | nterms_boundary |
| | Number of terms at boundary (coming from weak form integrated by part).
|
| complex(kind=r8), dimension(:,:,:), allocatable | boundary_terms |
| | Boundary terms if nterms_boundary > 0.
|
| integer | mass_matrix |
| | Type of the mass matrix (0: standard; 1: first toroidal derivative).
|
◆ boundary_terms
| complex(kind=r8), dimension(:,:,:), allocatable solver_data::zbmat::boundary_terms |
Boundary terms if nterms_boundary > 0.
◆ mass_matrix
| integer solver_data::zbmat::mass_matrix |
Type of the mass matrix (0: standard; 1: first toroidal derivative).
◆ nl_factorize
| logical solver_data::zbmat::nl_factorize |
◆ nl_impose_bc
| logical solver_data::zbmat::nl_impose_bc |
Store T M T^t and impose boundary conditions.
◆ nsel_type
| integer solver_data::zbmat::nsel_type |
◆ nterms
| integer solver_data::zbmat::nterms |
◆ nterms_boundary
| integer solver_data::zbmat::nterms_boundary |
Number of terms at boundary (coming from weak form integrated by part).
◆ zgb
| type(zgbmat) solver_data::zbmat::zgb |
◆ zpb
| type(zpbmat) solver_data::zbmat::zpb |
Symmetric positive-definite band matrix.
The documentation for this type was generated from the following file: