KASKADE 7 development version
Public Member Functions | List of all members
WeakFunctionView Class Reference

A function that supports efficient evaluation via cell and local coordinate. More...

#include <concepts.hh>

Detailed Description

A function that supports efficient evaluation via cell and local coordinate.

This interface is provided by finite element functions (see Kaskade::FunctionSpaceElement), but can also be used to provide various analytically defined functions.

See also
Kaskade::interpolateGloballyWeak
FunctionView

Definition at line 601 of file concepts.hh.

Public Member Functions

Dune::FieldVector< unspecified, unspecified > value (Cell const &cell, Position const &xloc) const
 Evaluates the function view. More...
 

Member Function Documentation

◆ value()

Dune::FieldVector< unspecified, unspecified > WeakFunctionView::value ( Cell const &  cell,
Position const &  xloc 
) const

Evaluates the function view.

Parameters
cella codim 0 entity in the grid
xlocthe local coordinate at the evaluation point in the cell

The documentation for this class was generated from the following file: