![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | cp_sll_3d_r_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
subroutine | cp_sll_3d_c_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
subroutine | cp_sll_1d_r_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
subroutine | cp_sll_1d_c_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
subroutine | cp_sll_rs_create (sll, first_el, rest) |
allocates and initializes a single linked list | |
Definition at line 100 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_create::cp_sll_3d_r_create | ( | type(cp_sll_3d_r_type), pointer | sll, |
real(kind=dp), dimension(:,:,:), optional, pointer, contiguous | first_el, | ||
type(cp_sll_3d_r_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 412 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_create::cp_sll_3d_c_create | ( | type(cp_sll_3d_c_type), pointer | sll, |
complex(kind=dp), dimension(:,:,:), optional, pointer, contiguous | first_el, | ||
type(cp_sll_3d_c_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 436 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_create::cp_sll_1d_r_create | ( | type(cp_sll_1d_r_type), pointer | sll, |
real(kind=dp), dimension(:), optional, pointer, contiguous | first_el, | ||
type(cp_sll_1d_r_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 460 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_create::cp_sll_1d_c_create | ( | type(cp_sll_1d_c_type), pointer | sll, |
complex(kind=dp), dimension(:), optional, pointer, contiguous | first_el, | ||
type(cp_sll_1d_c_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 484 of file cp_linked_list_pw.F.
subroutine cp_linked_list_pw::cp_create::cp_sll_rs_create | ( | type(cp_sll_rs_type), pointer | sll, |
type(realspace_grid_type), optional, pointer | first_el, | ||
type(cp_sll_rs_type), optional, pointer | rest | ||
) |
allocates and initializes a single linked list
sll | the single linked list to initialize |
first_el | the first element of this list |
rest | the following elements (if not given: empty) |
Definition at line 508 of file cp_linked_list_pw.F.