linearFormHelper.hh

Go to the documentation of this file.
1 
6 #ifndef linearFormHelper_hh
7 #define linearFormHelper_hh
8 
9 #include "vectorial.hh"
10 #include "function/linearForm.hh"
11 
12 namespace vectorial {
13 
14  // ****************************************************** LinearFormHelper **
15 
19  template<class F, class G = typename concepts::Realtype<F>::type>
21  public:
34  static void assembleComponents(const concepts::Element<G>& elm,
36  concepts::LinearForm<F>** const lfs,
37  const uint vdim);
38  };
39 
40 } // namespace vectorial
41 
42 #endif // linearFormHelper_hh
Helper class for building a linear form in vectorial.
Vector valued problems.
Definition: spaceTraits.hh:24
static void assembleComponents(const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em, concepts::LinearForm< F > **const lfs, const uint vdim)
Assembles the scalar contributions of the components into the vector valued element load vector.
Element matrix.
Definition: linearForm.hh:18
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich