#include <HeatConductionApp.h>
Definition at line 19 of file HeatConductionApp.h.
◆ HeatConductionApp()
HeatConductionApp::HeatConductionApp |
( |
const InputParameters & |
parameters | ) |
|
◆ ~HeatConductionApp()
HeatConductionApp::~HeatConductionApp |
( |
| ) |
|
|
virtual |
◆ associateSyntax()
void HeatConductionApp::associateSyntax |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
action_factory |
|
) |
| |
|
static |
◆ registerAll()
void HeatConductionApp::registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
|
static |
◆ registerApps()
void HeatConductionApp::registerApps |
( |
| ) |
|
|
static |
◆ registerExecFlags()
void HeatConductionApp::registerExecFlags |
( |
Factory & |
factory | ) |
|
|
static |
◆ registerObjects()
void HeatConductionApp::registerObjects |
( |
Factory & |
factory | ) |
|
|
static |
◆ validParams()
InputParameters HeatConductionApp::validParams |
( |
| ) |
|
|
static |
Definition at line 18 of file HeatConductionApp.C.
20 InputParameters params = ::validParams<MooseApp>();
23 params.set<
bool>(
"use_legacy_dirichlet_bc") =
false;
The documentation for this class was generated from the following files: