|
dune-pdelab 2.9
|
Loading...
Searching...
No Matches
Dune::PDELab::RK4Parameter< R > Class Template Reference
Parameters to turn the ExplicitOneStepMethod into a classical fourth order Runge-Kutta method. More...
#include <dune/pdelab/instationary/onestepparameter.hh>
Inheritance diagram for Dune::PDELab::RK4Parameter< R >:

Public Types | |
| typedef R | RealType |
Public Member Functions | |
| RK4Parameter () | |
| virtual bool | implicit () const override |
| Return true if method is implicit. | |
| virtual unsigned | s () const override |
| Return number of stages s of the method. | |
| virtual R | a (int r, int i) const override |
| Return entries of the A matrix. | |
| virtual R | b (int r, int i) const override |
| Return entries of the B matrix. | |
| virtual R | d (int i) const override |
| Return entries of the d Vector. | |
| virtual std::string | name () const override |
| Return name of the scheme. | |
Detailed Description
template<class R>
class Dune::PDELab::RK4Parameter< R >
class Dune::PDELab::RK4Parameter< R >
Parameters to turn the ExplicitOneStepMethod into a classical fourth order Runge-Kutta method.
- Template Parameters
-
R C++ type of the floating point parameters
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8