https://mooseframework.inl.gov
Functions
MiscApp.C File Reference

Go to the source code of this file.

Functions

 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 49 of file MiscApp.C.

50 {
51  MiscApp::registerAll(f, af, s);
52 }
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: MiscApp.C:36
Real f(Real x)
Test function for Brents method.

◆ MiscApp__registerApps()

void MiscApp__registerApps ( )

Definition at line 55 of file MiscApp.C.

56 {
58 }
static void registerApps()
Definition: MiscApp.C:43

◆ registerKnownLabel()

registerKnownLabel ( "MiscApp"  )