MFEM
v3.0
|
Integrator for (curl u, v) for Nedelec and RT elements. More...
#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 (curl u, v) for Nedelec and RT elements.
Definition at line 345 of file bilininteg.hpp.
|
inline |
Definition at line 355 of file bilininteg.hpp.
|
inline |
Definition at line 356 of file bilininteg.hpp.
|
inlinevirtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 357 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 791 of file bilininteg.cpp.