Skip to content

Commit

Permalink
Adding Timoshenko beam to switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mhscott authored Jul 25, 2024
1 parent 0b14cc1 commit 7dbb50a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SRC/element/PFEMElement/Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,12 @@ Mesh::newElements(const ID &elends) {
case ELE_TAG_DispBeamColumn3d:
OPS_Func = OPS_DispBeamColumn3d;
break;
case ELE_TAG_TimoshenkoBeamColumn2d:
OPS_Func = OPS_TimoshenkoBeamColumn2d;
break;
case ELE_TAG_TimoshenkoBeamColumn3d:
OPS_Func = OPS_TimoshenkoBeamColumn3d;
break;
case ELE_TAG_PFEMElement2DBubble:
OPS_Func = OPS_PFEMElement2DBubble;
break;
Expand Down

0 comments on commit 7dbb50a

Please sign in to comment.