MFEM
v4.6.0
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 497 of file lininteg.hpp.
|
inline |
Definition at line 507 of file lininteg.hpp.
|
inline |
Definition at line 511 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 710 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 719 of file lininteg.cpp.
void mfem::LinearFormIntegrator::AssembleRHSElementVect |
Definition at line 25 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 31 of file lininteg.cpp.