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

#include <algorithms.hpp>

Public Attributes

LinearSolver solver
 
double dt
 
int nstep
 

Detailed Description

Definition at line 25 of file algorithms.hpp.

Member Data Documentation

◆ dt

double num::BackwardEuler::dt

Definition at line 27 of file algorithms.hpp.

◆ nstep

int num::BackwardEuler::nstep

Definition at line 28 of file algorithms.hpp.

◆ solver

LinearSolver num::BackwardEuler::solver

Definition at line 26 of file algorithms.hpp.

Referenced by num::solve(), and num::solve().


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