www.mooseframework.org
Functions
MiscApp.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< MiscApp > ()
 
 registerKnownLabel ("MiscApp")
 
void MiscApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void MiscApp__registerApps ()
 

Function Documentation

◆ MiscApp__registerAll()

void MiscApp__registerAll ( Factory &  f,
ActionFactory &  af,
Syntax &  s 
)

Definition at line 67 of file MiscApp.C.

68 {
69  MiscApp::registerAll(f, af, s);
70 }

◆ MiscApp__registerApps()

void MiscApp__registerApps ( )

Definition at line 73 of file MiscApp.C.

74 {
76 }

◆ registerKnownLabel()

registerKnownLabel ( "MiscApp"  )

◆ validParams< MiscApp >()

template<>
InputParameters validParams< MiscApp > ( )

Definition at line 17 of file MiscApp.C.

18 {
19  InputParameters params = validParams<MooseApp>();
20 
21  // Do not use legacy DirichletBC, that is, set DirichletBC default for preset = true
22  params.set<bool>("use_legacy_dirichlet_bc") = false;
23 
24  return params;
25 }

Referenced by validParams< MiscTestApp >().

MiscApp::registerApps
static void registerApps()
Definition: MiscApp.C:44
MiscApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: MiscApp.C:37