https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
SubChannelApp.C File Reference

Go to the source code of this file.

Functions

void SubChannelApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void SubChannelApp__registerApps ()
 

Function Documentation

◆ SubChannelApp__registerAll()

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

Definition at line 75 of file SubChannelApp.C.

80{
81 registerApp(SubChannelApp);
82
86}
87
88/***************************************************************************************************
89 *********************** Dynamic Library Entry Points - DO NOT MODIFY ******************************
90 **************************************************************************************************/
91extern "C" void
93{
95}
96extern "C" void
98{
100}
Real f(Real x)
Test function for Brents method.
void SubChannelApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
void SubChannelApp__registerApps()
static void registerApps()
static void registerApps()
static void registerApps()
Definition ReactorApp.C:42
Application used when running the subchannel module directly.
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()

◆ SubChannelApp__registerApps()

void SubChannelApp__registerApps ( )

Definition at line 80 of file SubChannelApp.C.

80{
81 registerApp(SubChannelApp);
82