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

#include <ode.hpp>

Public Attributes

real t0 = 0.0
 
real tf = 1.0
 
real h = 1e-3
 
real rtol = 1e-6
 
real atol = 1e-9
 
idx max_steps = 1000000
 

Detailed Description

Definition at line 42 of file ode.hpp.

Member Data Documentation

◆ atol

real num::ODEParams::atol = 1e-9

Definition at line 47 of file ode.hpp.

◆ h

real num::ODEParams::h = 1e-3

Definition at line 45 of file ode.hpp.

◆ max_steps

idx num::ODEParams::max_steps = 1000000

Definition at line 48 of file ode.hpp.

◆ rtol

real num::ODEParams::rtol = 1e-6

Definition at line 46 of file ode.hpp.

◆ t0

real num::ODEParams::t0 = 0.0

Definition at line 43 of file ode.hpp.

Referenced by num::solve().

◆ tf

real num::ODEParams::tf = 1.0

Definition at line 44 of file ode.hpp.


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