www.mooseframework.org
Functions
XFEMApp.C File Reference

Go to the source code of this file.

Functions

 registerKnownLabel ("XFEMApp")
 
static void associateSyntaxInner (Syntax &syntax, ActionFactory &)
 
void XFEMApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void XFEMApp__registerApps ()
 

Function Documentation

◆ associateSyntaxInner()

static void associateSyntaxInner ( Syntax syntax,
ActionFactory  
)
static

Definition at line 39 of file XFEMApp.C.

Referenced by XFEMApp::associateSyntax(), and XFEMApp::registerAll().

40 {
41  registerTask("setup_xfem", false);
42  syntax.addDependency("setup_xfem", "setup_adaptivity");
43  registerSyntax("XFEMAction", "XFEM");
44 }
void addDependency(const std::string &task, const std::string &pre_req)

◆ registerKnownLabel()

registerKnownLabel ( "XFEMApp"  )

◆ XFEMApp__registerAll()

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

Definition at line 100 of file XFEMApp.C.

101 {
102  XFEMApp::registerAll(f, af, s);
103 }
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: XFEMApp.C:47
Real f(Real x)
Test function for Brents method.

◆ XFEMApp__registerApps()

void XFEMApp__registerApps ( )

Definition at line 105 of file XFEMApp.C.

106 {
108 }
static void registerApps()
Definition: XFEMApp.C:57