DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
DuneODE::ExplMultiStepBase< Operator > Class Template Reference
#include <dune/fem/solver/multistep.hh>
Public Member Functions | |
ExplMultiStepBase (Operator &op, TimeProviderBase &tp, int pord, bool verbose=true) | |
constructor More... | |
~ExplMultiStepBase () | |
destructor | |
void | initialize (const DestinationType &U0) |
apply operator once to get dt estimate | |
void | solve (DestinationType &U0) |
solve the system | |
void | solveRK (DestinationType &U0) |
solve the system | |
Detailed Description
template<class Operator>
class DuneODE::ExplMultiStepBase< Operator >
class DuneODE::ExplMultiStepBase< Operator >
- Newly added:
- Base class for explicit multistep method.
Constructor & Destructor Documentation
◆ ExplMultiStepBase()
template<class Operator >
|
inline |
constructor
- Parameters
-
[in] op Operator L [in] tp TimeProvider [in] pord polynomial order [in] verbose verbosity
The documentation for this class was generated from the following file:
- dune/fem/solver/multistep.hh
