(git:c5411e0)
Loading...
Searching...
No Matches
cp_fm_pool_types::fm_pools_give_back_fm_vect Interface Reference

Public Member Functions

subroutine fm_pools_give_back_fm_m1_p_type_pointer (pools, elements)
 returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)
 
subroutine fm_pools_give_back_fm_m1_p_type_alloc (pools, elements)
 returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)
 
subroutine fm_pools_give_back_fm_m1_array_pointer (pools, elements)
 returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)
 
subroutine fm_pools_give_back_fm_m1_array_alloc (pools, elements)
 returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)
 

Detailed Description

Definition at line 81 of file cp_fm_pool_types.F.

Member Function/Subroutine Documentation

◆ fm_pools_give_back_fm_m1_p_type_pointer()

subroutine cp_fm_pool_types::fm_pools_give_back_fm_vect::fm_pools_give_back_fm_m1_p_type_pointer ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_p_type), dimension(:), pointer  elements 
)

returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)

Parameters
poolsthe pool where to give back the vector
elementsthe vector of elements to give back
History
09.2002 created [fawzi]
Author
Fawzi Mohamed
Note
accept unassociated vect?

Definition at line 528 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_give_back_fm_m1_p_type_alloc()

subroutine cp_fm_pool_types::fm_pools_give_back_fm_vect::fm_pools_give_back_fm_m1_p_type_alloc ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_p_type), dimension(:), allocatable  elements 
)

returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)

Parameters
poolsthe pool where to give back the vector
elementsthe vector of elements to give back
History
09.2002 created [fawzi]
Author
Fawzi Mohamed
Note
accept unassociated vect?

Definition at line 466 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_give_back_fm_m1_array_pointer()

subroutine cp_fm_pool_types::fm_pools_give_back_fm_vect::fm_pools_give_back_fm_m1_array_pointer ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_type), dimension(:), pointer  elements 
)

returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)

Parameters
poolsthe pool where to give back the vector
elementsthe vector of elements to give back
History
09.2002 created [fawzi]
Author
Fawzi Mohamed
Note
accept unassociated vect?

Definition at line 404 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_give_back_fm_m1_array_alloc()

subroutine cp_fm_pool_types::fm_pools_give_back_fm_vect::fm_pools_give_back_fm_m1_array_alloc ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_type), dimension(:), allocatable  elements 
)

returns a vector to the pools. The vector is deallocated (like cp_fm_vect_dealloc)

Parameters
poolsthe pool where to give back the vector
elementsthe vector of elements to give back
History
09.2002 created [fawzi]
Author
Fawzi Mohamed
Note
accept unassociated vect?

Definition at line 344 of file cp_fm_pool_types.F.

Here is the call graph for this function:

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