|
dune-fem
2.8-git
|
#include <memory>#include <dune/grid/common/gridenums.hh>#include <dune/fem/operator/matrix/istlmatrixadapter.hh>#include <dune/fem/space/common/commoperations.hh>#include <dune/fem/space/common/defaultcommhandler.hh>#include <dune/fem/space/common/localrestrictprolong.hh>#include <dune/fem/space/discontinuousgalerkin/localrestrictprolong.hh>#include "blockmapper.hh"#include "space.hh"Go to the source code of this file.
Classes | |
| class | Dune::Fem::hpDG::DefaultDiscontinuousGalerkinSpace< BasisFunctionSets > |
| Default implementation of an | |
Namespaces | |
| Dune | |
| Dune::Fem | |
| Dune::Fem::hpDG | |
Functions | |
| template<class BasisFunctionSets > | |
| std::unique_ptr< DefaultDiscontinuousGalerkinSpace< BasisFunctionSets > > | Dune::Fem::hpDG::make_space (typename BasisFunctionSets::GridPartType &gridPart, const BasisFunctionSets &basisFunctionSets, const typename BasisFunctionSets::KeyType &key, const InterfaceType interface=InteriorBorder_All_Interface, const CommunicationDirection direction=ForwardCommunication) |
| returns a new space instance for a given family of local basis function sets More... | |