numerics 0.1.0
Loading...
Searching...
No Matches
num::ode::ImplicitParams Struct Reference

Parameters for fixed-step implicit integration. More...

#include <implicit.hpp>

Public Attributes

int nstep
 number of time steps
 
double dt
 step size (reported to observer as t)
 

Detailed Description

Parameters for fixed-step implicit integration.

Definition at line 26 of file implicit.hpp.

Member Data Documentation

◆ dt

double num::ode::ImplicitParams::dt

step size (reported to observer as t)

Definition at line 28 of file implicit.hpp.

Referenced by num::ode::advance().

◆ nstep

int num::ode::ImplicitParams::nstep

number of time steps

Definition at line 27 of file implicit.hpp.

Referenced by num::ode::advance(), and num::ode::advance().


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