Skip to content

Commit

Permalink
Merge pull request #589 from mhscott/dbnl3d
Browse files Browse the repository at this point in the history
3D version of displacement-based flexure geometrically nonlinear element
  • Loading branch information
mhscott committed Jun 7, 2021
2 parents 2749b7f + f86a23e commit 4de044f
Show file tree
Hide file tree
Showing 6 changed files with 2,602 additions and 1 deletion.
1 change: 1 addition & 0 deletions SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ ELE_LIBS = $(FE)/element/Element.o \
$(FE)/element/dispBeamColumn/DispBeamColumnNL2d.o \
$(FE)/element/dispBeamColumn/DispBeamColumn2dThermal.o \
$(FE)/element/dispBeamColumn/DispBeamColumn3d.o \
$(FE)/element/dispBeamColumn/DispBeamColumnNL3d.o \
$(FE)/element/dispBeamColumn/DispBeamColumnWarping3d.o \
$(FE)/element/dispBeamColumn/DispBeamColumn3dThermal.o \
$(FE)/element/dispBeamColumn/DispBeamColumn2dWithSensitivity.o \
Expand Down
1 change: 1 addition & 0 deletions SRC/classTags.h
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@
#define ELE_TAG_DispBeamColumnNL2d 621
#define ELE_TAG_TimoshenkoBeamColumn2d 63
#define ELE_TAG_DispBeamColumn3d 64
#define ELE_TAG_DispBeamColumnNL3d 640
#define ELE_TAG_DispBeamColumnWarping3d 641
#define ELE_TAG_HingedBeam2d 65
#define ELE_TAG_HingedBeam3d 66
Expand Down
Loading

0 comments on commit 4de044f

Please sign in to comment.