Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk committed Sep 7, 2021
1 parent 2424ef8 commit 19d3831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic Tangent Stiffness Matrix
# Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Explicit Tangent Stiffness Matrix

## Dependencies

Expand Down
6 changes: 6 additions & 0 deletions hard/bondbased2D-plate-hard.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ def __init__(self,h,delta_factor,iter):

self.nodes = np.array(self.nodes)

filehandler = open("bond-based-2d-plate-"+str(self.h)+"-"+str(self.delta_factor)+"-"+"-nodes-hard.npy", "wb")
np.save(filehandler,self.nodes)

sys.exit(1)


self.V = np.empty(len(self.nodes))
self.V.fill(h*h)

Expand Down

0 comments on commit 19d3831

Please sign in to comment.