24 "The number of times lambda is allowed to get cut");
26 "The linear tolerance to use when the contact set is changing.");
28 "Whether to change the linear tolerance from the default value " 29 "when the contact set is changing");
30 MooseEnum line_search_package(
"petsc moose");
36 _user_ksp_rtol_set(false),
37 _allowed_lambda_cuts(getParam<unsigned>(
"allowed_lambda_cuts")),
38 _contact_ltol(getParam<
Real>(
"contact_ltol")),
39 _affect_ltol(getParam<bool>(
"affect_ltol"))
46 if (!contact_set.empty())
47 _console << contact_set.size() <<
" nodes in contact" << std::endl;
49 _console <<
"No nodes in contact" << std::endl;
58 for (
auto & node : mech_set)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const ConsoleStream _console