dune-fem 2.12-git
Loading...
Searching...
No Matches
odesolver.hh File Reference

Go to the source code of this file.

Classes

class  DuneODE::ImplicitOdeSolver< Destination >
 
class  DuneODE::SemiImplicitOdeSolver< Destination >
 

Namespaces

namespace  DuneODE
 

Typedefs

using DuneODE::ODEParameters = ImplicitRungeKuttaSolverParameters
 
template<class Destination >
using DuneODE::ExplicitOdeSolver = ExplicitRungeKuttaSolver< Destination >
 
template<class Destination >
using DuneODE::ParDGHelmholtz = DGHelmholtzOperator< SpaceOperatorInterface< Destination > >
 
template<class Destination >
using DuneODE::ParDGNewtonInverse = NewtonInverseOperator< typename ParDGHelmholtz< Destination > ::JacobianOperatorType, KrylovInverseOperator< Destination > >