|
dune-grid
2.2.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 |
| domain vector for the evaluate method | |
| typedef Base::RangeVector | RangeVector |
| range vector for the evaluate method | |
| typedef This | Interface |
| typedef Impl | Implementation |
| typedef ct | ctype |
| field type of the coordinate vector | |
Static Public Attributes | |
| static const unsigned int | dimDomain = dimD |
| dimension of the range vector (dimensionworld of host grid) | |
| static const unsigned int | dimRange = dimR |
| dimension of the range vector | |
Protected Member Functions | |
| AnalyticalCoordFunction () | |
| 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 |
domain vector for the evaluate method
Reimplemented from Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >.
Reimplemented in Dune::DGFCoordFunction< dimD, dimR >, Dune::IdenticalCoordFunction< ctype, dim >, and Dune::IdenticalCoordFunction< HostGrid::ctype, HostGrid::dimensionworld >.
|
inherited |
|
inherited |
| typedef Base :: RangeVector Dune::AnalyticalCoordFunction< ct, dimD, dimR, Impl >::RangeVector |
range vector for the evaluate method
Reimplemented from Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >.
Reimplemented in Dune::DGFCoordFunction< dimD, dimR >, Dune::IdenticalCoordFunction< ctype, dim >, and Dune::IdenticalCoordFunction< HostGrid::ctype, HostGrid::dimensionworld >.
|
inlineprotected |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
staticinherited |
dimension of the range vector (dimensionworld of host grid)
|
staticinherited |
dimension of the range vector
1.8.1