Choral
Private Member Functions | List of all members
ode_solver_mod::initialcond Interface Reference

set initial conditions More...

Collaboration diagram for ode_solver_mod::initialcond:
Collaboration graph

Private Member Functions

subroutine homogeneous_initialcond (sol, pb, slv, t0, y0)
 homogeneous initial condition More...
 

Detailed Description

set initial conditions

Definition at line 236 of file ode_solver_mod.f90.

Member Function/Subroutine Documentation

◆ homogeneous_initialcond()

subroutine ode_solver_mod::initialcond::homogeneous_initialcond ( type(ode_solution), intent(inout)  sol,
type(ode_problem ), intent(in)  pb,
type(ode_solver), intent(in)  slv,
real(rp), intent(in)  t0,
real(rp), dimension(:), intent(in)  y0 
)
private

homogeneous initial condition

Definition at line 626 of file ode_solver_mod.f90.


The documentation for this interface was generated from the following file: