Go to the source code of this file.
◆ associateSyntaxInner()
static void associateSyntaxInner |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
|
|
) |
| |
|
static |
◆ registerKnownLabel()
registerKnownLabel |
( |
"XFEMApp" |
| ) |
|
◆ validParams< XFEMApp >()
Definition at line 20 of file XFEMApp.C.
22 InputParameters params = validParams<MooseApp>();
24 params.set<
bool>(
"automatic_automatic_scaling") =
false;
27 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
Referenced by validParams< XFEMTestApp >().
◆ XFEMApp__registerAll()
void XFEMApp__registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
◆ XFEMApp__registerApps()
void XFEMApp__registerApps |
( |
| ) |
|