Definition at line 14 of file TVDScheme.f90.
◆ compute()
procedure tvdschememodule::tvdschemetype::compute |
|
private |
◆ constructor()
type(tvdschemetype) function tvdschememodule::tvdschemetype::constructor |
( |
class(disbasetype), intent(in), pointer |
dis, |
|
|
type(tspfmitype), intent(in), pointer |
fmi, |
|
|
integer(i4b), dimension(:), intent(in), pointer, contiguous |
ibound |
|
) |
| |
|
private |
Definition at line 28 of file TVDScheme.f90.
30 type(TVDSchemeType) :: interpolation_scheme
32 class(DisBaseType),
pointer,
intent(in) :: dis
33 type(TspFmiType),
pointer,
intent(in) :: fmi
34 integer(I4B),
dimension(:),
pointer,
contiguous,
intent(in) :: ibound
36 interpolation_scheme%dis => dis
37 interpolation_scheme%fmi => fmi
38 interpolation_scheme%ibound => ibound
◆ dis
class(disbasetype), pointer tvdschememodule::tvdschemetype::dis |
|
private |
Definition at line 16 of file TVDScheme.f90.
16 class(DisBaseType),
pointer :: dis
◆ fmi
type(tspfmitype), pointer tvdschememodule::tvdschemetype::fmi |
|
private |
Definition at line 17 of file TVDScheme.f90.
17 type(TspFmiType),
pointer :: fmi
◆ ibound
integer(i4b), dimension(:), pointer, contiguous tvdschememodule::tvdschemetype::ibound => null() |
|
private |
Definition at line 18 of file TVDScheme.f90.
18 integer(I4B),
dimension(:),
pointer,
contiguous :: ibound => null()
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Model/TransportModel/InterpolationScheme/TVDScheme.f90