#include <dune/grid/geometrygrid/cachedcoordfunction.hh>
Public Member Functions |
| CachedCoordFunction (const HostGrid &hostGrid, const CoordFunction &coordFunction=CoordFunction()) |
void | adapt () |
| method called from grid.adapt() method to allow adaptation of the discrete coordinate function
|
void | buildCache () |
template<class HostEntity > |
void | insertEntity (const HostEntity &hostEntity) |
template<class HostEntity > |
void | evaluate (const HostEntity &hostEntity, unsigned int corner, RangeVector &y) const |
Static Public Attributes |
static const unsigned int | dimRange |
| dimension of the range vector
|
Member Typedef Documentation
template<class HostGrid , class CoordFunction >
template<class HostGrid , class CoordFunction >
Constructor & Destructor Documentation
template<class HostGrid , class CoordFunction >
Member Function Documentation
template<class HostGrid , class CoordFunction >
template<class HostGrid , class CoordFunction >
template<class HostGrid , class CoordFunction >
template<class HostEntity >
template<class HostGrid , class CoordFunction >
template<class HostEntity >
Member Data Documentation
dimension of the range vector
The documentation for this class was generated from the following file: