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

Go to the source code of this file.

Classes

struct  Dune::Fem::GalerkinOperator< Integrands, DomainFunction, RangeFunction >
 
class  Dune::Fem::DifferentiableGalerkinOperator< Integrands, JacobianOperator >
 
class  Dune::Fem::AutomaticDifferenceGalerkinOperator< Integrands, DomainFunction, RangeFunction >
 
struct  Dune::Fem::ModelDifferentiableGalerkinOperator< LinearOperator, ModelIntegrands >
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Typedefs

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