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

Public Member Functions

subroutine fm_pools_create_fm_m1_p_type_pointer (pools, elements, name)
 Returns a vector with an element from each pool.
 
subroutine fm_pools_create_fm_m1_p_type_alloc (pools, elements, name)
 Returns a vector with an element from each pool.
 
subroutine fm_pools_create_fm_m1_array_pointer (pools, elements, name)
 Returns a vector with an element from each pool.
 
subroutine fm_pools_create_fm_m1_array_alloc (pools, elements, name)
 Returns a vector with an element from each pool.
 

Detailed Description

Definition at line 74 of file cp_fm_pool_types.F.

Member Function/Subroutine Documentation

◆ fm_pools_create_fm_m1_p_type_pointer()

subroutine cp_fm_pool_types::fm_pools_create_fm_vect::fm_pools_create_fm_m1_p_type_pointer ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_p_type), dimension(:), pointer  elements,
character(len=*), intent(in), optional  name 
)

Returns a vector with an element from each pool.

Parameters
poolsthe pools to create the elements from
elementswill contain the vector of elements
namethe name for the new matrixes (optional)
History
09.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 491 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_create_fm_m1_p_type_alloc()

subroutine cp_fm_pool_types::fm_pools_create_fm_vect::fm_pools_create_fm_m1_p_type_alloc ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_p_type), dimension(:), allocatable  elements,
character(len=*), intent(in), optional  name 
)

Returns a vector with an element from each pool.

Parameters
poolsthe pools to create the elements from
elementswill contain the vector of elements
namethe name for the new matrixes (optional)
History
09.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 429 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_create_fm_m1_array_pointer()

subroutine cp_fm_pool_types::fm_pools_create_fm_vect::fm_pools_create_fm_m1_array_pointer ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_type), dimension(:), pointer  elements,
character(len=*), intent(in), optional  name 
)

Returns a vector with an element from each pool.

Parameters
poolsthe pools to create the elements from
elementswill contain the vector of elements
namethe name for the new matrixes (optional)
History
09.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 368 of file cp_fm_pool_types.F.

Here is the call graph for this function:

◆ fm_pools_create_fm_m1_array_alloc()

subroutine cp_fm_pool_types::fm_pools_create_fm_vect::fm_pools_create_fm_m1_array_alloc ( type(cp_fm_pool_p_type), dimension(:), intent(in)  pools,
type(cp_fm_type), dimension(:), allocatable  elements,
character(len=*), intent(in), optional  name 
)

Returns a vector with an element from each pool.

Parameters
poolsthe pools to create the elements from
elementswill contain the vector of elements
namethe name for the new matrixes (optional)
History
09.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 308 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: