MFEM
v4.3.0
Finite element discretization library
|
#include <lininteg.hpp>
Public Member Functions | |
DGDirichletLFIntegrator (Coefficient &u, const double s, const double k) | |
DGDirichletLFIntegrator (Coefficient &u, Coefficient &q, const double s, const double k) | |
DGDirichletLFIntegrator (Coefficient &u, MatrixCoefficient &q, const double s, const double k) | |
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 | |
virtual void | AssembleRHSElementVect (const FiniteElement &el1, const FiniteElement &el2, FaceElementTransformations &Tr, Vector &elvect) |
virtual void | SetIntRule (const IntegrationRule *ir) |
const IntegrationRule * | GetIntRule () |
virtual | ~LinearFormIntegrator () |
Protected Attributes | |
Coefficient * | uD |
Coefficient * | Q |
MatrixCoefficient * | MQ |
double | sigma |
double | kappa |
Vector | shape |
Vector | dshape_dn |
Vector | nor |
Vector | nh |
Vector | ni |
DenseMatrix | dshape |
DenseMatrix | mq |
DenseMatrix | adjJ |
Protected Attributes inherited from mfem::LinearFormIntegrator | |
const IntegrationRule * | IntRule |
Additional Inherited Members | |
Protected Member Functions inherited from mfem::LinearFormIntegrator | |
LinearFormIntegrator (const IntegrationRule *ir=NULL) | |
Boundary linear integrator for imposing non-zero Dirichlet boundary conditions, to be used in conjunction with DGDiffusionIntegrator. Specifically, given the Dirichlet data u_D, the linear form assembles the following integrals on the boundary:
sigma < u_D, (Q grad(v)).n > + kappa < {h^{-1} Q} u_D, v >,
where Q is a scalar or matrix diffusion coefficient and v is the test function. The parameters sigma and kappa should be the same as the ones used in the DGDiffusionIntegrator.
Definition at line 444 of file lininteg.hpp.
|
inline |
Definition at line 456 of file lininteg.hpp.
|
inline |
Definition at line 458 of file lininteg.hpp.
|
inline |
Definition at line 461 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 692 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 698 of file lininteg.cpp.
|
protected |
Definition at line 453 of file lininteg.hpp.
|
protected |
Definition at line 453 of file lininteg.hpp.
|
protected |
Definition at line 452 of file lininteg.hpp.
|
protected |
Definition at line 449 of file lininteg.hpp.
|
protected |
Definition at line 448 of file lininteg.hpp.
|
protected |
Definition at line 453 of file lininteg.hpp.
|
protected |
Definition at line 452 of file lininteg.hpp.
|
protected |
Definition at line 452 of file lininteg.hpp.
|
protected |
Definition at line 452 of file lininteg.hpp.
|
protected |
Definition at line 447 of file lininteg.hpp.
|
protected |
Definition at line 452 of file lininteg.hpp.
|
protected |
Definition at line 449 of file lininteg.hpp.
|
protected |
Definition at line 447 of file lininteg.hpp.