DUNE PDELab (git)
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. | |
Friends | |
LocalFunction | localFunction (const DiscreteGridViewFunction &t) |
Get local function of wrapped function. More... | |
Detailed Description
template<typename GFS, typename V, int diffOrder = 0>
class Dune::PDELab::DiscreteGridViewFunction< GFS, V, diffOrder >
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
-
GFS the GridFunctionSpace this function is defined on. GFS yields information on the particular basis. V the storage container for the coefficients of the discrete function.
Friends And Related Function Documentation
◆ localFunction
template<typename GFS , typename V , int diffOrder = 0>
|
friend |
Get local function of wrapped function.
This is free function will be found by ADL.
Notice that the returned LocalFunction can only be used after it has been bound to a proper local context.
The documentation for this class was generated from the following file:
- dune/pdelab/function/discretegridviewfunction.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)