https://mooseframework.inl.gov
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 50 of file RdgTestApp.C.

51 {
52  RdgTestApp::registerAll(f, af, s);
53 }
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 55 of file RdgTestApp.C.

56 {
58 }
static void registerApps()
Definition: RdgTestApp.C:44

◆ registerKnownLabel()

registerKnownLabel ( "RdgTestApp"  )