Go to the source code of this file.
◆ 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 >().