dune-grid
2.1.1
|
Derive an implementation of a discrete coordinate function from this class. More...
#include <dune/grid/geometrygrid/coordfunction.hh>
Public Types | |
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 | dimRange = dimR |
dimension of the range vector | |
Protected Member Functions | |
DiscreteCoordFunction () | |
void | adapt () |
method called from grid.adapt() method to allow adaptation of the discrete coordinate function | |
const Implementation & | asImp () const |
Implementation & | asImp () |
Derive an implementation of a discrete coordinate function from this class.
typedef ct Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::ctype [inherited] |
field type of the coordinate vector
typedef Impl Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::Implementation [inherited] |
typedef This Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::Interface [inherited] |
typedef Base :: RangeVector Dune::DiscreteCoordFunction< ct, dimR, Impl >::RangeVector |
range vector for the evaluate method
Reimplemented from Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >.
Reimplemented in Dune::CachedCoordFunction< HostGrid, CoordFunction >.
Dune::DiscreteCoordFunction< ct, dimR, Impl >::DiscreteCoordFunction | ( | ) | [inline, protected] |
void Dune::DiscreteCoordFunction< ct, dimR, Impl >::adapt | ( | ) | [inline, protected] |
method called from grid.adapt() method to allow adaptation of the discrete coordinate function
Reimplemented from Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >.
Reimplemented in Dune::CachedCoordFunction< HostGrid, CoordFunction >.
const Implementation& Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::asImp | ( | ) | const [inline, protected, inherited] |
Implementation& Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::asImp | ( | ) | [inline, protected, inherited] |
const unsigned int Dune::DiscreteCoordFunctionInterface< ct, dimR, Impl >::dimRange = dimR [static, inherited] |
dimension of the range vector