Go to the source code of this file.
|
module | ode_nl_dc_mod |
| DEFERRED CORRECTION SOLVERS FOR NON LINEAR ODEs
|
|
|
logical function, public | ode_nl_dc_mod::check_ode_method_nl_dc (method) |
| is 'method' a DC method for NL problems ? More...
|
|
subroutine | ode_nl_dc_mod::memsize_ode_nl_dc (n_Y, n_FY, method) |
| required sizes to allocate memory More...
|
|
subroutine, public | ode_nl_dc_mod::create_ode_nl_dc_sol (sol, pb, method) |
| Create the solution data structure. More...
|
|
subroutine | ode_nl_dc_mod::init_nl_dc (sol, pb, meth, t0, dt) |
|
subroutine | ode_nl_dc_mod::init_dc_2 (sol, pb, t0) |
|
subroutine | ode_nl_dc_mod::init_dc_3 (sol, pb, t0, dt) |
|
subroutine, public | ode_nl_dc_mod::solve_ode_nl_dc (sol, pb, t0, T, dt, meth, out, check_overflow) |
| solve : DC with constant time step More...
|
|
subroutine | ode_nl_dc_mod::nl_dc_2 (sol, dt, t, pb) |
| DC order 2. More...
|
|
subroutine | ode_nl_dc_mod::nl_dc_3 (sol, dt, t, pb) |
| DC order 3. More...
|
|