(git:c5411e0)
Loading...
Searching...
No Matches
pw_pool_types::pw_pools_create_pws Interface Reference

Public Member Functions

subroutine pw_pools_create_pws_r1d_rs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_r3d_rs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_c1d_rs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_c3d_rs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_r1d_gs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_r3d_gs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_c1d_gs (pools, pws)
 creates a multigrid structure
 
subroutine pw_pools_create_pws_c3d_gs (pools, pws)
 creates a multigrid structure
 

Detailed Description

Definition at line 139 of file pw_pool_types.F.

Member Function/Subroutine Documentation

◆ pw_pools_create_pws_r1d_rs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_r1d_rs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_r1d_rs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 364 of file pw_pool_types.F.

◆ pw_pools_create_pws_r3d_rs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_r3d_rs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_r3d_rs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 590 of file pw_pool_types.F.

◆ pw_pools_create_pws_c1d_rs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_c1d_rs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_c1d_rs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 816 of file pw_pool_types.F.

◆ pw_pools_create_pws_c3d_rs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_c3d_rs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_c3d_rs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 1042 of file pw_pool_types.F.

◆ pw_pools_create_pws_r1d_gs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_r1d_gs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_r1d_gs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 466 of file pw_pool_types.F.

◆ pw_pools_create_pws_r3d_gs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_r3d_gs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_r3d_gs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 692 of file pw_pool_types.F.

◆ pw_pools_create_pws_c1d_gs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_c1d_gs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_c1d_gs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 918 of file pw_pool_types.F.

◆ pw_pools_create_pws_c3d_gs()

subroutine pw_pool_types::pw_pools_create_pws::pw_pools_create_pws_c3d_gs ( type(pw_pool_p_type), dimension(:), intent(in)  pools,
type(pw_c3d_gs_type), dimension(:), intent(out), allocatable  pws 
)

creates a multigrid structure

Parameters
poolsthe multigrid pool (i.e. an array of pw_pool)
pwsthe multigrid of coefficent you want to initialize
History
07.2004 created [fawzi]
Author
Fawzi Mohamed

Definition at line 1144 of file pw_pool_types.F.


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