5#ifndef DUNE_GEOGRID_IDENTITY_HH 
    6#define DUNE_GEOGRID_IDENTITY_HH 
    8#include <dune/grid/geometrygrid/coordfunction.hh> 
   13  template< 
class ctype, 
unsigned int dim >
 
   14  class IdenticalCoordFunction
 
   15    : 
public AnalyticalCoordFunction
 
   16      < ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >
 
   18    typedef IdenticalCoordFunction< ctype, dim > This;
 
   19    typedef AnalyticalCoordFunction< ctype, dim, dim, This > Base;
 
   22    typedef typename Base :: DomainVector DomainVector;
 
   23    typedef typename Base :: RangeVector RangeVector;
 
   25    template< 
typename... Args >
 
   26    IdenticalCoordFunction( Args&... )
 
   29    RangeVector operator()(
const DomainVector& x)
 const 
Dune namespace.
Definition: alignedallocator.hh:13