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