From 2266e9d2869c0561c04a46b4eaff52d18cbc3b3b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 21 Dec 2004 17:37:53 +0000 Subject: [PATCH] fix orientations for Netgen --- benchmarks/3d/Sphere.geo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/3d/Sphere.geo b/benchmarks/3d/Sphere.geo index cdd6c6cf5c..a05b93386d 100644 --- a/benchmarks/3d/Sphere.geo +++ b/benchmarks/3d/Sphere.geo @@ -1,4 +1,4 @@ -lc = .03; +lc = .2; Point(1) = {0.0,0.0,0.0,lc}; Point(2) = {1,0.0,0.0,lc}; Point(3) = {0,1,0.0,lc}; @@ -35,8 +35,8 @@ Ruled Surface(26) = {25}; Line Loop(27) = {4,-12,6}; Ruled Surface(28) = {27}; -Surface Loop(29) = {28,26,16,14,20,24,22,18}; -Complex Volume(30) = {29}; +Surface Loop(29) = {-28,26,16,-14,20,24,-22,18}; +Volume(30) = {29}; Physical Volume(1) = {0,30}; Physical Surface(2) = {14:28:2}; -- GitLab