|
MFEM
v3.3
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 | |
| void | SetIntRule (const IntegrationRule *ir) |
| 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 288 of file lininteg.hpp.
|
inline |
Definition at line 300 of file lininteg.hpp.
|
inline |
Definition at line 302 of file lininteg.hpp.
|
inline |
Definition at line 305 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 471 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 477 of file lininteg.cpp.
|
protected |
Definition at line 297 of file lininteg.hpp.
|
protected |
Definition at line 297 of file lininteg.hpp.
|
protected |
Definition at line 296 of file lininteg.hpp.
|
protected |
Definition at line 293 of file lininteg.hpp.
|
protected |
Definition at line 292 of file lininteg.hpp.
|
protected |
Definition at line 297 of file lininteg.hpp.
|
protected |
Definition at line 296 of file lininteg.hpp.
|
protected |
Definition at line 296 of file lininteg.hpp.
|
protected |
Definition at line 296 of file lininteg.hpp.
|
protected |
Definition at line 291 of file lininteg.hpp.
|
protected |
Definition at line 296 of file lininteg.hpp.
|
protected |
Definition at line 293 of file lininteg.hpp.
|
protected |
Definition at line 291 of file lininteg.hpp.
1.8.5