Abstract class for a linear form. More...

#include <innerResidual.hh>

Public Member Functions

virtual void operator() (const Element< G > &elm, ElementMatrix< F > &em) const =0
 Computes the element contribution to the function. More...
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Detailed Description

template<class F, class G = typename Realtype<F>::type>
class concepts::LinearForm< F, G >

Abstract class for a linear form.

This linear form computes an element-wise contribution to a function on a space.

Examples
linearFEM1d-simple.cc, and linearFEM1d.cc.

Definition at line 29 of file innerResidual.hh.

Member Function Documentation

◆ info()

◆ operator()()

template<class F , class G = typename Realtype<F>::type>
virtual void concepts::LinearForm< F, G >::operator() ( const Element< G > &  elm,
ElementMatrix< F > &  em 
) const
pure virtual

Computes the element contribution to the function.

Parameters
elmElement on which the computations should be performed
emThe local matrix
Examples
linearFEM1d-simple.cc, and linearFEM1d.cc.

The documentation for this class was generated from the following files:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich