Dune::C0GridFunction< G, RT, m > Class Template Reference
[Functions Hierarchy]
#include <functions.hh>
Inheritance diagram for Dune::C0GridFunction< G, RT, m >:
Detailed Description
template<class G, class RT, int m>
class Dune::C0GridFunction< G, RT, m >
Base class for continuous grid functions.
This class indicates that the grid function is continuous. This class is only used to derive from it and to give the derived class this property.
Template parameters are:
- G a grid class, ctype and dimension are used for DT and n in the base class
- RT type for return values
- m number of components of the vector-valued function
The documentation for this class was generated from the following file: