3#ifndef DUNE_GEOGRID_IDENTITY_HH
4#define DUNE_GEOGRID_IDENTITY_HH
6#include <dune/grid/geometrygrid/coordfunction.hh>
11 template<
class ctype,
unsigned int dim >
12 class IdenticalCoordFunction
13 :
public AnalyticalCoordFunction
14 < ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >
16 typedef IdenticalCoordFunction< ctype, dim > This;
17 typedef AnalyticalCoordFunction< ctype, dim, dim, This > Base;
20 typedef typename Base :: DomainVector DomainVector;
21 typedef typename Base :: RangeVector RangeVector;
23 template<
typename... Args >
24 IdenticalCoordFunction( Args&... )
27 RangeVector operator()(
const DomainVector& x)
const
Dune namespace.
Definition: alignedallocator.hh:14