Go to the source code of this file.
◆ CombinedApp__registerAll()
void CombinedApp__registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
◆ CombinedApp__registerApps()
void CombinedApp__registerApps |
( |
| ) |
|
◆ registerKnownLabel()
registerKnownLabel |
( |
"CombinedApp" |
| ) |
|
◆ validParams< CombinedApp >()
Definition at line 37 of file CombinedApp.C.
39 InputParameters params = validParams<MooseApp>();
41 params.set<
bool>(
"automatic_automatic_scaling") =
false;
44 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
Referenced by validParams< CombinedTestApp >().