|
12345678910111213141516171819202122232425262728293031323334 |
- # On convergence of linearized stresses in an infinite pipe computed using the finite element method
-
- To compile the report, first clone the case files
-
- ```
- git clone https://gtheler@bitbucket.org/seamplex/pipe-linearize.git
- ```
-
- Then go to `pipe-linearize`, run (might take a while) and plot:
-
- ```
- cd pipe-linearize
- ./run.sh
- ./plot.sh
- ```
-
- Go back to the report’s directory and plot again:
-
- ```
- cd ..
- ./plot.sh
- ```
-
- Now you are ready to make:
-
- ```
- ./make.sh
- ```
-
- ## Dependencies
-
- ### To run
-
- *
|