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 30 of file TVDScheme.f90.
32 type(TVDSchemeType) :: interpolation_scheme
34 class(DisBaseType),
pointer,
intent(in) :: dis
35 type(TspFmiType),
pointer,
intent(in) :: fmi
36 integer(I4B),
dimension(:),
pointer,
contiguous,
intent(in) :: ibound
38 interpolation_scheme%dis => dis
39 interpolation_scheme%fmi => fmi
40 interpolation_scheme%ibound => ibound
◆ set_field()
procedure tvdschememodule::tvdschemetype::set_field |
|
private |
◆ 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 19 of file TVDScheme.f90.
19 integer(I4B),
dimension(:),
pointer,
contiguous :: ibound => null()
◆ phi
real(dp), dimension(:), pointer tvdschememodule::tvdschemetype::phi |
|
private |
Definition at line 18 of file TVDScheme.f90.
18 real(DP),
dimension(:),
pointer :: phi
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Model/TransportModel/InterpolationScheme/TVDScheme.f90