numerics 0.1.0
Loading...
Searching...
No Matches
num::ODEProblem Struct Reference

Explicit ODE: du/dt = f(t, u) More...

#include <problems.hpp>

Public Attributes

ODERhsFn f
 
Vector u0
 
double t0 = 0.0
 
double tf = 1.0
 

Detailed Description

Explicit ODE: du/dt = f(t, u)

Definition at line 18 of file problems.hpp.

Member Data Documentation

◆ f

ODERhsFn num::ODEProblem::f

Definition at line 19 of file problems.hpp.

◆ t0

double num::ODEProblem::t0 = 0.0

Definition at line 21 of file problems.hpp.

◆ tf

double num::ODEProblem::tf = 1.0

Definition at line 22 of file problems.hpp.

◆ u0

Vector num::ODEProblem::u0

Definition at line 20 of file problems.hpp.


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