![]() |
(git:b77b4be)
|
Public Member Functions | |
type(cp_3d_r_cp_type) function, dimension(:), pointer | cp_sll_3d_r_to_array (sll) |
returns a newly allocated array with the same contents as the linked list | |
type(cp_3d_c_cp_type) function, dimension(:), pointer | cp_sll_3d_c_to_array (sll) |
returns a newly allocated array with the same contents as the linked list | |
type(cp_1d_r_cp_type) function, dimension(:), pointer | cp_sll_1d_r_to_array (sll) |
returns a newly allocated array with the same contents as the linked list | |
type(cp_1d_c_cp_type) function, dimension(:), pointer | cp_sll_1d_c_to_array (sll) |
returns a newly allocated array with the same contents as the linked list | |
type(realspace_grid_p_type) function, dimension(:), pointer | cp_sll_rs_to_array (sll) |
returns a newly allocated array with the same contents as the linked list | |
Definition at line 208 of file cp_linked_list_pw.F.
type(cp_3d_r_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_3d_r_to_array | ( | type(cp_sll_3d_r_type), pointer | sll | ) |
returns a newly allocated array with the same contents as the linked list
sll | the list to transform in array |
Definition at line 2139 of file cp_linked_list_pw.F.
type(cp_3d_c_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_3d_c_to_array | ( | type(cp_sll_3d_c_type), pointer | sll | ) |
returns a newly allocated array with the same contents as the linked list
sll | the list to transform in array |
Definition at line 2165 of file cp_linked_list_pw.F.
type(cp_1d_r_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_1d_r_to_array | ( | type(cp_sll_1d_r_type), pointer | sll | ) |
returns a newly allocated array with the same contents as the linked list
sll | the list to transform in array |
Definition at line 2191 of file cp_linked_list_pw.F.
type(cp_1d_c_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_1d_c_to_array | ( | type(cp_sll_1d_c_type), pointer | sll | ) |
returns a newly allocated array with the same contents as the linked list
sll | the list to transform in array |
Definition at line 2217 of file cp_linked_list_pw.F.
type(realspace_grid_p_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_rs_to_array | ( | type(cp_sll_rs_type), pointer | sll | ) |
returns a newly allocated array with the same contents as the linked list
sll | the list to transform in array |
Definition at line 2243 of file cp_linked_list_pw.F.