DUNE-FEM (unstable)

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 >

Newly added:
Base class for explicit multistep method.

Constructor & Destructor Documentation

◆ ExplMultiStepBase()

template<class Operator >
DuneODE::ExplMultiStepBase< Operator >::ExplMultiStepBase ( Operator op,
TimeProviderBase tp,
int  pord,
bool  verbose = true 
)
inline

constructor

Parameters
[in]opOperator \(L\)
[in]tpTimeProvider
[in]pordpolynomial order
[in]verboseverbosity

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 5, 22:29, 2024)