Choral
|
Go to the source code of this file.
Data Types | |
interface | ode_solution_mod::ode_solution |
Type ode_solution: data structure to solve ODE/PDE problems. More... | |
interface | ode_solution_mod::clear |
interface | ode_solution_mod::ode_solution |
Type ode_solution: data structure to solve ODE/PDE problems. More... | |
interface | ode_solution_mod::print |
interface | ode_solution_mod::ode_output_proc |
ode output management More... | |
interface | ode_solution_mod::ode_Lin_solver |
interface | ode_solution_mod::ode_NL_1s_solver |
interface | ode_solution_mod::ode_NL_ms_solver |
Abstract interface: multi-step non-linear ODE solver. More... | |
Modules | |
module | ode_solution_mod |
DERIVED TYPE ode_solution: data straucture to solve ODEs | |
Functions/Subroutines | |
subroutine, public | ode_solution_mod::void_ode_output (tn, s, stop) |
void output for ode resolution More... | |
subroutine | ode_solution_mod::ode_solution_clear (sol) |
destructor More... | |
type(ode_solution) function | ode_solution_mod::ode_solution_create (pb, nV, NY, NFY) |
Bottom level constructor for ode_solution. More... | |
subroutine, public | ode_solution_mod::ode_solution_init_indexes (sol) |
initialise the ode_indexes More... | |
subroutine | ode_solution_mod::ode_solution_print (sol) |
print ode_solution More... | |