Skip to content
Snippets Groups Projects
Select Git revision
  • f55633bad0503ecf844c3a10072aaf1d9e92e2f8
  • master default protected
  • relaying
  • overlaps_tags_and_distributed_export
  • alphashapes
  • patches-4.14
  • steplayer
  • bl
  • pluginMeshQuality
  • fixBugsAmaury
  • hierarchical-basis
  • new_export_boris
  • oras_vs_osm
  • reassign_partitions
  • distributed_fwi
  • rename-classes
  • fix/fortran-api-example-t4
  • robust_partitions
  • reducing_files
  • fix_overlaps
  • 3115-issue-fix
  • gmsh_4_14_0
  • gmsh_4_13_1
  • gmsh_4_13_0
  • gmsh_4_12_2
  • gmsh_4_12_1
  • gmsh_4_12_0
  • gmsh_4_11_1
  • gmsh_4_11_0
  • gmsh_4_10_5
  • gmsh_4_10_4
  • gmsh_4_10_3
  • gmsh_4_10_2
  • gmsh_4_10_1
  • gmsh_4_10_0
  • gmsh_4_9_5
  • gmsh_4_9_4
  • gmsh_4_9_3
  • gmsh_4_9_2
  • gmsh_4_9_1
  • gmsh_4_9_0
41 results

ghostRegion.h

Blame
  • 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};