https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CombinedTestApp.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 "CombinedTestApp.h"
11#include "CombinedApp.h"
12#include "Factory.h"
13#include "ActionFactory.h"
14#include "AppFactory.h"
15#include "MooseSyntax.h"
16#include "CombinedRevision.h"
17
19#include "ContactTestApp.h"
23#include "FsiTestApp.h"
25#include "GeochemistryTestApp.h"
26#include "HeatTransferTestApp.h"
27#include "LevelSetTestApp.h"
28#include "MiscTestApp.h"
29#include "NavierStokesTestApp.h"
30#include "OptimizationTestApp.h"
31#include "PeridynamicsTestApp.h"
32#include "PhaseFieldTestApp.h"
33#include "PorousFlowTestApp.h"
34#include "PorousFlowTestApp.h"
35#include "RayTracingTestApp.h"
36#include "RdgTestApp.h"
37#include "ReactorTestApp.h"
45#include "SubChannelTestApp.h"
47#include "XFEMTestApp.h"
48
51{
53 // Below parameter is set to enable data driven mesh generation in test suite
55 return params;
56}
57
58registerKnownLabel("CombinedTestApp");
59
61{
63 _factory, _action_factory, _syntax, getParam<bool>("allow_test_objects"));
64}
65
67
68void
70{
72 if (use_test_objs)
73 {
74 Registry::registerObjectsTo(f, {"CombinedTestApp"});
75 Registry::registerActionsTo(af, {"CombinedTestApp"});
76
77 ChemicalReactionsTestApp::registerAll(f, af, s, use_test_objs);
78 ContactTestApp::registerAll(f, af, s, use_test_objs);
79 ElectromagneticsTestApp::registerAll(f, af, s, use_test_objs);
80 ExternalPetscSolverTestApp::registerAll(f, af, s, use_test_objs);
81 FluidPropertiesTestApp::registerAll(f, af, s, use_test_objs);
82 FsiTestApp::registerAll(f, af, s, use_test_objs);
84 GeochemistryTestApp::registerAll(f, af, s, use_test_objs);
85 HeatTransferTestApp::registerAll(f, af, s, use_test_objs);
86 LevelSetTestApp::registerAll(f, af, s, use_test_objs);
87 MiscTestApp::registerAll(f, af, s, use_test_objs);
88 NavierStokesTestApp::registerAll(f, af, s, use_test_objs);
89 OptimizationTestApp::registerAll(f, af, s, use_test_objs);
90 PeridynamicsTestApp::registerAll(f, af, s, use_test_objs);
91 PhaseFieldTestApp::registerAll(f, af, s, use_test_objs);
92 PorousFlowTestApp::registerAll(f, af, s, use_test_objs);
93 RayTracingTestApp::registerAll(f, af, s, use_test_objs);
94 RdgTestApp::registerAll(f, af, s, use_test_objs);
95 ReactorTestApp::registerAll(f, af, s, use_test_objs);
96 ScalarTransportTestApp::registerAll(f, af, s, use_test_objs);
97 ShiftedBoundaryMethodTestApp::registerAll(f, af, s, use_test_objs);
98 SolidPropertiesTestApp::registerAll(f, af, s, use_test_objs);
99 StochasticToolsTestApp::registerAll(f, af, s, use_test_objs);
100 SolidMechanicsTestApp::registerAll(f, af, s, use_test_objs);
101 SubChannelTestApp::registerAll(f, af, s, use_test_objs);
102 ThermalHydraulicsTestApp::registerAll(f, af, s, use_test_objs);
103 XFEMTestApp::registerAll(f, af, s, use_test_objs);
104 }
105}
106
107void
141
142std::string
144{
145 return COMBINED_INSTALLABLE_DIRS;
146}
147
148extern "C" void
153extern "C" void
Real f(Real x)
Test function for Brents method.
registerKnownLabel("CombinedTestApp")
void CombinedTestApp__registerApps()
void CombinedTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objects=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static InputParameters validParams()
Definition CombinedApp.C:46
CombinedTestApp(const InputParameters &parameters)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static InputParameters validParams()
virtual ~CombinedTestApp()
virtual std::string getInstallableInputs() const override final
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition FsiTestApp.C:30
static void registerApps()
Definition FsiTestApp.C:41
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
T & set(const std::string &name, bool quiet_mode=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static const std::string allow_data_driven_param
static void registerApps()
Definition MiscTestApp.C:45
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition MiscTestApp.C:34
ActionFactory _action_factory
Factory _factory
Syntax _syntax
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition RdgTestApp.C:33
static void registerApps()
Definition RdgTestApp.C:44
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition XFEMTestApp.C:35
static void registerApps()
Definition XFEMTestApp.C:46