![]() |
(git:b77b4be)
|
Public Member Functions | |
real(kind=dp) function, dimension(:,:,:), pointer, contiguous | cp_sll_3d_r_get_first_el (sll) |
returns the first element stored in the list | |
complex(kind=dp) function, dimension(:,:,:), pointer, contiguous | cp_sll_3d_c_get_first_el (sll) |
returns the first element stored in the list | |
real(kind=dp) function, dimension(:), pointer, contiguous | cp_sll_1d_r_get_first_el (sll) |
returns the first element stored in the list | |
complex(kind=dp) function, dimension(:), pointer, contiguous | cp_sll_1d_c_get_first_el (sll) |
returns the first element stored in the list | |
type(realspace_grid_type) function, pointer | cp_sll_rs_get_first_el (sll) |
returns the first element stored in the list | |
Definition at line 124 of file cp_linked_list_pw.F.
real(kind=dp) function, dimension(:,:,:), pointer, contiguous cp_linked_list_pw::cp_get_first_el::cp_sll_3d_r_get_first_el | ( | type(cp_sll_3d_r_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 678 of file cp_linked_list_pw.F.
complex(kind=dp) function, dimension(:,:,:), pointer, contiguous cp_linked_list_pw::cp_get_first_el::cp_sll_3d_c_get_first_el | ( | type(cp_sll_3d_c_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 692 of file cp_linked_list_pw.F.
real(kind=dp) function, dimension(:), pointer, contiguous cp_linked_list_pw::cp_get_first_el::cp_sll_1d_r_get_first_el | ( | type(cp_sll_1d_r_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 706 of file cp_linked_list_pw.F.
complex(kind=dp) function, dimension(:), pointer, contiguous cp_linked_list_pw::cp_get_first_el::cp_sll_1d_c_get_first_el | ( | type(cp_sll_1d_c_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 720 of file cp_linked_list_pw.F.
type(realspace_grid_type) function, pointer cp_linked_list_pw::cp_get_first_el::cp_sll_rs_get_first_el | ( | type(cp_sll_rs_type), pointer | sll | ) |
returns the first element stored in the list
sll | the single linked list to get the element from |
Definition at line 734 of file cp_linked_list_pw.F.