Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< XFEMMaterialTensorMarkerUserObject >()
Definition at line 18 of file XFEMMaterialTensorMarkerUserObject.C.
22 params.addRequiredParam<std::string>(
"tensor",
"The material tensor name.");
23 params.addRequiredParam<Real>(
"threshold",
"The threshold for crack growth.");
24 params.addRequiredParam<
bool>(
25 "average",
"Should the tensor quantity be averaged over the quadruature points?");
26 params.addParam<Real>(
27 "random_range", 0.0,
"Range of a uniform random distribution for the threshold");