www.mooseframework.org
Functions
RdgTestApp.C File Reference

Go to the source code of this file.

Functions

 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 68 of file RdgTestApp.C.

69 {
70  RdgTestApp::registerAll(f, af, s);
71 }
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition: RdgTestApp.C:33
Real f(Real x)
Test function for Brents method.

◆ RdgTestApp__registerApps()

void RdgTestApp__registerApps ( )

Definition at line 73 of file RdgTestApp.C.

74 {
76 }
static void registerApps()
Definition: RdgTestApp.C:44

◆ registerKnownLabel()

registerKnownLabel ( "RdgTestApp"  )