Class documentation of Concepts

Loading...
Searching...
No Matches
linearFormHelper.hh
Go to the documentation of this file.
1
6#ifndef linearFormHelper_hh
7#define linearFormHelper_hh
8
9#include "vectorial.hh"
11
12namespace vectorial {
13
14 // ****************************************************** LinearFormHelper **
15
19 template<class F, class G = typename concepts::Realtype<F>::type>
21 public:
36 concepts::LinearForm<F>** const lfs,
37 const uint vdim);
38 };
39
40} // namespace vectorial
41
42#endif // linearFormHelper_hh
static void assembleComponents(const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em, concepts::LinearForm< F > **const lfs, const uint vdim)