|
| subroutine, public | ghbmodule::ghb_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
| | Create a New Ghb Package and point bndobj to the new package. More...
|
| |
| subroutine | ghbmodule::ghb_da (this) |
| | Deallocate memory. More...
|
| |
| subroutine | ghbmodule::ghb_options (this) |
| | Set options specific to GhbType. More...
|
| |
| subroutine | ghbmodule::log_ghb_options (this, found_mover) |
| | Log options specific to GhbType. More...
|
| |
| subroutine | ghbmodule::ghb_allocate_arrays (this, nodelist, auxvar) |
| | Allocate arrays. More...
|
| |
| subroutine | ghbmodule::ghb_rp (this) |
| | Read and prepare. More...
|
| |
| subroutine | ghbmodule::ghb_ck (this) |
| | Check ghb boundary condition data. More...
|
| |
| subroutine | ghbmodule::ghb_cf (this) |
| | Formulate the HCOF and RHS terms. More...
|
| |
| subroutine | ghbmodule::ghb_fc (this, rhs, ia, idxglo, matrix_sln) |
| | Copy rhs and hcof into solution rhs and amat. More...
|
| |
| subroutine | ghbmodule::define_listlabel (this) |
| | Define the list heading that is written to iout when PRINT_INPUT option is used. More...
|
| |
| logical function | ghbmodule::ghb_obs_supported (this) |
| | Return true because GHB package supports observations. More...
|
| |
| subroutine | ghbmodule::ghb_df_obs (this) |
| | Store observation type supported by GHB package. More...
|
| |
| subroutine | ghbmodule::ghb_store_user_cond (this) |
| | Store user-specified conductance for GHB boundary type. More...
|
| |
| real(dp) function | ghbmodule::cond_mult (this, row) |
| | Apply multiplier to GHB conductance if option AUXMULTCOL is used. More...
|
| |
| real(dp) function | ghbmodule::ghb_bound_value (this, col, row) |
| | Return requested boundary value. More...
|
| |