MFEM
v3.2
Finite element discretization library
|
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 465 of file bilininteg.hpp.
|
inline |
Definition at line 483 of file bilininteg.hpp.
|
inline |
Definition at line 484 of file bilininteg.hpp.
|
inline |
Definition at line 485 of file bilininteg.hpp.
|
inline |
Definition at line 486 of file bilininteg.hpp.
|
inline |
Definition at line 487 of file bilininteg.hpp.
|
inline |
Definition at line 488 of file bilininteg.hpp.
|
inline |
Definition at line 489 of file bilininteg.hpp.
|
virtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 1327 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 1392 of file bilininteg.cpp.