Skip to content
Snippets Groups Projects
Select Git revision
  • e8949e6257949e7ecd036e57e33541cd244cad86
  • master default protected
  • hierarchical-basis
  • revert-ef4a3a4f
  • patch_releases_4_14
  • overlaps_tags_and_distributed_export
  • overlaps_tags_and_distributed_export_rebased
  • relaying
  • alphashapes
  • steplayer
  • bl
  • pluginMeshQuality
  • fixBugsAmaury
  • new_export_boris
  • oras_vs_osm
  • reassign_partitions
  • distributed_fwi
  • rename-classes
  • fix/fortran-api-example-t4
  • robust_partitions
  • reducing_files
  • 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

fourierProjectionFace.h

Blame
  • BL0.geo 457 B
    l = .2;
    Point(7) = {-1.4, 0.5, 0, l};
    Point(8) = {-1.4, -1.1, 0, l};
    Point(9) = {1.4, -1.1, 0, l};
    Point(10) = {1.4, 0.5, 0, l};
    Line(2) = {7, 10};
    Line(3) = {9, 10};
    Line(4) = {9, 8};
    Line(5) = {8, 7};
    Line Loop(7) = {2,-3,4,5};
    Plane Surface(8) = {7};
    Field[1] = BoundaryLayer;
    Field[1].CurvesList = {4};
    Field[1].SizeFar = 0.1;
    Field[1].Size = 0.005;
    Field[1].Thickness = 0.1;
    Field[1].Ratio = 1.4;
    Field[1].NodesList = {8, 9};
    
    BoundaryLayer Field = 1;