Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Jigsaw-geo notes:
  2.  
  3. ## File description
  4.  
  5. There are 4 main files:
  6. * Spacing file written in column-order (uniform-150km.dat) [written as output for provenance]
  7. * `radA`, `radB`, `radC` major axes of ellipsoid
  8. * `*.msh` output file
  9. * Config file written in output
  10.  
  11. Specification of options:
  12. * `mesh_kern`: `delfront` algorithm is "standard" option
  13. * `mesh_dims`: number of dimensions, e.g., 2 is a surface mesh for 2D simplex (triangles); 3 yields tetrahedrons
  14. * `hfun_scal`: `absolute`: spacing function in absolute coords; `relative`: multiplicative factor for spacition function proportional to sphere radius
  15. * `hfun_hmax`: threshold on max edge length
  16.  
  17. `*.jig` and `*.jcfg` are Jigsaw config files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement