MFEM v2.0
|
#include <bilininteg.hpp>
Public Member Functions | |
virtual void | AssembleElementMatrix2 (const FiniteElement &dom_fe, const FiniteElement &ran_fe, ElementTransformation &Trans, DenseMatrix &elmat) |
Class for constructing the identity map as a DiscreteLinearOperator. This is the discrete embedding matrix when the domain space is a subspace of the range space. Otherwise, a dof projection matrix is constructed.
Definition at line 445 of file bilininteg.hpp.
virtual void IdentityInterpolator::AssembleElementMatrix2 | ( | const FiniteElement & | trial_fe, |
const FiniteElement & | test_fe, | ||
ElementTransformation & | Trans, | ||
DenseMatrix & | elmat | ||
) | [inline, 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 BilinearFormIntegrator.
Definition at line 448 of file bilininteg.hpp.
References FiniteElement::Project().