![]() |
(git:b77b4be)
|
Public Member Functions | |
real(kind=dp) function, dimension(:,:,:), pointer, contiguous | cp_sll_3d_r_get_el_at (sll, index) |
returns the element at the given index | |
complex(kind=dp) function, dimension(:,:,:), pointer, contiguous | cp_sll_3d_c_get_el_at (sll, index) |
returns the element at the given index | |
real(kind=dp) function, dimension(:), pointer, contiguous | cp_sll_1d_r_get_el_at (sll, index) |
returns the element at the given index | |
complex(kind=dp) function, dimension(:), pointer, contiguous | cp_sll_1d_c_get_el_at (sll, index) |
returns the element at the given index | |
type(realspace_grid_type) function, pointer | cp_sll_rs_get_el_at (sll, index) |
returns the element at the given index | |
Definition at line 148 of file cp_linked_list_pw.F.
real(kind=dp) function, dimension(:,:,:), pointer, contiguous cp_linked_list_pw::cp_get_element_at::cp_sll_3d_r_get_el_at | ( | type(cp_sll_3d_r_type), pointer | sll, |
integer, intent(in) | index | ||
) |
returns the element at the given index
sll | the list you get the element from |
index | the position of the element (stating at 1) |
Definition at line 1104 of file cp_linked_list_pw.F.
complex(kind=dp) function, dimension(:,:,:), pointer, contiguous cp_linked_list_pw::cp_get_element_at::cp_sll_3d_c_get_el_at | ( | type(cp_sll_3d_c_type), pointer | sll, |
integer, intent(in) | index | ||
) |
returns the element at the given index
sll | the list you get the element from |
index | the position of the element (stating at 1) |
Definition at line 1131 of file cp_linked_list_pw.F.
real(kind=dp) function, dimension(:), pointer, contiguous cp_linked_list_pw::cp_get_element_at::cp_sll_1d_r_get_el_at | ( | type(cp_sll_1d_r_type), pointer | sll, |
integer, intent(in) | index | ||
) |
returns the element at the given index
sll | the list you get the element from |
index | the position of the element (stating at 1) |
Definition at line 1158 of file cp_linked_list_pw.F.
complex(kind=dp) function, dimension(:), pointer, contiguous cp_linked_list_pw::cp_get_element_at::cp_sll_1d_c_get_el_at | ( | type(cp_sll_1d_c_type), pointer | sll, |
integer, intent(in) | index | ||
) |
returns the element at the given index
sll | the list you get the element from |
index | the position of the element (stating at 1) |
Definition at line 1185 of file cp_linked_list_pw.F.
type(realspace_grid_type) function, pointer cp_linked_list_pw::cp_get_element_at::cp_sll_rs_get_el_at | ( | type(cp_sll_rs_type), pointer | sll, |
integer, intent(in) | index | ||
) |
returns the element at the given index
sll | the list you get the element from |
index | the position of the element (stating at 1) |
Definition at line 1212 of file cp_linked_list_pw.F.