From f316c87296012bc4ac336df980a02b74db9b499e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 3 May 2011 06:26:50 +0000 Subject: [PATCH] pp --- Fltk/classificationEditor.cpp | 2 +- benchmarks/extrude/aorta_extrude.geo | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index b9203faf09..15fd739df1 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -450,7 +450,7 @@ classificationEditor::classificationEditor() : selected(0) const int width = (int)(3.15 * BBB), height = (int)(9.5 * BH); window = new paletteWindow - (width, height, CTX::instance()->nonModalWindows ? true : false, "Reclassify"); + (width, height, CTX::instance()->nonModalWindows ? true : false, "Reclassify 2D"); window->box(GMSH_WINDOW_BOX); int x = WB, y = WB; diff --git a/benchmarks/extrude/aorta_extrude.geo b/benchmarks/extrude/aorta_extrude.geo index 5b41a517b9..91ee2e39ab 100644 --- a/benchmarks/extrude/aorta_extrude.geo +++ b/benchmarks/extrude/aorta_extrude.geo @@ -3,7 +3,10 @@ CreateTopology; Merge "aortaRADIUS2.bgm"; +// create a boundary layer, whose tickness is given in View[0] out1[] = Extrude{Surface{1}; Layers{4, 0.5}; Using Index[0]; Using View[0]; }; + +// we could create a second boundary layer inside... //out2[] = Extrude{Surface{1}; Layers{4, -0.5}; Using Index[1]; Using View[0]; }; Line Loop(60) = {9}; Plane Surface(61) = {60}; -- GitLab