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

pp

parent d7667b57
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment