Skip to content

Commit

Permalink
added new asd embedded node element
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed May 11, 2021
1 parent 7576bb3 commit a841c83
Show file tree
Hide file tree
Showing 15 changed files with 1,302 additions and 11 deletions.
1 change: 1 addition & 0 deletions DEVELOPER/core/classTags.h
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@
#define ELE_TAG_NineNodeQuad 207
#define ELE_TAG_EightNodeQuad 208
#define ELE_TAG_SixNodeTri 209
#define ELE_TAG_ASDEmbeddedNodeElement 214 // Massimo Petracca (ASDEA)

#define FRN_TAG_Coulomb 1
#define FRN_TAG_VelDependent 2
Expand Down
3 changes: 2 additions & 1 deletion SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ ELE_LIBS = $(FE)/element/Element.o \
$(FE)/element/PML/PML3D.o \
$(FE)/element/PML/pml_2d.o \
$(FE)/element/PML/PML2D.o \
$(FE)/element/RockingBC/RockingBC.o
$(FE)/element/RockingBC/RockingBC.o \
$(FE)/element/CEqElement/ASDEmbeddedNodeElement.o

# $(FE)/material/nD/Damage2p.o \
# $(FE)/material/nD/Damage2p3D.o \
Expand Down
1 change: 1 addition & 0 deletions SRC/Makefile.incl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ FE_INCLUDES = -I$(FE)/matrix \
-I$(FE)/element/twoNodeLink \
-I$(FE)/element/updatedLagrangianBeamColumn \
-I$(FE)/element/RockingBC \
-I$(FE)/element/CEqElement \
-I$(FE)/element/UWelements \
-I$(FE)/element/HUelements \
-I$(FE)/analysis \
Expand Down
1 change: 1 addition & 0 deletions SRC/classTags.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@
#define ELE_TAG_BeamColumn2DwLHNMYS_Damage 211
#define ELE_TAG_MVLEM_3D 212 // Kristijan Kolozvari
#define ELE_TAG_SFI_MVLEM_3D 213 // Kristijan Kolozvari
#define ELE_TAG_ASDEmbeddedNodeElement 214 // Massimo Petracca (ASDEA)
#define ELE_TAG_ExternalElement 99990


Expand Down
Loading

0 comments on commit a841c83

Please sign in to comment.