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

Go to the source code of this file.

Functions

void FsiApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void FsiApp__registerApps ()
 

Function Documentation

◆ FsiApp__registerAll()

void FsiApp__registerAll ( Factory f,
ActionFactory af,
Syntax s 
)

Definition at line 57 of file FsiApp.C.

58 {
59  FsiApp::registerAll(f, af, s);
60 }
Real f(Real x)
Test function for Brents method.
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: FsiApp.C:35

◆ FsiApp__registerApps()

void FsiApp__registerApps ( )

Definition at line 62 of file FsiApp.C.

63 {
65 }
static void registerApps()
Definition: FsiApp.C:45