DUNE-ACFEM (2.5.1)

Dune::ACFem::DiscreteLinearFunctional< DiscreteFunctionSpace, Traits > Class Template Reference

Interface class for a discrete linear functional. More...

#include <dune/acfem/operators/functionals/linearfunctional.hh>

Public Member Functions

template<class DFImpl >
RangeType operator() (const Fem::DiscreteFunctionInterface< DFImpl > &arg) const
 Compute the value.
 
template<class DFImpl >
void coefficients (Fem::DiscreteFunctionInterface< DFImpl > &coeffs)
 Compute the basis representation, which means: do the assembling stuff.
 

Detailed Description

template<class DiscreteFunctionSpace, class Traits>
class Dune::ACFem::DiscreteLinearFunctional< DiscreteFunctionSpace, Traits >

Interface class for a discrete linear functional.

It has an operator() to compute its value for a given test-function and a method coefficients() which computes its basis representation with respect to the dual basis of the underlying fe-space.


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)