5 #ifndef DUNE_GEOGRID_IDENTITY_HH
6 #define DUNE_GEOGRID_IDENTITY_HH
13 template<
class ctype,
unsigned int dim >
16 < ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >
25 template<
typename... Args >
Include standard header files.
Definition: agrid.hh:60
Derive an implementation of an analytical coordinate function from this class.
Definition: coordfunction.hh:134
Base ::RangeVector RangeVector
Definition: coordfunction.hh:140
Base ::DomainVector DomainVector
Definition: coordfunction.hh:139
Interface class for using an analytical function to define the geometry of a Dune::GeometryGrid....
Definition: coordfunction.hh:44
FieldVector< ctype, dimRange > RangeVector
range vector for the evaluate method
Definition: coordfunction.hh:64
FieldVector< ctype, dimDomain > DomainVector
domain vector for the evaluate method
Definition: coordfunction.hh:62
Definition: identity.hh:17
IdenticalCoordFunction(Args &...)
Definition: identity.hh:26
Base ::RangeVector RangeVector
Definition: identity.hh:23
RangeVector operator()(const DomainVector &x) const
Definition: identity.hh:29
Base ::DomainVector DomainVector
Definition: identity.hh:22