Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< ContactSplit >()
Definition at line 19 of file ContactSplit.C.
21 InputParameters params = validParams<Split>();
22 params.addParam<std::vector<std::string>>(
"contact_master",
23 "Master surface list for included contacts");
24 params.addParam<std::vector<std::string>>(
"contact_slave",
25 "Slave surface list for included contacts");
26 params.addParam<std::vector<int>>(
28 "List of indicators whether displaced mesh is used to define included contact");
29 params.addParam<std::vector<std::string>>(
"uncontact_master",
30 "Master surface list for excluded contacts");
31 params.addParam<std::vector<std::string>>(
"uncontact_slave",
32 "Slave surface list for excluded contacts");
33 params.addParam<std::vector<int>>(
34 "uncontact_displaced",
35 "List of indicators whether displaced mesh is used to define excluded contact");
38 params.addRequiredParam<
bool>(
"include_all_contact_nodes",
39 "Whether to include all nodes on the contact surfaces");