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, inunit, iout) |
| | Create a new TvkType object. More...
|
| |
| subroutine | tvkmodule::tvk_ar_set_pointers (this) |
| | Announce package and set pointers to variables. More...
|
| |
| logical function | tvkmodule::tvk_read_option (this, keyword) |
| | Read a TVK-specific option from the OPTIONS block. More...
|
| |
| real(dp) function, pointer | tvkmodule::tvk_get_pointer_to_value (this, n, varName) |
| | Get an array value pointer given a variable name and node index. 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...
|
| |