www.mooseframework.org
Functions
MiscTestApp.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< MiscTestApp > ()
 
 registerKnownLabel ("MiscTestApp")
 
void MiscTestApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void MiscTestApp__registerApps ()
 

Function Documentation

◆ MiscTestApp__registerAll()

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

Definition at line 70 of file MiscTestApp.C.

71 {
72  MiscTestApp::registerAll(f, af, s);
73 }

◆ MiscTestApp__registerApps()

void MiscTestApp__registerApps ( )

Definition at line 75 of file MiscTestApp.C.

76 {
78 }

◆ registerKnownLabel()

registerKnownLabel ( "MiscTestApp"  )

◆ validParams< MiscTestApp >()

template<>
InputParameters validParams< MiscTestApp > ( )

Definition at line 18 of file MiscTestApp.C.

19 {
20  InputParameters params = validParams<MiscApp>();
21  return params;
22 }
MiscTestApp::registerApps
static void registerApps()
Definition: MiscTestApp.C:46
MiscTestApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition: MiscTestApp.C:35
validParams< MiscApp >
InputParameters validParams< MiscApp >()
Definition: MiscApp.C:17