Dune Core Modules (2.9.0)

Dune::Functions::GridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize > Class Template Reference

Wrapper class for functions defined on a GridView. More...

#include <dune/functions/gridfunctions/gridviewfunction.hh>

Detailed Description

template<class Range, class Domain, class GV, template< class > class DerivativeTraits, size_t bufferSize>
class Dune::Functions::GridViewFunction< Range(Domain), GV, DerivativeTraits, bufferSize >

Wrapper class for functions defined on a GridView.

Being defined on a grid view means in particular that you can evaluate the function in local coordinates of a given element of the grid view.

This models the Concept::GridViewFunction<Range(Domain), GridView, DerivativeTraits> concept.

Template Parameters
GVThe GridView that the function is defined on
DomainThe domain type used for function arguments
RangeThe range type used for function values

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)