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 void evaluate (
const DomainVector &x, RangeVector &y )
const
Base::RangeVector RangeVector
Definition: identity.hh:21
Definition: identity.hh:12
Derive an implementation of an analytical coordinate function from this class.
Definition: coordfunction.hh:15
Include standard header files.
Definition: agrid.hh:59
void evaluate(const DomainVector &x, RangeVector &y) const
Definition: identity.hh:23
FieldVector< ctype, dimRange > RangeVector
range vector for the evaluate method
Definition: coordfunction.hh:59
Base::DomainVector DomainVector
Definition: identity.hh:20
FieldVector< ctype, dimDomain > DomainVector
domain vector for the evaluate method
Definition: coordfunction.hh:57