(git:c5411e0)
Loading...
Searching...
No Matches
cp_linked_list_pw::cp_get_first_el Interface Reference

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
 

Detailed Description

Definition at line 124 of file cp_linked_list_pw.F.

Member Function/Subroutine Documentation

◆ cp_sll_3d_r_get_first_el()

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

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 678 of file cp_linked_list_pw.F.

◆ cp_sll_3d_c_get_first_el()

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

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 692 of file cp_linked_list_pw.F.

◆ cp_sll_1d_r_get_first_el()

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

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 706 of file cp_linked_list_pw.F.

◆ cp_sll_1d_c_get_first_el()

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

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 720 of file cp_linked_list_pw.F.

◆ cp_sll_rs_get_first_el()

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

Parameters
sllthe single linked list to get the element from
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 734 of file cp_linked_list_pw.F.


The documentation for this interface was generated from the following file: