|
subroutine | p2g_1d (bounds, parr, garr, p2c_scale_type, c2l_scale_type, l2g_scale_type) |
|
subroutine | p2g_2d (bounds, num2d, parr, garr, p2c_scale_type, c2l_scale_type, l2g_scale_type) |
|
◆ p2g_1d()
subroutine subgridavemod::p2g::p2g_1d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
real(r8), dimension( bounds%begp: ), intent(in) |
parr, |
|
|
real(r8), dimension( bounds%begg: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
p2c_scale_type, |
|
|
character(len=*), intent(in) |
c2l_scale_type, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
◆ p2g_2d()
subroutine subgridavemod::p2g::p2g_2d |
( |
type(bounds_type), intent(in) |
bounds, |
|
|
integer, intent(in) |
num2d, |
|
|
real(r8), dimension( bounds%begp: , 1: ), intent(in) |
parr, |
|
|
real(r8), dimension( bounds%begg: , 1: ), intent(out) |
garr, |
|
|
character(len=*), intent(in) |
p2c_scale_type, |
|
|
character(len=*), intent(in) |
c2l_scale_type, |
|
|
character(len=*), intent(in) |
l2g_scale_type |
|
) |
| |
The documentation for this interface was generated from the following file: