MFEM
v4.3.0
Finite element discretization library
|
#include <sbm_solver.hpp>
Public Member Functions | |
SBM2DirichletLFIntegrator (const ParMesh *pmesh, ShiftedFunctionCoefficient &u, const double a, VectorCoefficient &vD_, Array< int > &elem_marker_, bool include_cut_cell_=false, int nterms_=0) | |
virtual void | AssembleRHSElementVect (const FiniteElement &el, ElementTransformation &Tr, Vector &elvect) |
virtual void | AssembleRHSElementVect (const FiniteElement &el, FaceElementTransformations &Tr, Vector &elvect) |
virtual void | AssembleRHSElementVect (const FiniteElement &el1, const FiniteElement &el2, FaceElementTransformations &Tr, Vector &elvect) |
Public Member Functions inherited from mfem::LinearFormIntegrator | |
virtual void | SetIntRule (const IntegrationRule *ir) |
const IntegrationRule * | GetIntRule () |
virtual | ~LinearFormIntegrator () |
Protected Attributes | |
ShiftedFunctionCoefficient * | uD |
double | alpha |
VectorCoefficient * | vD |
Array< int > * | elem_marker |
bool | include_cut_cell |
int | nterms |
int | NEproc |
int | par_shared_face_count |
Vector | shape |
Vector | dshape_dd |
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) | |
LinearFormIntegrator for the high-order extension of shifted boundary method. (u, w) = -<u_D, nabla w.n > -<alpha h^{-1} u_D, w + nabla w.d + h.o.t> where h.o.t include higher-order derivatives (nabla^k u) due to Taylor expansion. Since this interior face integrator is applied to the surrogate boundary (see marking.hpp for notes on how the surrogate faces are determined and elements are marked), this integrator adds contribution to only the element that is adjacent to that face (Trans.Elem1 or Trans.Elem2) and is part of the surrogate domain. Note that u_D is evaluated at the true boundary using the distance function and ShiftedFunctionCoefficient, i.e. u_D(x_true) = u_D(x_surrogate + D), where x_surrogate is the location of the integration point on the surrogate boundary and D is the distance vector from the surrogate boundary to the true boundary.
Definition at line 112 of file sbm_solver.hpp.
|
inline |
Definition at line 131 of file sbm_solver.hpp.
|
virtual |
Given a particular Finite Element and a transformation (Tr) computes the element vector, elvect.
Implements mfem::LinearFormIntegrator.
Definition at line 327 of file sbm_solver.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 333 of file sbm_solver.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 339 of file sbm_solver.cpp.
|
protected |
Definition at line 128 of file sbm_solver.hpp.
|
protected |
Definition at line 116 of file sbm_solver.hpp.
|
protected |
Definition at line 128 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 118 of file sbm_solver.hpp.
|
protected |
Definition at line 120 of file sbm_solver.hpp.
|
protected |
Definition at line 128 of file sbm_solver.hpp.
|
protected |
Definition at line 123 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 121 of file sbm_solver.hpp.
|
protected |
Definition at line 124 of file sbm_solver.hpp.
|
protected |
Definition at line 127 of file sbm_solver.hpp.
|
protected |
Definition at line 115 of file sbm_solver.hpp.
|
protected |
Definition at line 117 of file sbm_solver.hpp.