dune-grid 2.9.0
|
Derive an implementation of an analytical coordinate function from this class. More...
#include <dune/grid/geometrygrid/coordfunction.hh>
Public Types | |
typedef Base::DomainVector | DomainVector |
typedef Base::RangeVector | RangeVector |
typedef This | Interface |
typedef Impl | Implementation |
typedef ct | ctype |
field type of the coordinate vector More... | |
Public Member Functions | |
void | evaluate (const DomainVector &x, RangeVector &y) const |
evaluate method for global mapping More... | |
Static Public Attributes | |
static const unsigned int | dimDomain = dimD |
dimension of the range vector (dimensionworld of host grid) More... | |
static const unsigned int | dimRange = dimR |
dimension of the range vector More... | |
Protected Member Functions | |
AnalyticalCoordFunction ()=default | |
AnalyticalCoordFunction (const This &)=default | |
AnalyticalCoordFunction (This &&)=default | |
~AnalyticalCoordFunction ()=default | |
This & | operator= (const This &)=default |
This & | operator= (This &&)=default |
const Implementation & | asImp () const |
Implementation & | asImp () |
Derive an implementation of an analytical coordinate function from this class.
|
inherited |
field type of the coordinate vector
typedef Base::DomainVector Dune::AnalyticalCoordFunction< ct, dimD, dimR, Impl >::DomainVector |
|
inherited |
|
inherited |
typedef Base::RangeVector Dune::AnalyticalCoordFunction< ct, dimD, dimR, Impl >::RangeVector |
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
protecteddefault |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inherited |
evaluate method for global mapping
|
protecteddefault |
|
protecteddefault |
|
staticinherited |
dimension of the range vector (dimensionworld of host grid)
|
staticinherited |
dimension of the range vector