-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from dengwirda/dev
Update to jigsaw-0.9.15.x II
- Loading branch information
Showing
145 changed files
with
33,453 additions
and
5,816 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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
# | ||
# AIRFOIL.JIG: simple airfoil | ||
# | ||
|
||
# To run on WIN platforms: | ||
# | ||
# bin\jigsaw.exe geo\airfoil.jig | ||
# | ||
# To run on LNX platforms: | ||
# | ||
# bin/jigsaw geo/airfoil.jig | ||
# | ||
# from jigsaw root folder. | ||
# | ||
|
||
GEOM_FILE = geo/airfoil.msh | ||
MESH_FILE = out/airfoil.msh | ||
VERBOSITY = 1 | ||
GEOM_FEAT = TRUE | ||
MESH_TOP1 = TRUE | ||
MESH_DIMS = 2 | ||
HFUN_HMAX = 0.01 | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# | ||
# BUNNY.JIG: stanford bunny | ||
# | ||
|
||
# To run on WIN platforms: | ||
# | ||
# bin\jigsaw.exe geo\bunny.jig | ||
# | ||
# To run on LNX platforms: | ||
# | ||
# bin/jigsaw geo/bunny.jig | ||
# | ||
# from jigsaw root folder. | ||
# | ||
|
||
GEOM_FILE = geo/bunny.msh | ||
MESH_FILE = out/bunny.msh | ||
VERBOSITY = 1 | ||
MESH_DIMS = 2 | ||
HFUN_HMAX = 0.0125 | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
# | ||
# EARTH.JIG: mesh coastlines | ||
# | ||
|
||
# To run on WIN platforms: | ||
# | ||
# bin\jigsaw.exe geo\earth.jig | ||
# | ||
# To run on LNX platforms: | ||
# | ||
# bin/jigsaw geo/earth.jig | ||
# | ||
# from jigsaw root folder. | ||
# | ||
|
||
GEOM_FILE = geo/earth.msh | ||
MESH_FILE = out/earth.msh | ||
VERBOSITY = 1 | ||
MESH_DIMS = 1 | ||
GEOM_SEED = 256 | ||
HFUN_HMAX = 0.005 | ||
|
||
|
||
|
Oops, something went wrong.