#include <linearForm.hh>
Public Member Functions | |
Riesz (const concepts::ElementFormulaContainer< F > frm, bool ignoreMissingElem=false) | |
void | operator() (const concepts::Element< Real > &elm, concepts::ElementMatrix< F > &em) const |
virtual void | operator() (const Element< G > &elm, ElementMatrix< F > &em) const =0 |
void | data (const concepts::RCP< concepts::SharedJacobianDet > d) |
Set the pointer to the shared data. | |
concepts::RCP< concepts::SharedJacobianDet > | data () const |
Gets the pointer to the shared data. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const |
Protected Attributes | |
concepts::Array< F > | intermediateValue_ |
concepts::ElementFormulaContainer< F > | frm_ |
ElementFormula. | |
concepts::RCP< concepts::SharedJacobianDet > | sharedData_ |
Shared data for vectorial bilinear forms. | |
Linear form in 2D.
This linear form computes
Currently only on quadrilaterals.
Definition at line 235 of file linearForm.hh.
hp2D::l2::Riesz< F >::Riesz | ( | const concepts::ElementFormulaContainer< F > | frm, |
bool | ignoreMissingElem = false |
||
) |
Constructor.
frm | The formula, given elementwise |
|
protectedinherited |
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::LinearForm< F, G >.
void hp2D::l2::Riesz< F >::operator() | ( | const concepts::Element< Real > & | elm, |
concepts::ElementMatrix< F > & | em | ||
) | const |
Computes the element load vector. As for the computation of an element stiffness matrix, there are the loops over all quadrature points and the loops over all shape functions.
elm | The element for which the load vector should be computed. |
em | The load vector |
|
pure virtualinherited |
Computes the element contribution to the function.
elm | Element on which the computations should be performed |
em | The local matrix |
Implemented in vectorial::LinearForm< F, G >.
|
protectedinherited |
ElementFormula.
Definition at line 77 of file linearFormHelper.hh.
|
mutableprotectedinherited |
|
protectedinherited |
Shared data for vectorial bilinear forms.
Definition at line 79 of file linearFormHelper.hh.