#include <XFEMApp.h>
Definition at line 19 of file XFEMApp.h.
◆ XFEMApp()
XFEMApp::XFEMApp |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 33 of file XFEMApp.C.
33 : MooseApp(parameters)
35 srand(processor_id());
◆ ~XFEMApp()
◆ associateSyntax()
void XFEMApp::associateSyntax |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
action_factory |
|
) |
| |
|
static |
◆ associateSyntaxDepends()
void XFEMApp::associateSyntaxDepends |
( |
Syntax & |
syntax, |
|
|
ActionFactory & |
action_factory |
|
) |
| |
|
static |
Definition at line 85 of file XFEMApp.C.
87 mooseDeprecated(
"use registerAll instead of associateSyntaxDepends");
◆ registerAll()
void XFEMApp::registerAll |
( |
Factory & |
f, |
|
|
ActionFactory & |
af, |
|
|
Syntax & |
s |
|
) |
| |
|
static |
◆ registerApps()
void XFEMApp::registerApps |
( |
| ) |
|
|
static |
◆ registerExecFlags()
void XFEMApp::registerExecFlags |
( |
Factory & |
factory | ) |
|
|
static |
◆ registerObjectDepends()
void XFEMApp::registerObjectDepends |
( |
Factory & |
factory | ) |
|
|
static |
Definition at line 70 of file XFEMApp.C.
72 mooseDeprecated(
"use registerAll instead of registerObjectsDepends");
◆ registerObjects()
void XFEMApp::registerObjects |
( |
Factory & |
factory | ) |
|
|
static |
The documentation for this class was generated from the following files: