#include <dune/grid/geometrygrid/cachedcoordfunction.hh>
List of all members.
Public Member Functions |
| | CachedCoordFunction (const HostGrid &hostGrid, const CoordFunction &coordFunction=CoordFunction(), const Allocator &allocator=Allocator()) |
| 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 , class Allocator = std::allocator< void >>
template<class HostGrid , class CoordFunction , class Allocator = std::allocator< void >>
Constructor & Destructor Documentation
template<class HostGrid , class CoordFunction , class Allocator = std::allocator< void >>
Member Function Documentation
template<class HostGrid , class CoordFunction , class Allocator = std::allocator< void >>
template<class HostGrid , class CoordFunction , class Allocator >
template<class HostGrid , class CoordFunction , class Allocator = std::allocator< void >>
template<class HostEntity >
template<class HostGrid , class CoordFunction , class Allocator >
template<class HostEntity >
Member Data Documentation
dimension of the range vector
The documentation for this class was generated from the following file: