MFEM
v3.1
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 458 of file bilininteg.hpp.
|
inline |
Definition at line 476 of file bilininteg.hpp.
|
inline |
Definition at line 477 of file bilininteg.hpp.
|
inline |
Definition at line 478 of file bilininteg.hpp.
|
inline |
Definition at line 479 of file bilininteg.hpp.
|
inline |
Definition at line 480 of file bilininteg.hpp.
|
inline |
Definition at line 481 of file bilininteg.hpp.
|
inline |
Definition at line 482 of file bilininteg.hpp.
|
virtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 1286 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 1351 of file bilininteg.cpp.