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

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
 

Detailed Description

Definition at line 100 of file cp_linked_list_pw.F.

Member Function/Subroutine Documentation

◆ cp_sll_3d_r_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 412 of file cp_linked_list_pw.F.

◆ cp_sll_3d_c_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 436 of file cp_linked_list_pw.F.

◆ cp_sll_1d_r_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 460 of file cp_linked_list_pw.F.

◆ cp_sll_1d_c_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 484 of file cp_linked_list_pw.F.

◆ cp_sll_rs_create()

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

Parameters
sllthe single linked list to initialize
first_elthe first element of this list
restthe following elements (if not given: empty)
History
none
Author
Fawzi Mohamed

Definition at line 508 of file cp_linked_list_pw.F.


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