![]() |
(git:44e3845)
|
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 679 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 693 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 707 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 721 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 735 of file cp_linked_list_pw.F.