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 void evaluate (
const DomainVector &x, RangeVector &y )
const
Dune namespace.
Definition: alignment.hh:10