#include <linearFormHelper.hh>
Static Public Member Functions | |
static void | assembleComponents (const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em, concepts::LinearForm< F > **const lfs, const uint vdim) |
Helper class for building a linear form in vectorial
.
Definition at line 20 of file linearFormHelper.hh.
|
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.
elm | Vector valued element to evaluate the linear form on |
em | Element load vector (result) |
lfs | List of linear forms |
vdim | Number of linear forms in lfs |