MFEM
v3.3
Finite element discretization library
|
#include <bilininteg.hpp>
Additional Inherited Members | |
Protected Member Functions inherited from mfem::BilinearFormIntegrator | |
BilinearFormIntegrator (const IntegrationRule *ir=NULL) | |
Protected Attributes inherited from mfem::BilinearFormIntegrator | |
const IntegrationRule * | IntRule |
Integrator for (-Q u, grad v)
for Nedelec (u
) and H1 (v
) elements. This is equivalent to a weak divergence of the Nedelec basis functions.
Definition at line 1771 of file bilininteg.hpp.
|
inline |
Definition at line 1782 of file bilininteg.hpp.
|
inline |
Definition at line 1783 of file bilininteg.hpp.
|
inlinevirtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 1784 of file bilininteg.hpp.
|
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 1151 of file bilininteg.cpp.