vectorial::LinearForm< F, G > Class Template Reference
Vector valued linear form. More...
#include <linearForm.hh>
Public Member Functions | |
LinearForm (const uint vdim, const uint arrayWidth=0) | |
virtual void | operator() (const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em) const |
virtual void | put (concepts::LinearForm< F, G > &lf, const uint i, const uint j=0) |
insert a Linearform lf of one vectorial dimension to the all v-dimensionial Linearform More... | |
void | putStore (concepts::LinearForm< F, G > *lf, const uint i) |
Acts similarly to the normal put() command, but stores lf in deepCopies_ (without cloning lf first). More... | |
virtual | ~LinearForm () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
concepts::Array< concepts::RCP< concepts::LinearForm< F, G > > > | deepCopies_ |
Stores the deep copies of the component bilinear forms, if. More... | |
Detailed Description
template<class F, class G = typename concepts::Realtype<F>::type>
class vectorial::LinearForm< F, G >
Vector valued linear form.
Definition at line 38 of file linearForm.hh.
Constructor & Destructor Documentation
◆ LinearForm()
template<class F , class G = typename concepts::Realtype<F>::type>
|
inline |
Definition at line 23 of file linearForm.hh.
◆ ~LinearForm()
template<class F , class G = typename concepts::Realtype<F>::type>
|
virtual |
Member Function Documentation
◆ info()
template<class F , class G = typename concepts::Realtype<F>::type>
|
protectedvirtual |
◆ operator()()
template<class F , class G = typename concepts::Realtype<F>::type>
|
virtual |
◆ put()
template<class F , class G = typename concepts::Realtype<F>::type>
|
virtual |
insert a Linearform lf of one vectorial dimension to the all v-dimensionial Linearform
- Parameters
-
i row number of v-dimensions
◆ putStore()
template<class F , class G = typename concepts::Realtype<F>::type>
void vectorial::LinearForm< F, G >::putStore | ( | concepts::LinearForm< F, G > * | lf, |
const uint | i | ||
) |
Acts similarly to the normal put() command, but stores lf
in deepCopies_
(without cloning lf
first).
At cleanup time, lf
is destroyed by this class.
Member Data Documentation
◆ deepCopies_
template<class F , class G = typename concepts::Realtype<F>::type>
|
private |
Stores the deep copies of the component bilinear forms, if.
there are any
Definition at line 49 of file linearForm.hh.
The documentation for this class was generated from the following file:
- hp2D/linearForm.hh