Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions
concepts::LinearForm< F, G > Class Template Reference

Abstract class for a linear form. More...

#include <linearForm.hh>

Inheritance diagram for concepts::LinearForm< F, G >:
Inheritance graph
[legend]
Collaboration diagram for concepts::LinearForm< F, G >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

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.

Definition at line 27 of file linearForm.hh.


Member Function Documentation

template<class F, class G = typename Realtype<F>::type>
virtual std::ostream& concepts::LinearForm< F, G >::info ( std::ostream &  os) const [protected, virtual]
template<class F, class G = typename Realtype<F>::type>
virtual void concepts::LinearForm< F, G >::operator() ( const Element< G > &  elm,
ElementMatrix< F > &  em 
) [pure virtual]

Computes the element contribution to the function.

Parameters:
elmElement on which the computations should be performed
emThe local matrix

Implemented in vectorial::LinearForm< F, G >.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)