![]() |
MFEM
v4.6.0
Finite element discretization library
|
#include <lininteg.hpp>
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 |
![]() | |
const IntegrationRule * | IntRule |
Additional Inherited Members | |
![]() | |
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 536 of file lininteg.hpp.
|
inline |
Definition at line 548 of file lininteg.hpp.
|
inline |
Definition at line 550 of file lininteg.hpp.
|
inline |
Definition at line 553 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 776 of file lininteg.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 782 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.
|
protected |
Definition at line 545 of file lininteg.hpp.
|
protected |
Definition at line 545 of file lininteg.hpp.
|
protected |
Definition at line 544 of file lininteg.hpp.
|
protected |
Definition at line 541 of file lininteg.hpp.
|
protected |
Definition at line 540 of file lininteg.hpp.
|
protected |
Definition at line 545 of file lininteg.hpp.
|
protected |
Definition at line 544 of file lininteg.hpp.
|
protected |
Definition at line 544 of file lininteg.hpp.
|
protected |
Definition at line 544 of file lininteg.hpp.
|
protected |
Definition at line 539 of file lininteg.hpp.
|
protected |
Definition at line 544 of file lininteg.hpp.
|
protected |
Definition at line 541 of file lininteg.hpp.
|
protected |
Definition at line 539 of file lininteg.hpp.