Skip to content
Snippets Groups Projects

Cosserat-Continuum-Nonplanar

Compare and Show latest version
2 files
+ 18
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
import math
file = open(r"cylinder10.msh","w+")
file = open(r"cylinder.msh","w+")
file.write("$MeshFormat\n")
file.write("2.2 0 8\n")
Loading