https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CombinedApp.C
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#include "CombinedApp.h"
11#include "Factory.h"
12#include "ActionFactory.h"
13#include "AppFactory.h"
14#include "MooseSyntax.h"
15
17#include "ContactApp.h"
18#include "ElectromagneticsApp.h"
20#include "FluidPropertiesApp.h"
21#include "FsiApp.h"
23#include "GeochemistryApp.h"
24#include "HeatTransferApp.h"
25#include "HeatConductionApp.h"
26#include "LevelSetApp.h"
27#include "MiscApp.h"
28#include "NavierStokesApp.h"
29#include "OptimizationApp.h"
30#include "PeridynamicsApp.h"
31#include "PhaseFieldApp.h"
32#include "PorousFlowApp.h"
33#include "RayTracingApp.h"
34#include "RdgApp.h"
35#include "ReactorApp.h"
36#include "ScalarTransportApp.h"
38#include "SolidMechanicsApp.h"
39#include "SolidPropertiesApp.h"
40#include "StochasticToolsApp.h"
41#include "SubChannelApp.h"
43#include "XFEMApp.h"
44
47{
49
50 params.set<bool>("automatic_automatic_scaling") = false;
51 params.set<bool>("use_legacy_material_output") = false;
52 params.set<bool>("use_legacy_initial_residual_evaluation_behavior") = false;
53
54 return params;
55}
56
57registerKnownLabel("CombinedApp");
58
63
65
66void
100
101void
135
136extern "C" void
141extern "C" void
Real f(Real x)
Test function for Brents method.
registerKnownLabel("CombinedApp")
void CombinedApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
void CombinedApp__registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
Definition CombinedApp.C:67
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
CombinedApp(const InputParameters &parameters)
Definition CombinedApp.C:59
virtual ~CombinedApp()
Definition CombinedApp.C:64
static InputParameters validParams()
Definition CombinedApp.C:46
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition ContactApp.C:38
static void registerApps()
Definition ContactApp.C:57
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition FsiApp.C:35
static void registerApps()
Definition FsiApp.C:45
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
T & set(const std::string &name, bool quiet_mode=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition LevelSetApp.C:47
static void registerApps()
Definition LevelSetApp.C:41
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition MiscApp.C:36
static void registerApps()
Definition MiscApp.C:43
ActionFactory _action_factory
static InputParameters validParams()
Factory _factory
Syntax _syntax
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
Definition RdgApp.C:44
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition RdgApp.C:37
static void registerApps()
Definition ReactorApp.C:42
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition ReactorApp.C:32
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerApps()
Definition XFEMApp.C:52
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition XFEMApp.C:39