dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
molgalerkin.hh File Reference
#include <dune/fem/schemes/galerkin.hh>
#include <dune/fem/function/localfunction/temporary.hh>
#include <dune/fem/common/bindguard.hh>

Go to the source code of this file.

Classes

struct  Dune::Fem::MOLGalerkinOperator< Integrands, DomainFunction, RangeFunction >
 
class  Dune::Fem::MOLDifferentiableGalerkinOperator< Integrands, JacobianOperator >
 
struct  Dune::Fem::MOLDifferentiableGalerkinOperator< Integrands, JacobianOperator >::GetSetLocalMatrixImpl
 
struct  Dune::Fem::MOLDifferentiableGalerkinOperator< Integrands, JacobianOperator >::GetSetLocalMatrixImplLocked
 
struct  Dune::Fem::MOLDifferentiableGalerkinOperator< Integrands, JacobianOperator >::GetSetLocalMatrix< JacOp >
 
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 >