|
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.
typedef ct Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::ctype [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 >.
typedef Impl Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::Implementation [inherited] |
typedef This Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::Interface [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 >.
| Dune::AnalyticalCoordFunction< ct, dimD, dimR, Impl >::AnalyticalCoordFunction | ( | ) | [inline, protected] |
| const Implementation& Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::asImp | ( | ) | const [inline, protected, inherited] |
| Implementation& Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::asImp | ( | ) | [inline, protected, inherited] |
const unsigned int Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::dimDomain = dimD [static, inherited] |
dimension of the range vector (dimensionworld of host grid)
const unsigned int Dune::AnalyticalCoordFunctionInterface< ct, dimD, dimR, Impl >::dimRange = dimR [static, inherited] |
dimension of the range vector
1.7.6.1