|
| subroutine, public | rchmodule::rch_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
| | Create a New Recharge Package. More...
|
| |
| subroutine | rchmodule::rch_allocate_scalars (this) |
| | Allocate scalar members. More...
|
| |
| subroutine | rchmodule::rch_allocate_arrays (this, nodelist, auxvar) |
| | Allocate package arrays. More...
|
| |
| subroutine | rchmodule::rch_source_options (this) |
| | Source options specific to RchType. More...
|
| |
| subroutine | rchmodule::log_rch_options (this, found_fixed_cell) |
| | Log options specific to RchType. More...
|
| |
| subroutine | rchmodule::rch_read_initial_attr (this) |
| | Part of allocate and read. More...
|
| |
| subroutine | rchmodule::rch_rp (this) |
| | Read and Prepare. More...
|
| |
| subroutine | rchmodule::set_nodesontop (this) |
| | Store nodelist in nodesontop. More...
|
| |
| subroutine | rchmodule::rch_cf (this) |
| | Formulate the HCOF and RHS terms. More...
|
| |
| subroutine | rchmodule::rch_fc (this, rhs, ia, idxglo, matrix_sln) |
| | Copy rhs and hcof into solution rhs and amat. More...
|
| |
| subroutine | rchmodule::rch_da (this) |
| | Deallocate memory. More...
|
| |
| subroutine | rchmodule::rch_define_listlabel (this) |
| | Define the list heading that is written to iout when PRINT_INPUT option is used. More...
|
| |
| logical function | rchmodule::rch_obs_supported (this) |
| | Overrides BndTypebnd_obs_supported() More...
|
| |
| subroutine | rchmodule::rch_df_obs (this) |
| | Implements bnd_df_obs. More...
|
| |
| real(dp) function | rchmodule::rch_bound_value (this, col, row) |
| | Return requested boundary value. More...
|
| |