MFEM
v3.2
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 |
Class for integrating (div u, p) where u is a vector field given by VectorFiniteElement through Piola transformation (for RT elements); p is scalar function given by FiniteElement through standard transformation. Here, u is the trial function and p is the test function. Note: the element matrix returned by AssembleElementMatrix2 does NOT depend on the ElementTransformation Trans.
Definition at line 344 of file bilininteg.hpp.
|
inline |
Definition at line 352 of file bilininteg.hpp.
|
inline |
Definition at line 353 of file bilininteg.hpp.
|
inlinevirtual |
Given a particular Finite Element computes the element matrix elmat.
Reimplemented from mfem::BilinearFormIntegrator.
Definition at line 354 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 879 of file bilininteg.cpp.