Skip to content

Commit

Permalink
Merge pull request idaholab#15576 from bwspenc/remove_solid_mechanics
Browse files Browse the repository at this point in the history
Remove solid_mechanics
  • Loading branch information
bwspenc authored Aug 4, 2020
2 parents b2fbfd6 + 22bf2fc commit 52bda44
Show file tree
Hide file tree
Showing 1,014 changed files with 22 additions and 94,468 deletions.
5 changes: 0 additions & 5 deletions modules/combined/src/base/CombinedApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "PorousFlowApp.h"
#include "RdgApp.h"
#include "RichardsApp.h"
#include "SolidMechanicsApp.h"
#include "StochasticToolsApp.h"
#include "PeridynamicsApp.h"
#include "TensorMechanicsApp.h"
Expand Down Expand Up @@ -82,7 +81,6 @@ CombinedApp::registerAll(Factory & f, ActionFactory & af, Syntax & s)
PorousFlowApp::registerAll(f, af, s);
RdgApp::registerAll(f, af, s);
RichardsApp::registerAll(f, af, s);
SolidMechanicsApp::registerAll(f, af, s);
StochasticToolsApp::registerAll(f, af, s);
PeridynamicsApp::registerAll(f, af, s);
TensorMechanicsApp::registerAll(f, af, s);
Expand All @@ -106,7 +104,6 @@ CombinedApp::registerObjects(Factory & factory)
PorousFlowApp::registerObjects(factory);
RdgApp::registerObjects(factory);
RichardsApp::registerObjects(factory);
SolidMechanicsApp::registerObjects(factory);
StochasticToolsApp::registerObjects(factory);
PeridynamicsApp::registerObjects(factory);
TensorMechanicsApp::registerObjects(factory);
Expand All @@ -129,7 +126,6 @@ CombinedApp::associateSyntax(Syntax & syntax, ActionFactory & action_factory)
PorousFlowApp::associateSyntax(syntax, action_factory);
RdgApp::associateSyntax(syntax, action_factory);
RichardsApp::associateSyntax(syntax, action_factory);
SolidMechanicsApp::associateSyntax(syntax, action_factory);
StochasticToolsApp::associateSyntax(syntax, action_factory);
PeridynamicsApp::associateSyntax(syntax, action_factory);
TensorMechanicsApp::associateSyntax(syntax, action_factory);
Expand All @@ -148,7 +144,6 @@ CombinedApp::registerExecFlags(Factory & factory)
NavierStokesApp::registerExecFlags(factory);
PhaseFieldApp::registerExecFlags(factory);
RichardsApp::registerExecFlags(factory);
SolidMechanicsApp::registerExecFlags(factory);
StochasticToolsApp::registerExecFlags(factory);
PeridynamicsApp::registerExecFlags(factory);
TensorMechanicsApp::registerExecFlags(factory);
Expand Down
5 changes: 0 additions & 5 deletions modules/combined/test/src/base/CombinedTestApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "PeridynamicsTestApp.h"
#include "PhaseFieldTestApp.h"
#include "RichardsTestApp.h"
#include "SolidMechanicsTestApp.h"
#include "StochasticToolsTestApp.h"
#include "TensorMechanicsTestApp.h"
#include "XFEMTestApp.h"
Expand Down Expand Up @@ -66,7 +65,6 @@ CombinedTestApp::registerAll(Factory & f, ActionFactory & af, Syntax & s, bool u
PeridynamicsTestApp::registerAll(f, af, s, use_test_objs);
PhaseFieldTestApp::registerAll(f, af, s, use_test_objs);
RichardsTestApp::registerAll(f, af, s, use_test_objs);
SolidMechanicsTestApp::registerAll(f, af, s, use_test_objs);
StochasticToolsTestApp::registerAll(f, af, s, use_test_objs);
TensorMechanicsTestApp::registerAll(f, af, s, use_test_objs);
XFEMTestApp::registerAll(f, af, s, use_test_objs);
Expand Down Expand Up @@ -96,7 +94,6 @@ CombinedTestApp::registerObjects(Factory & factory)
PeridynamicsTestApp::registerObjects(factory);
PhaseFieldTestApp::registerObjects(factory);
RichardsTestApp::registerObjects(factory);
SolidMechanicsTestApp::registerObjects(factory);
StochasticToolsTestApp::registerObjects(factory);
TensorMechanicsTestApp::registerObjects(factory);
XFEMTestApp::registerObjects(factory);
Expand All @@ -117,7 +114,6 @@ CombinedTestApp::associateSyntax(Syntax & syntax, ActionFactory & action_factory
PeridynamicsTestApp::associateSyntax(syntax, action_factory);
PhaseFieldTestApp::associateSyntax(syntax, action_factory);
RichardsTestApp::associateSyntax(syntax, action_factory);
SolidMechanicsTestApp::associateSyntax(syntax, action_factory);
StochasticToolsTestApp::associateSyntax(syntax, action_factory);
TensorMechanicsTestApp::associateSyntax(syntax, action_factory);
XFEMTestApp::associateSyntax(syntax, action_factory);
Expand All @@ -138,7 +134,6 @@ CombinedTestApp::registerExecFlags(Factory & factory)
PeridynamicsTestApp::registerExecFlags(factory);
PhaseFieldTestApp::registerExecFlags(factory);
RichardsTestApp::registerExecFlags(factory);
SolidMechanicsTestApp::registerExecFlags(factory);
StochasticToolsTestApp::registerExecFlags(factory);
TensorMechanicsTestApp::registerExecFlags(factory);
XFEMTestApp::registerExecFlags(factory);
Expand Down

This file was deleted.

Loading

0 comments on commit 52bda44

Please sign in to comment.