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 40 of file algorithms.hpp.

Member Data Documentation

◆ dt

double num::BackwardEuler::dt

Definition at line 42 of file algorithms.hpp.

◆ nstep

int num::BackwardEuler::nstep

Definition at line 43 of file algorithms.hpp.

◆ solver

LinearSolver num::BackwardEuler::solver

Definition at line 41 of file algorithms.hpp.

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


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