Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< GrainTrackerElasticity >()
Definition at line 18 of file GrainTrackerElasticity.C.
21 params.addParam<
bool>(
"random_rotations",
23 "Generate random rotations when the Euler Angle "
24 "provider runs out of data (otherwise error "
26 params.addRequiredParam<std::vector<Real>>(
"C_ijkl",
"Unrotated stiffness tensor");
27 params.addParam<MooseEnum>(
28 "fill_method", RankFourTensor::fillMethodEnum() =
"symmetric9",
"The fill method");
29 params.addRequiredParam<UserObjectName>(
"euler_angle_provider",
30 "Name of Euler angle provider user object");