From 0ea1d6a2b68740e17d494a3f96f820371a89d3d2 Mon Sep 17 00:00:00 2001 From: Amaury Johnan <amjohnen@gmail.com> Date: Tue, 20 Oct 2015 10:56:32 +0000 Subject: [PATCH] choi.geo was not well-defined + add readme magnetron + precision in readme Falcon --- benchmarks/3d_large/Falcon/README.txt | 1 + benchmarks/3d_large/choi.geo | 6 +++--- benchmarks/3d_large/magnetron/README.txt | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 benchmarks/3d_large/magnetron/README.txt diff --git a/benchmarks/3d_large/Falcon/README.txt b/benchmarks/3d_large/Falcon/README.txt index eb3850f172..72358f9c72 100644 --- a/benchmarks/3d_large/Falcon/README.txt +++ b/benchmarks/3d_large/Falcon/README.txt @@ -7,6 +7,7 @@ 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 partition.script - // partitions the mesh and saves using new physicals diff --git a/benchmarks/3d_large/choi.geo b/benchmarks/3d_large/choi.geo index 5b78a0190d..01b0ed45d9 100644 --- a/benchmarks/3d_large/choi.geo +++ b/benchmarks/3d_large/choi.geo @@ -595,7 +595,7 @@ Point(390) = {-6.34,8,25.06,mc}; Point(391) = {-5.17,8,23.00,mc}; Point(392) = {-0.31,8,21.90,mc}; -Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},3.14159/2} { +Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},-3.14159/2} { Duplicata { Point{381}; Point{382}; Point{383}; Point{384}; Point{385}; Point{386}; Point{387}; Point{388}; Point{389}; Point{390}; @@ -604,7 +604,7 @@ Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},3.14159/2} { } Coherence; -Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},3.14159/2} { +Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},-3.14159/2} { Duplicata { Point{393}; Point{394}; Point{395}; Point{396}; Point{397}; Point{398}; Point{399}; Point{400}; Point{401}; Point{402}; @@ -613,7 +613,7 @@ Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},3.14159/2} { } Coherence; -Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},3.14159/2} { +Rotate{{0.0,1.0,0.0},{0.0,0.0,0.0},-3.14159/2} { Duplicata { Point{405}; Point{406}; Point{407}; Point{408}; Point{409}; Point{410}; Point{411}; Point{412}; Point{413}; Point{414}; diff --git a/benchmarks/3d_large/magnetron/README.txt b/benchmarks/3d_large/magnetron/README.txt new file mode 100644 index 0000000000..a76ed4d1ed --- /dev/null +++ b/benchmarks/3d_large/magnetron/README.txt @@ -0,0 +1,13 @@ +There are three types of magnetron. + + +To mesh them: + +1) gmsh magnetron0.geo -3 + +2) gmsh magnetron1.geo -3 + gmsh magnetron1-full.geo -3 + +3) gmsh magnetron2.geo -3 + gmsh magnetron2-full.geo -3 + -- GitLab