Skip to content

Commit

Permalink
Merge pull request #723 from sewkokot/harmonicSSintegrator
Browse files Browse the repository at this point in the history
Adding HarmonicSteadyState integrator
  • Loading branch information
mhscott committed Nov 29, 2021
2 parents abda5f0 + 602d5ce commit 4b6b4cb
Show file tree
Hide file tree
Showing 10 changed files with 588 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DEVELOPER/core/classTags.h
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@
#define INTEGRATOR_TAGS_ExplicitDifference 55
#define INTEGRATOR_TAGS_EQPath 56
#define INTEGRATOR_TAGS_GimmeMCK 57
#define INTEGRATOR_TAGS_StagedLoadControl 58
#define INTEGRATOR_TAGS_StagedNewmark 59
#define INTEGRATOR_TAGS_HarmonicSteadyState 60

#define LinSOE_TAGS_FullGenLinSOE 1
#define LinSOE_TAGS_BandGenLinSOE 2
Expand Down
1 change: 1 addition & 0 deletions SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,7 @@ ANALYSIS_LIBS = $(FE)/analysis/analysis/Analysis.o \
$(FE)/analysis/integrator/IncrementalIntegrator.o \
$(FE)/analysis/integrator/StaticIntegrator.o \
$(FE)/analysis/integrator/LoadControl.o \
$(FE)/analysis/integrator/HarmonicSteadyState.o \
$(FE)/analysis/integrator/StagedLoadControl.o \
$(FE)/analysis/integrator/StagedNewmark.o \
$(FE)/analysis/integrator/EQPath.o \
Expand Down
2 changes: 2 additions & 0 deletions SRC/analysis/integrator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ target_sources(OPS_Analysis
IncrementalIntegrator.cpp
Integrator.cpp
LoadControl.cpp
HarmonicSteadyState.cpp
LoadPath.cpp
MinUnbalDispNorm.cpp
Newmark.cpp
Expand All @@ -30,6 +31,7 @@ target_sources(OPS_Analysis
IncrementalIntegrator.h
Integrator.h
LoadControl.h
HarmonicSteadyState.h
LoadPath.h
MinUnbalDispNorm.h
Newmark.h
Expand Down
Loading

0 comments on commit 4b6b4cb

Please sign in to comment.