From aefe990caf1fdd6399f7a22212be6b1ebfa8ed2c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 20 Oct 2015 17:49:03 +0000 Subject: [PATCH] --- benchmarks/3d_large/Falcon/README.txt | 11 +++++------ benchmarks/3d_large/Falcon/param.geo | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/benchmarks/3d_large/Falcon/README.txt b/benchmarks/3d_large/Falcon/README.txt index 72358f9c72..a7d3830b09 100644 --- a/benchmarks/3d_large/Falcon/README.txt +++ b/benchmarks/3d_large/Falcon/README.txt @@ -1,15 +1,14 @@ // for the symmetric falcon: -gmsh falcon_surface.script - // generates remeshed falcon boundary mesh(es) -gmsh falcon_volume.script - // generates volume mesh in box around falcon(s) +gmsh falcon_surface.script - // generates remeshed falcon boundary mesh(es) +gmsh falcon_volume.script - // generates volume mesh in box around falcon(s) gmsh partition.script - // partitions the mesh and saves using new physicals gmsh split.script - // splits the partitionned mesh into separate files // for the full falcon(s) -gmsh CreateFullInitialMesh.geo -3 // generates the intial falcon boundary mesh -gmsh fullfalcon_surface.script - // generates remeshed falcon boundary mesh(es) -gmsh fullfalcon_volume.script - // generates volume mesh in box around falcon(s) +gmsh CreateFullInitialMesh.geo - // generates the intial falcon boundary mesh +gmsh fullfalcon_surface.script - // generates remeshed falcon boundary mesh(es) +gmsh fullfalcon_volume.script - // generates volume mesh in box around falcon(s) gmsh partition.script - // partitions the mesh and saves using new physicals gmsh fullsplit.script - // splits the partitionned mesh into separate files - diff --git a/benchmarks/3d_large/Falcon/param.geo b/benchmarks/3d_large/Falcon/param.geo index 4e3a2894ae..9a5230bff1 100644 --- a/benchmarks/3d_large/Falcon/param.geo +++ b/benchmarks/3d_large/Falcon/param.geo @@ -3,4 +3,3 @@ lc2 = lc * 5; // volume dd = 2; TWO_PLANES = 1; NUM_SLICES = 4; - -- GitLab