Go to the source code of this file.
◆ associateSyntaxInner()
static void associateSyntaxInner |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
|
|
) |
| |
|
static |
Definition at line 41 of file RichardsApp.C.
43 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_kernel");
44 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_aux_variable");
45 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_function");
46 registerSyntaxTask(
"Q2PAction",
"Q2P",
"add_postprocessor");
Referenced by RichardsApp::associateSyntax(), and RichardsApp::registerAll().
◆ registerKnownLabel()
registerKnownLabel |
( |
"RichardsApp" |
| ) |
|
◆ validParams< RichardsApp >()
Definition at line 17 of file RichardsApp.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< RichardsTestApp >().