linearForm.hh
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
concepts::Array< concepts::RCP< concepts::LinearForm< F, G > > > deepCopies_
Stores the deep copies of the component bilinear forms, if.
Definition: linearForm.hh:49
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).
#define DEBUGL(doit, msg)
virtual void operator()(const concepts::Element< G > &elm, concepts::ElementMatrix< F > &em) const
virtual std::ostream & info(std::ostream &os) const
Base class for most classes which do vector valued problems.
Definition: vectorial.hh:59
virtual ~LinearForm()
LinearForm(const uint vdim, const uint arrayWidth=0)
Definition: linearForm.hh:23