Choral
Data Types | Modules | Functions/Subroutines
ode_problem_mod.f90 File Reference

Go to the source code of this file.

Data Types

interface  ode_problem_mod::ode_problem
 Type ode_problem: definition of ODE/PDE problems. More...
 
interface  ode_problem_mod::clear
 
interface  ode_problem_mod::ode_problem
 Type ode_problem: definition of ODE/PDE problems. More...
 
interface  ode_problem_mod::valid
 
interface  ode_problem_mod::print
 

Modules

module  ode_problem_mod
  DERIVED TYPE ode_problem: definition of ODE/PDE problems
 

Functions/Subroutines

subroutine ode_problem_mod::ode_problem_clear (pb)
 destructor for ode_problem More...
 
type(ode_problem) function ode_problem_mod::ode_problem_create (type, dim, dof, X, M, S, AB, N, Na)
  Constructor for the type ode_problem More...
 
logical function ode_problem_mod::ode_problem_valid (pb)
 check ode_problem More...
 
character(len=15) function, public ode_problem_mod::name_ode_problem (type)
 ode_problem name More...
 
subroutine ode_problem_mod::ode_problem_print (pb)
 print ode_problem More...