v0.14.0
gmesh_beam.geo
Go to the documentation of this file.
1 // Gmsh project created on Thu Dec 20 09:20:14 2018
2 SetFactory("OpenCASCADE");
3 Box(1) = {0, 0, 0, 10, 1, 1};
4 
5 Physical Volume("ElasticBlock") = {1};
6 Physical Surface("DispBC") = {1};
7 Physical Surface("PressureBC") = {4};