dune-fem
2.8-git
|
#include <dune/fem/schemes/galerkin.hh>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune::Fem | |
Typedefs | |
template<class Integrands , class LinearOperator , class InverseOperator , bool addDirichletBC> | |
using | Dune::Fem::MethodOfLinesScheme = Impl::GalerkinSchemeImpl< Integrands, LinearOperator, InverseOperator, addDirichletBC, MOLDifferentiableGalerkinOperator > |