https://mooseframework.inl.gov
Loading...
Searching...
No Matches
XFEMRankTwoTensorMarkerUserObject.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
14
16{
17public:
19
22
23protected:
26
29
31 const Point _point1;
32 const Point _point2;
33
36
39
43
44 virtual bool doesElementCrack(RealVectorValue & direction) override;
45};
const InputParameters & parameters() const
const VariableValue & _threshold
Threshold value of the scalar.
const MooseArray< Real > & _JxW
Transformed Jacobian weights.
const Point _point1
Points used to define an axis of rotation for some scalar quantities.
bool _average
Whether to average the value for all quadrature points in an element.
MooseEnum _scalar_type
The type of scalar to be extracted from the tensor.
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.
VariableValueTempl< false > VariableValue