![]() |
MFEM v4.7.0
Finite element discretization library
|
#include <sbm_solver.hpp>
Public Member Functions | |
SBM2DirichletLFIntegrator (const ParMesh *pmesh, ShiftedFunctionCoefficient &u, const real_t 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) |
![]() | |
virtual bool | SupportsDevice () const |
Method probing for assembly on device. | |
virtual void | AssembleDevice (const FiniteElementSpace &fes, const Array< int > &markers, Vector &b) |
Method defining assembly on device. | |
virtual void | SetIntRule (const IntegrationRule *ir) |
const IntegrationRule * | GetIntRule () |
virtual | ~LinearFormIntegrator () |
Protected Attributes | |
ShiftedFunctionCoefficient * | uD |
real_t | 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 |
![]() | |
const IntegrationRule * | IntRule |
Additional Inherited Members | |
![]() | |
LinearFormIntegrator (const IntegrationRule *ir=NULL) | |
LinearFormIntegrator for the high-order extension of shifted boundary method.
where
Definition at line 152 of file sbm_solver.hpp.
|
inline |
Definition at line 173 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 170 of file sbm_solver.hpp.
|
protected |
Definition at line 156 of file sbm_solver.hpp.
|
protected |
Definition at line 170 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 158 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 163 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 161 of file sbm_solver.hpp.
|
protected |
Definition at line 164 of file sbm_solver.hpp.
|
protected |
Definition at line 169 of file sbm_solver.hpp.
|
protected |
Definition at line 155 of file sbm_solver.hpp.
|
protected |
Definition at line 157 of file sbm_solver.hpp.