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

Public Member Functions

logical function cp_sll_3d_r_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_3d_c_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_1d_r_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_1d_c_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 
logical function cp_sll_rs_next (iterator, el_att)
 returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element
 

Detailed Description

Definition at line 116 of file cp_linked_list_pw.F.

Member Function/Subroutine Documentation

◆ cp_sll_3d_r_next()

logical function cp_linked_list_pw::cp_next::cp_sll_3d_r_next ( type(cp_sll_3d_r_type), pointer  iterator,
real(kind=dp), dimension(:,:,:), optional, pointer, contiguous  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1382 of file cp_linked_list_pw.F.

◆ cp_sll_3d_c_next()

logical function cp_linked_list_pw::cp_next::cp_sll_3d_c_next ( type(cp_sll_3d_c_type), pointer  iterator,
complex(kind=dp), dimension(:,:,:), optional, pointer, contiguous  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1405 of file cp_linked_list_pw.F.

◆ cp_sll_1d_r_next()

logical function cp_linked_list_pw::cp_next::cp_sll_1d_r_next ( type(cp_sll_1d_r_type), pointer  iterator,
real(kind=dp), dimension(:), optional, pointer, contiguous  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1428 of file cp_linked_list_pw.F.

◆ cp_sll_1d_c_next()

logical function cp_linked_list_pw::cp_next::cp_sll_1d_c_next ( type(cp_sll_1d_c_type), pointer  iterator,
complex(kind=dp), dimension(:), optional, pointer, contiguous  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1451 of file cp_linked_list_pw.F.

◆ cp_sll_rs_next()

logical function cp_linked_list_pw::cp_next::cp_sll_rs_next ( type(cp_sll_rs_type), pointer  iterator,
type(realspace_grid_type), optional, pointer  el_att 
)

returns true if the actual element is valid (i.e. iterator ont at end) moves the iterator to the next element

Parameters
iteratoriterator that moves along the list
el_attthe actual element (valid only if the function returns true)
Returns
...
History
none
Author
Fawzi Mohamed

Definition at line 1474 of file cp_linked_list_pw.F.


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