|
dune-grid
2.2.0
|
#include <dune/grid/geometrygrid/identity.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 IdenticalCoordFunction < ctype, dim > | Implementation |
| typedef ctype | ctype |
| field type of the coordinate vector | |
Public Member Functions | |
| void | evaluate (const DomainVector &x, RangeVector &y) const |
Static Public Attributes | |
| static const unsigned int | dimDomain |
| dimension of the range vector (dimensionworld of host grid) | |
| static const unsigned int | dimRange |
| dimension of the range vector | |
Protected Member Functions | |
| const Implementation & | asImp () const |
| Implementation & | asImp () |
typedef ctype Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::ctype [inherited] |
field type of the coordinate vector
| typedef Base :: DomainVector Dune::IdenticalCoordFunction< ctype, dim >::DomainVector |
domain vector for the evaluate method
Reimplemented from Dune::AnalyticalCoordFunction< ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >.
typedef IdenticalCoordFunction< ctype, dim > Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::Implementation [inherited] |
typedef This Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::Interface [inherited] |
| typedef Base :: RangeVector Dune::IdenticalCoordFunction< ctype, dim >::RangeVector |
range vector for the evaluate method
Reimplemented from Dune::AnalyticalCoordFunction< ctype, dim, dim, IdenticalCoordFunction< ctype, dim > >.
| const Implementation& Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp | ( | ) | const [inline, protected, inherited] |
| Implementation& Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::asImp | ( | ) | [inline, protected, inherited] |
| void Dune::IdenticalCoordFunction< ctype, dim >::evaluate | ( | const DomainVector & | x, |
| RangeVector & | y | ||
| ) | const [inline] |
const unsigned int Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::dimDomain [static, inherited] |
dimension of the range vector (dimensionworld of host grid)
const unsigned int Dune::AnalyticalCoordFunctionInterface< ctype , dimD, dimR, IdenticalCoordFunction< ctype, dim > >::dimRange [static, inherited] |
dimension of the range vector
1.7.6.1