#include <cstddef>
#include <functional>
#include <memory>
#include <type_traits>
#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/gridenums.hh>
#include <dune/grid/common/partitionset.hh>
#include <dune/grid/common/rangegenerators.hh>
#include <dune/fem/space/common/allgeomtypes.hh>
#include <dune/fem/space/common/discretefunctionspace.hh>
#include <dune/fem/space/common/localinterpolation.hh>
#include <dune/fem/space/common/dataprojection.hh>
#include <dune/fem/space/discontinuousgalerkin/interpolation.hh>
Go to the source code of this file.