DUNE PDELab (2.8)

Dune::PDELab::DiscreteGridViewFunction< GFS, V, diffOrder > Class Template Reference

A discrete function defined over a GridFunctionSpace. More...

#include <dune/pdelab/function/discretegridviewfunction.hh>

Public Member Functions

auto gridFunctionSpaceStorage () const
 Returns storage object of the grid function space.
 
auto dofsStorage () const
 Returns storage object of the dof storage vector.
 
EntitySet entitySet () const
 Get associated EntitySet.
 

Detailed Description

template<typename GFS, typename V, int diffOrder = 0>
class Dune::PDELab::DiscreteGridViewFunction< GFS, V, diffOrder >

A discrete function defined over a GridFunctionSpace.

This class models the GridViewFunction concept of dune-functions. It represents a global function. The user can obtain a GridViewFunction::LocalFunction via localfunction(globalfunction) and use this to evaluate in local coordinates.

Note
it is going to replace the old interfaces based on GridFunctionInterface and FunctionInterface
Template Parameters
GFSthe GridFunctionSpace this function is defined on. GFS yields information on the particular basis.
Vthe storage container for the coefficients of the discrete function.

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.111.3 (Jul 27, 22:29, 2024)