3 #ifndef DUNE_GEOGRID_IDENTITY_HH
4 #define DUNE_GEOGRID_IDENTITY_HH
11 template<
class ctype,
unsigned int dim >
14 < ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >
23 template<
typename... Args >
Include standard header files.
Definition: agrid.hh:59
Derive an implementation of an analytical coordinate function from this class.
Definition: coordfunction.hh:132
Base ::RangeVector RangeVector
Definition: coordfunction.hh:138
Base ::DomainVector DomainVector
Definition: coordfunction.hh:137
Definition: identity.hh:15
IdenticalCoordFunction(Args &...)
Definition: identity.hh:24
Base ::RangeVector RangeVector
Definition: identity.hh:21
RangeVector operator()(const DomainVector &x) const
Definition: identity.hh:27
Base ::DomainVector DomainVector
Definition: identity.hh:20