Skip to content
Snippets Groups Projects
Commit aefe990c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 3fe26487
No related branches found
No related tags found
No related merge requests found
// for the symmetric falcon: // for the symmetric falcon:
gmsh falcon_surface.script - // generates remeshed falcon boundary mesh(es) gmsh falcon_surface.script - // generates remeshed falcon boundary mesh(es)
gmsh falcon_volume.script - // generates volume mesh in box around falcon(s) gmsh falcon_volume.script - // generates volume mesh in box around falcon(s)
gmsh partition.script - // partitions the mesh and saves using new physicals gmsh partition.script - // partitions the mesh and saves using new physicals
gmsh split.script - // splits the partitionned mesh into separate files gmsh split.script - // splits the partitionned mesh into separate files
// for the full falcon(s) // for the full falcon(s)
gmsh CreateFullInitialMesh.geo -3 // generates the intial falcon boundary mesh gmsh CreateFullInitialMesh.geo - // generates the intial falcon boundary mesh
gmsh fullfalcon_surface.script - // generates remeshed falcon boundary mesh(es) gmsh fullfalcon_surface.script - // generates remeshed falcon boundary mesh(es)
gmsh fullfalcon_volume.script - // generates volume mesh in box around falcon(s) gmsh fullfalcon_volume.script - // generates volume mesh in box around falcon(s)
gmsh partition.script - // partitions the mesh and saves using new physicals gmsh partition.script - // partitions the mesh and saves using new physicals
gmsh fullsplit.script - // splits the partitionned mesh into separate files gmsh fullsplit.script - // splits the partitionned mesh into separate files
...@@ -3,4 +3,3 @@ lc2 = lc * 5; // volume ...@@ -3,4 +3,3 @@ lc2 = lc * 5; // volume
dd = 2; dd = 2;
TWO_PLANES = 1; TWO_PLANES = 1;
NUM_SLICES = 4; NUM_SLICES = 4;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment