Choral
Private Member Functions | List of all members
ode_def::ode_reaction Interface Reference

Abstract interface: \( f:~ R^3 \times R \times R^n \mapsto R^n \times R^m \). More...

Collaboration diagram for ode_def::ode_reaction:
Collaboration graph

Private Member Functions

subroutine ode_reaction (a, b, x, t, y, N, Na)
 

Detailed Description

Abstract interface: \( f:~ R^3 \times R \times R^n \mapsto R^n \times R^m \).

Definition at line 40 of file ode_def.f90.

Constructor & Destructor Documentation

◆ ode_reaction()

subroutine ode_def::ode_reaction::ode_reaction ( real(rp), dimension(na), intent(out)  a,
real(rp), dimension(n), intent(out)  b,
real(rp), dimension(3), intent(in)  x,
real(rp), intent(in)  t,
real(rp), dimension(n), intent(in)  y,
integer, intent(in)  N,
integer, intent(in)  Na 
)
private

Definition at line 41 of file ode_def.f90.


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