Skip to content
Snippets Groups Projects
Select Git revision
  • b4641e3d3a4a2b99d65314a92e901f2bc61d284f
  • master default
  • library-names
  • fix_script_header
  • fix_libdir
  • fix_cmake_hdf5
  • partition
  • cgnsUnstructured
  • partitioning
  • HighOrderBLCurving
  • gmsh_3_0_5
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
30 results

tt5.geo

Blame
  • Forked from gmsh / gmsh
    Source project has a limited visibility.
    tt5.geo 491 B
    Point(1) = {0.0,0.0,0.0,1.0};
    Point(2) = {1,0.0,0.0,1.0};
    Point(3) = {.5,.1,0.0,1.0};
    Point(4) = {.5,.2,0.0,1.0};
    Point(5) = {0,.5,0.0,1.0};
    Point(6) = {1,.55,0.0,1.0};
    Point(7) = {0,0,1,1.0};
    
    Line(1) = {2,6};
    Line(2) = {5,1};
    Spline(3) = {1,3,2};
    Spline(4) = {5,4,6};
    
    Point(8) = {0,.5,1,1.0};
    Point(9) = {1,.5,1,1.0};
    Point(10) = {1,0,1,1.0};
    
    Line(7) = {6,9};
    Line(8) = {9,10};
    Line(9) = {10,2};
    Line(10) = {10,7};
    Line(11) = {7,1};
    Line(12) = {5,8};
    Line(13) = {8,7};
    Line(14) = {8,9};