-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steffen Schotthöfer
committed
Jan 19, 2024
1 parent
300984a
commit 940c3b7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
rm lattice_n20.su2 lattice_n20.con lattice_n40.su2 lattice_n40.con lattice_n80.su2 lattice_n80.con | ||
|
||
gmsh lattice_rectangular_n20.geo -2 -format su2 -save_all -o lattice_n20.su2 | ||
gmsh lattice_rectangular_n40.geo -2 -format su2 -save_all -o lattice_n10.su2 | ||
gmsh lattice_rectangular_n80.geo -2 -format su2 -save_all -o lattice_n10.su2 | ||
gmsh lattice_rectangular_n40.geo -2 -format su2 -save_all -o lattice_n40.su2 | ||
gmsh lattice_rectangular_n80.geo -2 -format su2 -save_all -o lattice_n80.su2 |