MFEM
v4.6.0
Finite element discretization library
|
#include <sbm_solver.hpp>
Public Member Functions | |
SBM2DirichletLFIntegrator (const ParMesh *pmesh, ShiftedFunctionCoefficient &u, const double alpha_, VectorCoefficient &vD_, Array< int > &elem_marker_, bool include_cut_cell_=false, int nterms_=0, int ls_cut_marker_=ShiftedFaceMarker::SBElementType::CUT) | |
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 bool | SupportsDevice () const |
Method probing for assembly on device. More... | |
virtual void | AssembleDevice (const FiniteElementSpace &fes, const Array< int > &markers, Vector &b) |
Method defining assembly on device. More... | |
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 |
int | ls_cut_marker |
Vector | shape |
Vector | dshape_dd |
Vector | dshape_dn |
Vector | nor |
Vector | nh |
Vector | ni |
DenseMatrix | dshape |
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 148 of file sbm_solver.hpp.
|
inline |
Definition at line 169 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 338 of file sbm_solver.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 344 of file sbm_solver.cpp.
|
virtual |
Reimplemented from mfem::LinearFormIntegrator.
Definition at line 350 of file sbm_solver.cpp.
|
protected |
Definition at line 166 of file sbm_solver.hpp.
|
protected |
Definition at line 152 of file sbm_solver.hpp.
|
protected |
Definition at line 166 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 154 of file sbm_solver.hpp.
|
protected |
Definition at line 156 of file sbm_solver.hpp.
|
protected |
Definition at line 161 of file sbm_solver.hpp.
|
protected |
Definition at line 159 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 157 of file sbm_solver.hpp.
|
protected |
Definition at line 160 of file sbm_solver.hpp.
|
protected |
Definition at line 165 of file sbm_solver.hpp.
|
protected |
Definition at line 151 of file sbm_solver.hpp.
|
protected |
Definition at line 153 of file sbm_solver.hpp.