![]() |
(git:5ef3a49)
|
Public Member Functions | |
| subroutine | cp_sll_3d_r_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_3d_c_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_1d_r_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_1d_c_insert_el (sll, el) |
| insert an element at the beginning of the list | |
| subroutine | cp_sll_rs_insert_el (sll, el) |
| insert an element at the beginning of the list | |
Definition at line 164 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_insert::cp_sll_3d_r_insert_el | ( | type(cp_sll_3d_r_type), pointer | sll, |
| real(kind=dp), dimension(:,:,:), pointer, contiguous | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1502 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_insert::cp_sll_3d_c_insert_el | ( | type(cp_sll_3d_c_type), pointer | sll, |
| complex(kind=dp), dimension(:,:,:), pointer, contiguous | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1525 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_insert::cp_sll_1d_r_insert_el | ( | type(cp_sll_1d_r_type), pointer | sll, |
| real(kind=dp), dimension(:), pointer, contiguous | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1548 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_insert::cp_sll_1d_c_insert_el | ( | type(cp_sll_1d_c_type), pointer | sll, |
| complex(kind=dp), dimension(:), pointer, contiguous | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1571 of file cp_linked_list_pw.F.
| subroutine cp_linked_list_pw::cp_insert::cp_sll_rs_insert_el | ( | type(cp_sll_rs_type), pointer | sll, |
| type(realspace_grid_type), pointer | el | ||
| ) |
insert an element at the beginning of the list
| sll | the single linked list point at the beginning of which you want to add the element |
| el | the element to add |
Definition at line 1594 of file cp_linked_list_pw.F.