Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 13, 2020 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/397e18371a68dc798a393d175a25ef21 to your computer and use it in GitHub Desktop.
Save r-ryantm/397e18371a68dc798a393d175a25ef21 to your computer and use it in GitHub Desktop.
/nix/store/kxpcsjzwb83fbrf7qa0a2ycycxrxw501-gmsh-4.7.0
├── bin
│   ├── gmsh
│   └── onelab.py
└── share
├── doc
│   └── gmsh
│   ├── CHANGELOG.txt
│   ├── CREDITS.txt
│   ├── demos
│   │   ├── api
│   │   │   ├── adapt_mesh.cpp
│   │   │   ├── adapt_mesh.py
│   │   │   ├── as1-tu-203.stp
│   │   │   ├── bgmesh.pos
│   │   │   ├── boolean.cpp
│   │   │   ├── boolean.py
│   │   │   ├── bspline_bezier_patches.py
│   │   │   ├── bspline_filling.py
│   │   │   ├── closest_point.py
│   │   │   ├── CMakeLists.txt
│   │   │   ├── copy_mesh.py
│   │   │   ├── crack3d.py
│   │   │   ├── crack.py
│   │   │   ├── custom_gui.cpp
│   │   │   ├── custom_gui.py
│   │   │   ├── discrete.cpp
│   │   │   ├── discrete.jl
│   │   │   ├── discrete.py
│   │   │   ├── edges.cpp
│   │   │   ├── explore.cpp
│   │   │   ├── explore.jl
│   │   │   ├── explore.py
│   │   │   ├── faces.cpp
│   │   │   ├── flatten.py
│   │   │   ├── get_data_perf.cpp
│   │   │   ├── get_data_perf.py
│   │   │   ├── glue_and_remesh_stl.py
│   │   │   ├── gui.cpp
│   │   │   ├── gui.jl
│   │   │   ├── gui.py
│   │   │   ├── heal.py
│   │   │   ├── hex.py
│   │   │   ├── import_perf.c
│   │   │   ├── import_perf.cpp
│   │   │   ├── import_perf.jl
│   │   │   ├── import_perf.py
│   │   │   ├── mesh_from_discrete_curve.py
│   │   │   ├── neighbors.py
│   │   │   ├── normals.py
│   │   │   ├── object.stl
│   │   │   ├── onelab_data.c
│   │   │   ├── onelab_data.cpp
│   │   │   ├── onelab_data.py
│   │   │   ├── onelab_test.jl
│   │   │   ├── onelab_test.py
│   │   │   ├── open.cpp
│   │   │   ├── open.py
│   │   │   ├── opt.py
│   │   │   ├── partition.cpp
│   │   │   ├── partition.py
│   │   │   ├── periodic.py
│   │   │   ├── plugin.cpp
│   │   │   ├── plugin.py
│   │   │   ├── poisson.py
│   │   │   ├── README.txt
│   │   │   ├── remesh_stl.py
│   │   │   ├── reparamOnFace.py
│   │   │   ├── simple.c
│   │   │   ├── simple.cpp
│   │   │   ├── simple.py
│   │   │   ├── spherical_surf.jl
│   │   │   ├── spherical_surf.py
│   │   │   ├── spline.cpp
│   │   │   ├── spline.py
│   │   │   ├── split_window.py
│   │   │   ├── square.cpp
│   │   │   ├── square.geo
│   │   │   ├── step_assembly.py
│   │   │   ├── step_boundary_colors.py
│   │   │   ├── step_boundary_colors.stp
│   │   │   ├── surface1.stl
│   │   │   ├── surface2.stl
│   │   │   ├── terrain.py
│   │   │   ├── terrain_stl_data.stl
│   │   │   ├── terrain_stl.py
│   │   │   ├── test.c
│   │   │   ├── test.py
│   │   │   ├── view_combine.py
│   │   │   ├── view.cpp
│   │   │   ├── viewlist.cpp
│   │   │   ├── viewlist.py
│   │   │   ├── view.py
│   │   │   └── volume.py
│   │   ├── boolean
│   │   │   ├── as1-tu-203.stp
│   │   │   ├── baffles.geo
│   │   │   ├── boolean.geo
│   │   │   ├── chamfer.geo
│   │   │   ├── coherence.geo
│   │   │   ├── component8.step
│   │   │   ├── compsolid2.geo
│   │   │   ├── compsolid.geo
│   │   │   ├── extrude2.geo
│   │   │   ├── extrude.geo
│   │   │   ├── fillet2.geo
│   │   │   ├── fillet3.geo
│   │   │   ├── fillet4.geo
│   │   │   ├── fillet_chamfer.geo
│   │   │   ├── fillet.geo
│   │   │   ├── fragment_numbering.geo
│   │   │   ├── hybrid_occ_builtin.geo
│   │   │   ├── import2.geo
│   │   │   ├── import.geo
│   │   │   ├── intersect_line_volume.geo
│   │   │   ├── neuron.geo
│   │   │   ├── periodic_embedded.geo
│   │   │   ├── periodic.geo
│   │   │   ├── pipe.geo
│   │   │   ├── primitives.geo
│   │   │   ├── revolve2.geo
│   │   │   ├── revolve.geo
│   │   │   ├── shell_sewing.geo
│   │   │   ├── simple2.geo
│   │   │   ├── simple3.geo
│   │   │   ├── simple4.geo
│   │   │   ├── simple5.geo
│   │   │   ├── simple6.geo
│   │   │   ├── simple7.geo
│   │   │   ├── simple.geo
│   │   │   ├── slicer.geo
│   │   │   ├── slicer_surfaces.geo
│   │   │   ├── spherical_surf.geo
│   │   │   ├── spline.geo
│   │   │   ├── step_assembly.geo
│   │   │   ├── surface_filling.geo
│   │   │   ├── thicksolid.geo
│   │   │   ├── thrusections.geo
│   │   │   ├── transfinite.geo
│   │   │   ├── transform.geo
│   │   │   └── twist.geo
│   │   ├── post_processing
│   │   │   ├── anim.script
│   │   │   ├── compute_area_volume.geo
│   │   │   ├── encode.script
│   │   │   ├── isosurf.script
│   │   │   ├── lowmem-anim.geo
│   │   │   ├── multislice.script
│   │   │   ├── plot2d.geo
│   │   │   ├── primitives.pos
│   │   │   ├── rotate.script
│   │   │   ├── title.script
│   │   │   └── view_groups.geo
│   │   ├── simple_geo
│   │   │   ├── antenna.geo
│   │   │   ├── antenna.i1
│   │   │   ├── cone.geo
│   │   │   ├── cube.geo
│   │   │   ├── filter.geo
│   │   │   ├── hex.geo
│   │   │   ├── homology.geo
│   │   │   ├── indheat.geo
│   │   │   ├── machine.geo
│   │   │   ├── machine.i1
│   │   │   ├── machine.i2
│   │   │   ├── piece-extr.geo
│   │   │   ├── piece-extr-rec.geo
│   │   │   ├── piece.geo
│   │   │   ├── pripyrtet.geo
│   │   │   ├── sphere-discrete.geo
│   │   │   ├── sphere.geo
│   │   │   ├── sphere-surf.stl
│   │   │   ├── splines.geo
│   │   │   ├── square_regular.geo
│   │   │   ├── tower.geo
│   │   │   ├── tower.i1
│   │   │   ├── tower.i2
│   │   │   ├── tower.i3
│   │   │   ├── tower.i4
│   │   │   ├── tower.i5
│   │   │   └── transfinite.geo
│   │   └── struct
│   │   ├── Exists_GetForced.geo
│   │   └── struct.geo
│   ├── LICENSE.txt
│   ├── README.txt
│   └── tutorial
│   ├── c
│   │   ├── README.txt
│   │   └── t1.c
│   ├── c++
│   │   ├── README.txt
│   │   ├── t10.cpp
│   │   ├── t11.cpp
│   │   ├── t12.cpp
│   │   ├── t13.cpp
│   │   ├── t14.cpp
│   │   ├── t15.cpp
│   │   ├── t16.cpp
│   │   ├── t17.cpp
│   │   ├── t18.cpp
│   │   ├── t19.cpp
│   │   ├── t1.cpp
│   │   ├── t20.cpp
│   │   ├── t21.cpp
│   │   ├── t2.cpp
│   │   ├── t3.cpp
│   │   ├── t4.cpp
│   │   ├── t5.cpp
│   │   ├── t6.cpp
│   │   ├── t7.cpp
│   │   ├── t8.cpp
│   │   ├── t9.cpp
│   │   ├── x1.cpp
│   │   ├── x2.cpp
│   │   ├── x3.cpp
│   │   └── x4.cpp
│   ├── julia
│   │   ├── README.txt
│   │   ├── t10.jl
│   │   ├── t16.jl
│   │   ├── t1.jl
│   │   ├── t2.jl
│   │   ├── t3.jl
│   │   ├── t4.jl
│   │   └── t5.jl
│   ├── python
│   │   ├── README.txt
│   │   ├── t10.py
│   │   ├── t11.py
│   │   ├── t12.py
│   │   ├── t13.py
│   │   ├── t14.py
│   │   ├── t15.py
│   │   ├── t16.py
│   │   ├── t17.py
│   │   ├── t18.py
│   │   ├── t19.py
│   │   ├── t1.py
│   │   ├── t20.py
│   │   ├── t21.py
│   │   ├── t2.py
│   │   ├── t3.py
│   │   ├── t4.py
│   │   ├── t5.py
│   │   ├── t6.py
│   │   ├── t7.py
│   │   ├── t8.py
│   │   ├── t9.py
│   │   ├── x1.py
│   │   ├── x2.py
│   │   ├── x3.py
│   │   └── x4.py
│   ├── README.txt
│   ├── t10.geo
│   ├── t11.geo
│   ├── t12.geo
│   ├── t13_data.stl
│   ├── t13.geo
│   ├── t14.geo
│   ├── t15.geo
│   ├── t16.geo
│   ├── t17_bgmesh.pos
│   ├── t17.geo
│   ├── t18.geo
│   ├── t19.geo
│   ├── t1.geo
│   ├── t20_data.step
│   ├── t20.geo
│   ├── t21.geo
│   ├── t2.geo
│   ├── t3.geo
│   ├── t4.geo
│   ├── t4_image.png
│   ├── t5.geo
│   ├── t6.geo
│   ├── t7_bgmesh.pos
│   ├── t7.geo
│   ├── t8.geo
│   ├── t9.geo
│   ├── view1.pos
│   ├── view2.pos
│   ├── view3.pos
│   ├── view4.pos
│   └── view5.msh
└── man
└── man1
└── gmsh.1.gz
17 directories, 270 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment