|
| real(dp), pointer, public | dtstable => null() |
| | delt value required for stability More...
|
| |
|
| integer(i4b), pointer | nper => null() |
| | set equal to nper More...
|
| |
| integer(i4b), pointer | maxats => null() |
| | number of ats entries More...
|
| |
| integer(i4b), dimension(:), pointer, contiguous | kperats => null() |
| | array of stress period numbers to apply ats (size NPER) More...
|
| |
| integer(i4b), dimension(:), pointer, contiguous | iperats => null() |
| | array of stress period numbers to apply ats (size MAXATS) More...
|
| |
| real(dp), dimension(:), pointer, contiguous | dt0 => null() |
| | input array of initial time step sizes More...
|
| |
| real(dp), dimension(:), pointer, contiguous | dtmin => null() |
| | input array of minimum time step sizes More...
|
| |
| real(dp), dimension(:), pointer, contiguous | dtmax => null() |
| | input array of maximum time step sizes More...
|
| |
| real(dp), dimension(:), pointer, contiguous | dtadj => null() |
| | input array of time step factors for shortening or increasing More...
|
| |
| real(dp), dimension(:), pointer, contiguous | dtfailadj => null() |
| | input array of time step factors for shortening due to nonconvergence More...
|
| |
| type(blockparsertype) | parser |
| | block parser for reading input file More...
|
| |
Definition at line 18 of file ats.f90.
◆ ats_allocate_arrays()
| procedure, private adaptivetimestepmodule::atstype::ats_allocate_arrays |
|
private |
◆ ats_allocate_scalars()
| procedure, private adaptivetimestepmodule::atstype::ats_allocate_scalars |
|
private |
◆ ats_check_timing()
| procedure, private adaptivetimestepmodule::atstype::ats_check_timing |
|
private |
◆ ats_da()
| procedure, public adaptivetimestepmodule::atstype::ats_da |
◆ ats_init()
| procedure, public adaptivetimestepmodule::atstype::ats_init |
◆ ats_input_table()
| procedure, private adaptivetimestepmodule::atstype::ats_input_table |
|
private |
◆ ats_period_message()
| procedure, public adaptivetimestepmodule::atstype::ats_period_message |
◆ ats_process_input()
| procedure, private adaptivetimestepmodule::atstype::ats_process_input |
|
private |
◆ ats_read_dimensions()
| procedure, private adaptivetimestepmodule::atstype::ats_read_dimensions |
|
private |
◆ ats_read_options()
| procedure, private adaptivetimestepmodule::atstype::ats_read_options |
|
private |
◆ ats_read_timing()
| procedure, private adaptivetimestepmodule::atstype::ats_read_timing |
|
private |
◆ ats_reset_delt()
| procedure, public adaptivetimestepmodule::atstype::ats_reset_delt |
◆ ats_set_delt()
| procedure, public adaptivetimestepmodule::atstype::ats_set_delt |
◆ ats_set_endofperiod()
| procedure, public adaptivetimestepmodule::atstype::ats_set_endofperiod |
◆ ats_submit_delt()
| procedure, public adaptivetimestepmodule::atstype::ats_submit_delt |
◆ isadaptiveperiod()
| procedure, public adaptivetimestepmodule::atstype::isadaptiveperiod |
◆ dt0
| real(dp), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::dt0 => null() |
|
private |
Definition at line 24 of file ats.f90.
24 real(DP),
dimension(:),
pointer,
contiguous :: dt0 => null()
◆ dtadj
| real(dp), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::dtadj => null() |
|
private |
Definition at line 27 of file ats.f90.
27 real(DP),
dimension(:),
pointer,
contiguous :: dtadj => null()
◆ dtfailadj
| real(dp), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::dtfailadj => null() |
|
private |
Definition at line 28 of file ats.f90.
28 real(DP),
dimension(:),
pointer,
contiguous :: dtfailadj => null()
◆ dtmax
| real(dp), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::dtmax => null() |
|
private |
Definition at line 26 of file ats.f90.
26 real(DP),
dimension(:),
pointer,
contiguous :: dtmax => null()
◆ dtmin
| real(dp), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::dtmin => null() |
|
private |
Definition at line 25 of file ats.f90.
25 real(DP),
dimension(:),
pointer,
contiguous :: dtmin => null()
◆ dtstable
| real(dp), pointer, public adaptivetimestepmodule::atstype::dtstable => null() |
Definition at line 21 of file ats.f90.
21 real(DP),
public,
pointer :: dtstable => null()
◆ iperats
| integer(i4b), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::iperats => null() |
|
private |
Definition at line 23 of file ats.f90.
23 integer(I4B),
dimension(:),
pointer,
contiguous :: iperats => null()
◆ kperats
| integer(i4b), dimension(:), pointer, contiguous adaptivetimestepmodule::atstype::kperats => null() |
|
private |
Definition at line 22 of file ats.f90.
22 integer(I4B),
dimension(:),
pointer,
contiguous :: kperats => null()
◆ maxats
| integer(i4b), pointer adaptivetimestepmodule::atstype::maxats => null() |
|
private |
Definition at line 20 of file ats.f90.
20 integer(I4B),
pointer :: maxats => null()
◆ nper
| integer(i4b), pointer adaptivetimestepmodule::atstype::nper => null() |
|
private |
Definition at line 19 of file ats.f90.
19 integer(I4B),
pointer :: nper => null()
◆ parser
Definition at line 29 of file ats.f90.
29 type(BlockParserType) :: parser
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Timing/ats.f90