|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| LinearSolver | solver |
| double | dt |
| int | nstep |
Definition at line 25 of file algorithms.hpp.
| double num::BackwardEuler::dt |
Definition at line 27 of file algorithms.hpp.
| int num::BackwardEuler::nstep |
Definition at line 28 of file algorithms.hpp.
| LinearSolver num::BackwardEuler::solver |
Definition at line 26 of file algorithms.hpp.
Referenced by num::solve(), and num::solve().