|
| integer, dimension(:), allocatable | irow |
| integer, dimension(:), allocatable | jcol |
| double precision, dimension(:), allocatable | val |
Definition at line 42 of file matrix_mod.F.
◆ get_dim()
| procedure, pass matrix_mod::t_cfs_matrix::get_dim |
( |
class(t_cfs_matrix), intent(in) | this | ) |
|
◆ matrix_associate()
| procedure, pass matrix_mod::t_cfs_matrix::matrix_associate |
( |
class(t_cfs_matrix), intent(inout), target | this, |
|
|
integer, dimension(:), pointer | ptr_irow, |
|
|
integer, dimension(:), pointer | ptr_jcol, |
|
|
double precision, dimension(:), pointer | ptr_val ) |
◆ matrix_create()
| procedure, pass matrix_mod::t_cfs_matrix::matrix_create |
( |
class(t_cfs_matrix), intent(inout) | this, |
|
|
integer, intent(in) | nn ) |
◆ matrix_destroy()
| procedure, pass matrix_mod::t_cfs_matrix::matrix_destroy |
( |
class(t_cfs_matrix), intent(inout) | this | ) |
|
◆ dim
| integer, private matrix_mod::t_cfs_matrix::dim |
|
private |
Definition at line 43 of file matrix_mod.F.
43 integer, private :: dim
◆ irow
| integer, dimension(:), allocatable matrix_mod::t_cfs_matrix::irow |
Definition at line 44 of file matrix_mod.F.
44 integer, dimension(:), allocatable :: irow, jcol
◆ jcol
| integer, dimension(:), allocatable matrix_mod::t_cfs_matrix::jcol |
◆ val
| double precision, dimension(:), allocatable matrix_mod::t_cfs_matrix::val |
Definition at line 45 of file matrix_mod.F.
45 double precision, dimension(:), allocatable :: val
The documentation for this type was generated from the following file: