Go to the documentation of this file.
30 const MaterialProperty<RankTwoTensor> &
_tensor;
46 const MooseArray<Real> &
_JxW;
const MooseArray< Real > & _JxW
Transformed Jacobian weights.
MooseEnum _scalar_type
The type of scalar to be extracted from the tensor.
RankTwoTensorTempl< Real > RankTwoTensor
const MooseArray< Real > & _coord
const Point _point1
Points used to define an axis of rotation for some scalar quantities.
const VariableValue & _threshold
Threshold value of the scalar.
XFEMRankTwoTensorMarkerUserObject(const InputParameters ¶meters)
virtual ~XFEMRankTwoTensorMarkerUserObject()
bool _average
Whether to average the value for all quadrature points in an element.
const MaterialProperty< RankTwoTensor > & _tensor
The tensor from which the scalar quantity used as a marking criterion is extracted.
virtual bool doesElementCrack(RealVectorValue &direction) override
Determine whether the current element should be cut by a new crack.
InputParameters validParams< XFEMRankTwoTensorMarkerUserObject >()