CP2K 2.4 (Revision 12889)
Private Member Functions

cp_linked_list_3d_r::cp_get Interface Reference

List of all members.

Private Member Functions

subroutine cp_sll_3d_r_get (sll, first_el, rest, empty, length, error)
 returns various attributes from the linked list

Detailed Description

Definition at line 104 of file cp_linked_list_3d_r.f90.


Member Function Documentation

subroutine cp_linked_list_3d_r::cp_get::cp_sll_3d_r_get ( TYPE(cp_sll_3d_r_type),pointer  sll,
REAL(kind=dp),dimension(:, :, :),optional,pointer  first_el,
TYPE(cp_sll_3d_r_type),optional,pointer  rest,
LOGICAL,intent(out),optional  empty,
INTEGER,intent(out),optional  length,
TYPE(cp_error_type),intent(inout)  error 
) [private]

returns various attributes from the linked list

Parameters:
sllthe single linked list to change
first_elthe first element of this list (can be unassociated)
restthe rest of the list (can be unassociated)
lengththe length of the list
errorvariable to control error logging, stopping,... see module cp_error_handling
History
none
Author:
Fawzi Mohamed

Definition at line 353 of file cp_linked_list_3d_r.f90.


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