MFEM
v3.0
|
Integrator for (Q u, v) for VectorFiniteElements. More...
#include <bilininteg.hpp>
Additional Inherited Members | |
![]() | |
BilinearFormIntegrator (const IntegrationRule *ir=NULL) | |
![]() | |
const IntegrationRule * | IntRule |
Integrator for (Q u, v) for VectorFiniteElements.
Definition at line 434 of file bilininteg.hpp.
|
inline |
Definition at line 451 of file bilininteg.hpp.
|
inline |
Definition at line 452 of file bilininteg.hpp.
|
inline |
Definition at line 453 of file bilininteg.hpp.
|
inline |
Definition at line 454 of file bilininteg.hpp.
|
inline |
Definition at line 455 of file bilininteg.hpp.
|
inline |
Definition at line 456 of file bilininteg.hpp.
|
inline |
Definition at line 457 of file bilininteg.hpp.
|
virtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 1045 of file bilininteg.cpp.
|
virtual |
Compute the local matrix representation of a bilinear form a(u,v) defined on different trial (given by u) and test (given by v) spaces. The rows in the local matrix correspond to the test dofs and the columns – to the trial dofs.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 1108 of file bilininteg.cpp.