Coupled auxiliary value.
More...
#include <XFEMCutPlaneAux.h>
Coupled auxiliary value.
Definition at line 18 of file XFEMCutPlaneAux.h.
◆ XFEMCutPlaneAux()
XFEMCutPlaneAux::XFEMCutPlaneAux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 28 of file XFEMCutPlaneAux.C.
29 : AuxKernel(parameters),
31 _plane_id(getParam<unsigned int>(
"plane_id"))
33 FEProblemBase * fe_problem = dynamic_cast<FEProblemBase *>(&_subproblem);
34 if (fe_problem == NULL)
35 mooseError(
"Problem casting _subproblem to FEProblemBase in XFEMCutPlaneAux");
36 _xfem = MooseSharedNamespace::dynamic_pointer_cast<XFEM>(fe_problem->getXFEM());
38 mooseError(
"Problem casting to XFEM in XFEMCutPlaneAux");
40 mooseError(
"XFEMCutPlaneAux can only be run on an element variable");
◆ ~XFEMCutPlaneAux()
virtual XFEMCutPlaneAux::~XFEMCutPlaneAux |
( |
| ) |
|
|
inlinevirtual |
◆ computeValue()
Real XFEMCutPlaneAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
◆ _plane_id
unsigned int XFEMCutPlaneAux::_plane_id |
|
private |
◆ _quantity
◆ _xfem
std::shared_ptr<XFEM> XFEMCutPlaneAux::_xfem |
|
private |
The documentation for this class was generated from the following files: