#include <multi-grid-functions.h>
Collaboration diagram for multi_grid_function:
Public Methods | |
multi_grid_function () | |
multi_grid_function (const grid_type &g) | |
T & | operator[] (const Vertex &V) |
T & | operator[] (const Edge &E) |
T & | operator[] (const Cell &C) |
const T & | operator() (const Vertex &V) const |
const T & | operator() (const Edge &E) const |
const T & | operator() (const Cell &C) const |
const grid_type & | TheGrid () const |
const grid_function< Vertex, T > & | TheVertexFunction () const |
const grid_function< Edge, T > & | TheEdgeFunction () const |
const grid_function< Cell, T > & | TheCellFunction () const |
multi_grid_function<Grid,T> defines a mapping
( in the 2d case)
These classes are fully generic and do not need any further specialization, because they build on grid_function<Elt,T>.
operator()(Facet const &)
Definition at line 35 of file multi-grid-functions.h.