MFEM
v4.5.2
Finite element discretization library
|
#include <lininteg.hpp>
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 485 of file lininteg.hpp.
|
inline |
Definition at line 495 of file lininteg.hpp.
|
inline |
Definition at line 499 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 711 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 720 of file lininteg.cpp.
void mfem::LinearFormIntegrator::AssembleRHSElementVect |
Definition at line 26 of file lininteg.cpp.
virtual void mfem::LinearFormIntegrator::AssembleRHSElementVect |
Given a particular Finite Element and a transformation (Tr) computes the element vector, elvect.
void mfem::LinearFormIntegrator::AssembleRHSElementVect |
Definition at line 32 of file lininteg.cpp.