www.mooseframework.org
Functions
RdgTestApp.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< RdgTestApp > ()
 
 registerKnownLabel ("RdgTestApp")
 
void RdgTestApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void RdgTestApp__registerApps ()
 

Function Documentation

◆ RdgTestApp__registerAll()

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

Definition at line 70 of file RdgTestApp.C.

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

◆ RdgTestApp__registerApps()

void RdgTestApp__registerApps ( )

Definition at line 75 of file RdgTestApp.C.

76 {
78 }

◆ registerKnownLabel()

registerKnownLabel ( "RdgTestApp"  )

◆ validParams< RdgTestApp >()

template<>
InputParameters validParams< RdgTestApp > ( )

Definition at line 18 of file RdgTestApp.C.

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