Skip to content

Commit

Permalink
fix analysis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Oct 29, 2024
1 parent 7a692a7 commit ae28860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/01_basic/fracture_analysis_contact_debonding.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ def display_image(image_name):
ANALYSIS_SETTINGS.InitialSubsteps = 100
ANALYSIS_SETTINGS.MinimumSubsteps = 100
ANALYSIS_SETTINGS.LargeDeflection = True
ANALYSIS_SETTINGS.SIFS = False
ANALYSIS_SETTINGS.MaterialForce = True

# %%
# Define boundary conditions
Expand Down

0 comments on commit ae28860

Please sign in to comment.