Go to the source code of this file.
|
| module | apimodule |
| | This module contains the API package methods.
|
| |
|
| subroutine, public | apimodule::api_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
| | @ brief Create a new package object More...
|
| |
| subroutine | apimodule::source_options (this) |
| | @ brief Source package options from input context More...
|
| |
| subroutine | apimodule::source_dimensions (this) |
| | @ brief Source package dimensions from input context More...
|
| |
| subroutine | apimodule::api_rp (this) |
| | @ brief Read and prepare stress period data for package More...
|
| |
| subroutine | apimodule::api_fc (this, rhs, ia, idxglo, matrix_sln) |
| | @ brief Fill A and r for the package More...
|
| |
| logical function | apimodule::api_obs_supported (this) |
| | Determine if observations are supported. More...
|
| |
| subroutine | apimodule::api_df_obs (this) |
| | Define the observation types available in the package. More...
|
| |