|
MFEM
v4.0
Finite element discretization library
|
#include <lininteg.hpp>
Public Member Functions | |
| BoundaryFlowIntegrator (Coefficient &_f, VectorCoefficient &_u, double a, double b) | |
| virtual void | AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect) |
| virtual void | AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect) |
Public Member Functions inherited from mfem::LinearFormIntegrator | |
| void | SetIntRule (const IntegrationRule *ir) |
| const IntegrationRule * | GetIntRule () |
| virtual | ~LinearFormIntegrator () |
Additional Inherited Members | |
Protected Member Functions inherited from mfem::LinearFormIntegrator | |
| LinearFormIntegrator (const IntegrationRule *ir=NULL) | |
Protected Attributes inherited from mfem::LinearFormIntegrator | |
| const IntegrationRule * | IntRule |
Class for boundary integration of the linear form: (alpha/2) < (u.n) f, w > - beta < |u.n| f, w >, where f and u are given scalar and vector coefficients, respectively, and w is the scalar test function.
Definition at line 316 of file lininteg.hpp.
|
inline |
Definition at line 326 of file lininteg.hpp.
|
virtual |
Given a particular Finite Element and a transformation (Tr) computes the element vector, elvect.
Implements mfem::LinearFormIntegrator.
Definition at line 452 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 461 of file lininteg.cpp.
1.8.5