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

Static Public Member Functions
vectorial::LinearFormHelper Class Reference

Helper class for building a linear form in vectorial. More...

#include <linearFormHelper.hh>

List of all members.

Static Public Member Functions

static void assembleComponents (const Element< Real > &elm, concepts::ElementMatrix< Real > &em, concepts::LinearForm< Real > **const lfs, const uint vdim)
 Assembles the scalar contributions of the components into the vector valued element load vector.

Detailed Description

Helper class for building a linear form in vectorial.

Author:
Philipp Frauenfelder, 2003.

Definition at line 16 of file linearFormHelper.hh.


Member Function Documentation

static void vectorial::LinearFormHelper::assembleComponents ( const Element< Real > &  elm,
concepts::ElementMatrix< Real > &  em,
concepts::LinearForm< Real > **const  lfs,
const uint  vdim 
) [static]

Assembles the scalar contributions of the components into the vector valued element load vector.

This is done by looping over all non-zero entries in lfs and calling it with elm. The result is written to em.

This method is used by vectorial::LinearForm and vectorial::TimeLinearForm.

Parameters:
elmVector valued element to evaluate the linear form on
emElement load vector (result)
lfsList of linear forms
vdimNumber of linear forms in lfs

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

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