Skip to content

Commit

Permalink
add HarmonicSteadyState integrator class, StaticInteg, LoadControl
Browse files Browse the repository at this point in the history
  • Loading branch information
sewkokot committed Nov 27, 2021
1 parent 282f2d5 commit 4d92456
Show file tree
Hide file tree
Showing 9 changed files with 586 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 @@ -1330,6 +1330,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
Loading

0 comments on commit 4d92456

Please sign in to comment.