Go to the source code of this file.
|
| module | tvkmodule |
| | This module contains time-varying conductivity package methods.
|
| |
|
| subroutine, public | tvkmodule::tvk_cr (tvk, name_model, mempath, inunit, iout) |
| | Create a new TvkType object. More...
|
| |
| subroutine | tvkmodule::tvk_ar_set_pointers (this) |
| | Announce package and set pointers to variables. More...
|
| |
| subroutine | tvkmodule::tvk_apply_row_changes (this, n, node) |
| | Apply input K/K22/K33 column changes for period-data row n to node. More...
|
| |
| subroutine | tvkmodule::tvk_set_changed_at (this, kper, kstp) |
| | Mark property changes as having occurred at (kper, kstp) More...
|
| |
| subroutine | tvkmodule::tvk_reset_change_flags (this) |
| | Clear all per-node change flags. More...
|
| |
| subroutine | tvkmodule::tvk_validate_change (this, n, varName) |
| | Check that a given property value is valid. More...
|
| |
| subroutine | tvkmodule::tvk_da (this) |
| | Deallocate package memory. More...
|
| |