Go to the source code of this file.
◆ associateSyntaxInner()
static void associateSyntaxInner |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
|
|
) |
| |
|
static |
Definition at line 44 of file HeatConductionApp.C.
47 registerTask(
"add_slave_flux_vector",
false);
48 addTaskDependency(
"add_slave_flux_vector",
"ready_to_init");
49 addTaskDependency(
"init_problem",
"add_slave_flux_vector");
50 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_aux_kernel");
51 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_aux_variable");
52 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_bc");
53 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_dirac_kernel");
54 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_material");
55 registerSyntaxTask(
"ThermalContactAction",
"ThermalContact/*",
"add_slave_flux_vector");
57 registerSyntaxTask(
"RadiationTransferAction",
"GrayDiffuseRadiation/*",
"add_mesh_generator");
58 registerSyntaxTask(
"RadiationTransferAction",
"GrayDiffuseRadiation/*",
"setup_mesh_complete");
59 registerSyntaxTask(
"RadiationTransferAction",
"GrayDiffuseRadiation/*",
"add_user_object");
60 registerSyntaxTask(
"RadiationTransferAction",
"GrayDiffuseRadiation/*",
"add_bc");
Referenced by HeatConductionApp::associateSyntax(), and HeatConductionApp::registerAll().
◆ defineLegacyParams()
◆ HeatConductionApp__registerAll()
void HeatConductionApp__registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
◆ HeatConductionApp__registerApps()
void HeatConductionApp__registerApps |
( |
| ) |
|
◆ registerKnownLabel()
registerKnownLabel |
( |
"HeatConductionApp" |
| ) |
|