A helper type to abstract the concrete details of the matrix.
More...
|
| real(kind=default_precision) | n |
| |
| real(kind=default_precision) | s |
| |
| real(kind=default_precision) | e |
| |
| real(kind=default_precision) | w |
| |
| real(kind=default_precision), dimension(:), allocatable | u |
| |
| real(kind=default_precision), dimension(:), allocatable | d |
| |
| real(kind=default_precision), dimension(:), allocatable | p |
| |
| real(kind=default_precision), dimension(:), allocatable | lu_d |
| |
| real(kind=default_precision), dimension(:), allocatable | lu_u |
| |
| real(kind=default_precision), dimension(:), allocatable | vol |
| |
A helper type to abstract the concrete details of the matrix.
Definition at line 25 of file iterativesolver.F90.
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::d |
|
private |
| real(kind=default_precision) iterativesolver_mod::matrix_type::e |
|
private |
◆ lu_d
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::lu_d |
|
private |
◆ lu_u
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::lu_u |
|
private |
| real(kind=default_precision) iterativesolver_mod::matrix_type::n |
|
private |
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::p |
|
private |
| real(kind=default_precision) iterativesolver_mod::matrix_type::s |
|
private |
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::u |
|
private |
◆ vol
| real(kind=default_precision), dimension(:), allocatable iterativesolver_mod::matrix_type::vol |
|
private |
| real(kind=default_precision) iterativesolver_mod::matrix_type::w |
|
private |
The documentation for this type was generated from the following file: