#include <bilinearForm.hh>
 
  
| Public Member Functions | |
| Jump1Jump1 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
| virtual | ~Jump1Jump1 () | 
| Destructor. | |
| void | operator() (const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< F > &em) const | 
| Operator. | |
| virtual Jump1Jump1< F > * | clone () const | 
| virtual void | operator() (const Element< G > &elmX, const Element< G > &elmY, ElementMatrix< F > &em) const =0 | 
| virtual void | operator() (const Element< G > &elmX, const Element< G > &elmY, ElementMatrix< F > &em, const ElementPair< G > &ep) const | 
| const concepts::ElementFormula< F > * | formula () const | 
| Getter for formula. | |
| const concepts::Array< Real > | getInvJacobeanDet (const hp1D::Element< Real > &elm) const | 
| const concepts::Array< Real > | getInvJacobeanDetSq (const hp1D::Element< Real > &elm) const | 
| const concepts::Array< Real > | getTangentialSecondDerivative (const hp1D::Element< Real > &elm) const | 
| const concepts::Array< F > | getFrmVal (const hp1D::Element< Real > &elm) const | 
| Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const | 
| Returns information in an output stream. | |
| Protected Attributes | |
| const concepts::ElementFormulaContainer< F > | frm_ | 
| ElementFormula. | |
A function class to calculate element matrices for the product of the jumps of the derivative.
Definition at line 166 of file bilinearForm.hh.
| 
 | inline | 
Constructor. The formula frm is evaluated in each quadrature point. 
Definition at line 173 of file bilinearForm.hh.
| 
 | inlinevirtual | 
Virtual constructor. Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::BilinearForm< F, G >.
Definition at line 185 of file bilinearForm.hh.
| 
 | inlineinherited | 
Getter for formula.
Definition at line 272 of file formula.hh.
| 
 | inherited | 
Returns the values of frm on {0,1}
| 
 | inherited | 
Returns the inverse of the jacobean determinant (i.J.d.)
| 
 | inherited | 
Returns the inverse of the jacobean determinant squared (i.J.d.s.)
| 
 | inherited | 
Returns the second tangential derivative (s.t.d.) of the inverse Parametrisation on {0,1}
| 
 | protectedvirtual | 
Returns information in an output stream.
Reimplemented from concepts::BilinearForm< F, G >.
| 
 | pure virtualinherited | 
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em.
em has the correct size. | elmX | Left element (test functions) | 
| elmY | Right element (trial functions) | 
| em | Return element matrix | 
Implemented in vectorial::BilinearForm< F, G >, concepts::BilinearFormLiCo< F, G >, concepts::BilinearFormContainer< F, G >, concepts::BilinearF_Sum< F, H, J, G >, and concepts::BilinearF_W< F, H, J, G >.
| 
 | inlinevirtualinherited | 
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em. If this method is not reimplemented in a derived class, the default behaviour is to call the application operator without ep.
em has the correct size. | elmX | Left element | 
| elmY | Right element | 
| em | Return element matrix | 
| ep | Element pair holding more information on the pair elmXandelmY | 
Reimplemented in vectorial::BilinearForm< F, G >.
Definition at line 57 of file bilinearForm.hh.
| 
 | protectedinherited | 
ElementFormula.
Definition at line 308 of file formula.hh.