Go to the source code of this file.
◆ associateSyntaxInner()
static void associateSyntaxInner |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
|
|
) |
| |
|
static |
Definition at line 39 of file ContactApp.C.
41 registerSyntax(
"ContactAction",
"Contact/*");
43 registerSyntax(
"ContactPenetrationAuxAction",
"Contact/*");
44 registerSyntax(
"ContactPenetrationVarAction",
"Contact/*");
46 registerSyntax(
"ContactPressureAuxAction",
"Contact/*");
47 registerSyntax(
"ContactPressureVarAction",
"Contact/*");
49 registerSyntax(
"NodalAreaAction",
"Contact/*");
50 registerSyntax(
"NodalAreaVarAction",
"Contact/*");
52 registerTask(
"output_penetration_info_vars",
false);
53 syntax.addDependency(
"output_penetration_info_vars",
"add_output");
Referenced by ContactApp::associateSyntax(), and ContactApp::registerAll().
◆ ContactApp__registerAll()
void ContactApp__registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
◆ ContactApp__registerApps()
void ContactApp__registerApps |
( |
| ) |
|
◆ registerKnownLabel()
registerKnownLabel |
( |
"ContactApp" |
| ) |
|
◆ validParams< ContactApp >()
Definition at line 17 of file ContactApp.C.
19 InputParameters params = validParams<MooseApp>();
21 params.set<
bool>(
"automatic_automatic_scaling") =
false;
24 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
Referenced by validParams< ContactTestApp >().