dune-fem 2.8.0
|
#include <memory>
#include <dune/common/gmpfield.hh>
#include <dune/fem/space/lagrange/space.hh>
#include <dune/fem/gridpart/common/capabilities.hh>
#include <dune/fem/space/localfiniteelement/space.hh>
#include <dune/fem/space/localfiniteelement/dgspace.hh>
#include <dune/fem/space/localfiniteelement/quadratureinterpolation.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |
Typedefs | |
template<class FunctionSpace , class GridPart , class Storage = CachingStorage> | |
using | Dune::Fem::LagrangeSpace = DynamicLagrangeDiscreteFunctionSpace< FunctionSpace, GridPart, Storage > |