Go to the source code of this file.
◆ LevelSetApp__registerAll()
void LevelSetApp__registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
◆ LevelSetApp__registerApps()
void LevelSetApp__registerApps |
( |
| ) |
|
◆ registerExecFlagsInner()
static void registerExecFlagsInner |
( |
Factory & |
factory | ) |
|
|
static |
◆ registerKnownLabel()
registerKnownLabel |
( |
"LevelSetApp" |
| ) |
|
◆ validParams< LevelSetApp >()
Definition at line 18 of file LevelSetApp.C.
20 InputParameters params = validParams<MooseApp>();
22 params.addClassDescription(
23 "Application containing object necessary to solve the level set equation.");
25 params.set<
bool>(
"automatic_automatic_scaling") =
false;
28 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
Referenced by validParams< LevelSetTestApp >().