![]() |
(git:d18deda)
|
Data Types | |
type | oce_matrix_type |
Functions/Subroutines | |
subroutine, public | allocate_oce_set (oce_set, nkind) |
Allocate and initialize the matrix set of oce coefficients. | |
subroutine, public | create_oce_set (oce_set) |
... | |
subroutine, public | deallocate_oce_set (oce_set) |
Deallocate the matrix set of oce coefficients. | |
subroutine, public qs_oce_types::allocate_oce_set | ( | type(oce_matrix_type), pointer | oce_set, |
integer, intent(in) | nkind | ||
) |
Allocate and initialize the matrix set of oce coefficients.
oce_set | ... |
nkind | ... |
Definition at line 59 of file qs_oce_types.F.
subroutine, public qs_oce_types::create_oce_set | ( | type(oce_matrix_type), pointer | oce_set | ) |
...
oce_set | ... |
Definition at line 78 of file qs_oce_types.F.
subroutine, public qs_oce_types::deallocate_oce_set | ( | type(oce_matrix_type), pointer | oce_set | ) |
Deallocate the matrix set of oce coefficients.
oce_set | ... |
Definition at line 97 of file qs_oce_types.F.