Skip to content

Commit

Permalink
organization: postprocessing for HelicalBuckling
Browse files Browse the repository at this point in the history
This commit adds a new script for post-processing functions used by
HelicalBuckling test cases. Computation of norms and errors as well as
plotting envelope are now done with the functions inside
`helicalbuckling_postprocessing.py`. Also `.gitignore` is modified to
discard `*.png` and `*.dat` files.
  • Loading branch information
armantekinalp committed Dec 13, 2019
1 parent 9297c19 commit 514a6a6
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 364 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,9 @@ stretching_rod.py
bent_butterfly_rod.py
timoshenko_beam.py
sample_prog.py

# Figures and pictures
*.png

# data files
*.dat
206 changes: 0 additions & 206 deletions HelicalBucklingCase/HelicalBuckling.py

This file was deleted.

Loading

0 comments on commit 514a6a6

Please sign in to comment.