Go to the source code of this file.
|
| subroutine | surf_patch_2d (KNPATCH, PVEGTYPE, PPATCH, PVEGTYPE_PATCH) |
| |
| subroutine | surf_patch_1d (KPATCH, KNPATCH, PVEGTYPE, PPATCH, PVEGTYPE_PATCH) |
| |
◆ surf_patch_1d()
| subroutine surf_patch_1d |
( |
integer, intent(in) |
KPATCH, |
|
|
integer, intent(in) |
KNPATCH, |
|
|
real, dimension(:,:), intent(in) |
PVEGTYPE, |
|
|
real, dimension(:), intent(out) |
PPATCH, |
|
|
real, dimension(:,:), intent(out), optional |
PVEGTYPE_PATCH |
|
) |
| |
◆ surf_patch_2d()
| subroutine surf_patch_2d |
( |
integer, intent(in) |
KNPATCH, |
|
|
real, dimension(:,:), intent(in) |
PVEGTYPE, |
|
|
real, dimension(:,:), intent(out) |
PPATCH, |
|
|
real, dimension(:,:,:), intent(out), optional |
PVEGTYPE_PATCH |
|
) |
| |