|
subroutine, public | explicitsolutionmodule::create_explicit_solution (exp_sol, filename, id) |
| @ brief Create a new solution More...
|
|
subroutine | explicitsolutionmodule::allocate_scalars (this) |
| @ brief Allocate scalars More...
|
|
subroutine | explicitsolutionmodule::sln_df (this) |
| @ brief Define the solution More...
|
|
subroutine | explicitsolutionmodule::sln_ar (this) |
| @ brief Allocate and read More...
|
|
subroutine | explicitsolutionmodule::sln_dt (this) |
| @ brief Calculate time step length More...
|
|
subroutine | explicitsolutionmodule::sln_ad (this) |
| @ brief Advance the solution More...
|
|
subroutine | explicitsolutionmodule::sln_ot (this) |
| @ brief Solution output More...
|
|
subroutine | explicitsolutionmodule::sln_fp (this) |
|
subroutine | explicitsolutionmodule::sln_da (this) |
| @ brief Deallocate More...
|
|
subroutine | explicitsolutionmodule::sln_ca (this, isgcnvg, isuppress_output) |
| @ brief Calculate More...
|
|
subroutine | explicitsolutionmodule::preparesolve (this) |
| @ brief Prepare to solve More...
|
|
subroutine | explicitsolutionmodule::solve (this, kiter) |
| @ brief Solve each model More...
|
|
subroutine | explicitsolutionmodule::finalizesolve (this, kiter, isgcnvg, isuppress_output) |
| @ brief Finalize solve More...
|
|
subroutine | explicitsolutionmodule::save (this, filename) |
| @ brief Save output More...
|
|
subroutine | explicitsolutionmodule::add_model (this, mp) |
| @ brief Add explicit model to list More...
|
|
type(listtype) function, pointer | explicitsolutionmodule::get_models (this) |
| Get a pointer to a list of models in the solution. More...
|
|
subroutine | explicitsolutionmodule::add_exchange (this, exchange) |
| @ brief Add exchange to list of exchanges More...
|
|
type(listtype) function, pointer | explicitsolutionmodule::get_exchanges (this) |
| @ brief Get list of exchanges More...
|
|