(git:f56c6e3)
Loading...
Searching...
No Matches
cp_linked_list_pw::cp_to_array Interface Reference

Public Member Functions

type(cp_3d_r_cp_type) function, dimension(:), pointer cp_sll_3d_r_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
type(cp_3d_c_cp_type) function, dimension(:), pointer cp_sll_3d_c_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
type(cp_1d_r_cp_type) function, dimension(:), pointer cp_sll_1d_r_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
type(cp_1d_c_cp_type) function, dimension(:), pointer cp_sll_1d_c_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 
type(realspace_grid_p_type) function, dimension(:), pointer cp_sll_rs_to_array (sll)
 returns a newly allocated array with the same contents as the linked list
 

Detailed Description

Definition at line 208 of file cp_linked_list_pw.F.

Member Function/Subroutine Documentation

◆ cp_sll_3d_r_to_array()

type(cp_3d_r_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_3d_r_to_array ( type(cp_sll_3d_r_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2140 of file cp_linked_list_pw.F.

Here is the call graph for this function:

◆ cp_sll_3d_c_to_array()

type(cp_3d_c_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_3d_c_to_array ( type(cp_sll_3d_c_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2166 of file cp_linked_list_pw.F.

Here is the call graph for this function:

◆ cp_sll_1d_r_to_array()

type(cp_1d_r_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_1d_r_to_array ( type(cp_sll_1d_r_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2192 of file cp_linked_list_pw.F.

Here is the call graph for this function:

◆ cp_sll_1d_c_to_array()

type(cp_1d_c_cp_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_1d_c_to_array ( type(cp_sll_1d_c_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2218 of file cp_linked_list_pw.F.

Here is the call graph for this function:

◆ cp_sll_rs_to_array()

type(realspace_grid_p_type) function, dimension(:), pointer cp_linked_list_pw::cp_to_array::cp_sll_rs_to_array ( type(cp_sll_rs_type), pointer  sll)

returns a newly allocated array with the same contents as the linked list

Parameters
sllthe list to transform in array
Returns
...
History
07.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 2244 of file cp_linked_list_pw.F.

Here is the call graph for this function:

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