|
subroutine, public | welmodule::wel_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
| @ brief Create a new package object More...
|
|
subroutine | welmodule::wel_da (this) |
| @ brief Deallocate package memory More...
|
|
subroutine | welmodule::wel_allocate_scalars (this) |
| @ brief Allocate scalars More...
|
|
subroutine | welmodule::wel_allocate_arrays (this, nodelist, auxvar) |
| @ brief Allocate arrays More...
|
|
subroutine | welmodule::wel_options (this) |
| @ brief Source additional options for package More...
|
|
subroutine | welmodule::log_wel_options (this, found) |
| @ brief Log WEL specific package options More...
|
|
subroutine | welmodule::wel_rp (this) |
| @ brief WEL read and prepare More...
|
|
subroutine | welmodule::wel_cf (this) |
| @ brief Formulate the package hcof and rhs terms. More...
|
|
subroutine | welmodule::wel_fc (this, rhs, ia, idxglo, matrix_sln) |
| @ brief Copy hcof and rhs terms into solution. More...
|
|
subroutine | welmodule::wel_fn (this, rhs, ia, idxglo, matrix_sln) |
| @ brief Add Newton-Raphson terms for package into solution. More...
|
|
subroutine | welmodule::wel_afr_csv_init (this, fname) |
| Initialize the auto flow reduce csv output file. More...
|
|
subroutine | welmodule::wel_afr_csv_write (this) |
| Write out auto flow reductions only when & where they occur. More...
|
|
subroutine | welmodule::define_listlabel (this) |
| @ brief Define the list label for the package More...
|
|
logical function | welmodule::wel_obs_supported (this) |
| Determine if observations are supported. More...
|
|
subroutine | welmodule::wel_df_obs (this) |
| Define the observation types available in the package. More...
|
|
subroutine | welmodule::wel_bd_obs (this) |
| Save observations for the package. More...
|
|
real(dp) function | welmodule::q_mult (this, row) |
|
real(dp) function | welmodule::wel_bound_value (this, col, row) |
| @ brief Return a bound value More...
|
|