www.mooseframework.org
Functions
SolidMechanicsApp.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< SolidMechanicsApp > ()
 
 registerKnownLabel ("SolidMechanicsApp")
 
static void associateSyntaxInner (Syntax &syntax, ActionFactory &)
 
void SolidMechanicsApp__registerAll (Factory &f, ActionFactory &af, Syntax &s)
 
void SolidMechanicsApp__registerApps ()
 

Function Documentation

◆ associateSyntaxInner()

static void associateSyntaxInner ( Syntax &  syntax,
ActionFactory &   
)
static

Definition at line 40 of file SolidMechanicsApp.C.

41 {
42  registerSyntax("SolidMechanicsAction", "SolidMechanics/*");
43 }

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

◆ registerKnownLabel()

registerKnownLabel ( "SolidMechanicsApp"  )

◆ SolidMechanicsApp__registerAll()

void SolidMechanicsApp__registerAll ( Factory &  f,
ActionFactory &  af,
Syntax &  s 
)

Definition at line 97 of file SolidMechanicsApp.C.

98 {
100 }

◆ SolidMechanicsApp__registerApps()

void SolidMechanicsApp__registerApps ( )

Definition at line 102 of file SolidMechanicsApp.C.

103 {
105 }

◆ validParams< SolidMechanicsApp >()

template<>
InputParameters validParams< SolidMechanicsApp > ( )

Definition at line 18 of file SolidMechanicsApp.C.

19 {
20  InputParameters params = validParams<MooseApp>();
21 
22  params.set<bool>("automatic_automatic_scaling") = false;
23 
24  // Do not use legacy DirichletBC, that is, set DirichletBC default for preset = true
25  params.set<bool>("use_legacy_dirichlet_bc") = false;
26 
27  return params;
28 }

Referenced by validParams< SolidMechanicsTestApp >().

SolidMechanicsApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition: SolidMechanicsApp.C:46
SolidMechanicsApp::registerApps
static void registerApps()
Definition: SolidMechanicsApp.C:56