dune-fem 2.8-git
Classes | Namespaces | Typedefs
molgalerkin.hh File Reference
#include <dune/fem/schemes/galerkin.hh>

Go to the source code of this file.

Classes

struct  Dune::Fem::MOLGalerkinOperator< Integrands, DomainFunction, RangeFunction >
 
class  Dune::Fem::MOLDifferentiableGalerkinOperator< Integrands, JacobianOperator >
 
class  Dune::Fem::MOLAutomaticDifferenceGalerkinOperator< Integrands, DomainFunction, RangeFunction >
 
struct  Dune::Fem::MOLModelDifferentiableGalerkinOperator< LinearOperator, ModelIntegrands >
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Typedefs

template<class Integrands , class LinearOperator , class InverseOperator , bool addDirichletBC>
using Dune::Fem::MethodOfLinesScheme = Impl::GalerkinSchemeImpl< Integrands, LinearOperator, InverseOperator, addDirichletBC, MOLDifferentiableGalerkinOperator >