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 div u, p) where u=(v1,...,vn) and all vi are in the same scalar FE space; p is also in a (different) scalar FE space.
Definition at line 1932 of file bilininteg.hpp.
|
inline |
Definition at line 1944 of file bilininteg.hpp.
|
inline |
Definition at line 1945 of file bilininteg.hpp.
|
inline |
Definition at line 1946 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 1935 of file bilininteg.cpp.