1#ifndef DUNE_FEM_LAGRANGEMAPPER_TEST_HH
2#define DUNE_FEM_LAGRANGEMAPPER_TEST_HH
6#include <dune/fem/gridpart/leafgridpart.hh>
14 template<
class Gr
id >
15 class LagrangeMapper_Test
18 typedef Grid GridType;
20 typedef LeafGridPart< GridType > GridPartType;
22 LagrangeMapper_Test( std :: string gridFile )
23 : gridFile_( gridFile )
30 template<
class SpaceType >
31 void checkDiscreteFunction(
const SpaceType &space );
33 std :: string gridFile_;
A vector valued function space.
Definition: functionspace.hh:60
Dune namespace.
Definition: alignedallocator.hh:13