|
MFEM v2.0
|
#include <bilininteg.hpp>


Public Member Functions | |
| LumpedIntegrator (BilinearFormIntegrator *_bfi, int _own_bfi=1) | |
| virtual void | AssembleElementMatrix (const FiniteElement &el, ElementTransformation &Trans, DenseMatrix &elmat) |
| Given a particular Finite Element computes the element matrix elmat. | |
| virtual | ~LumpedIntegrator () |
Private Attributes | |
| int | own_bfi |
| BilinearFormIntegrator * | bfi |
Definition at line 68 of file bilininteg.hpp.
| LumpedIntegrator::LumpedIntegrator | ( | BilinearFormIntegrator * | _bfi, |
| int | _own_bfi = 1 |
||
| ) | [inline] |
Definition at line 75 of file bilininteg.hpp.
| virtual LumpedIntegrator::~LumpedIntegrator | ( | ) | [inline, virtual] |
Definition at line 82 of file bilininteg.hpp.
| void LumpedIntegrator::AssembleElementMatrix | ( | const FiniteElement & | el, |
| ElementTransformation & | Trans, | ||
| DenseMatrix & | elmat | ||
| ) | [virtual] |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from BilinearFormIntegrator.
Definition at line 59 of file bilininteg.cpp.
References bfi, and DenseMatrix::Lump().
BilinearFormIntegrator* LumpedIntegrator::bfi [private] |
Definition at line 72 of file bilininteg.hpp.
Referenced by AssembleElementMatrix(), LumpedIntegrator(), and ~LumpedIntegrator().
int LumpedIntegrator::own_bfi [private] |
Definition at line 71 of file bilininteg.hpp.
Referenced by LumpedIntegrator(), and ~LumpedIntegrator().
1.7.4