Skip to content

Methods for the manipulation of geometric data, grid generation, and visualization formatting.

License

Notifications You must be signed in to change notification settings

byuflowlab/GeometricTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeometricTools

Methods for the manipulation of geometric data, grid generation, and visualization formatting.

Pic here

Pic here

Pic here

See docs for code documentation and examples for usage examples.

Installation

GeometricTools is in the official Julia registry, so it can be installed directly from the package manager:

] add GeometricTools

Dependencies

  • Paraview : Not needed, but examples call Paraview for visualization of outputs. Installing through apt-get install paraview is not recommended since it may have troubles linking the python libraries, instead follow the official Paraview.

Extra Setup Instructions for MacOS

  • Every example in examples/ call Paraview from the command line as a Julia command wrapper of the form run(``paraview``), requiring Paraview to be accessible from the command line. If you installed Paraview as a precompiled application, Paraview is not accessible from the command line unless you add it into the system path. To do so, add this line to your .bash_profile:
    export PATH=$PATH:/Applications/ParaView-5.4.0.app/Contents/MacOS/
    , where ParaView-5.4.0.app must be replaced by the version you have installed. To verify that Paraview has correctly been added to the system path, opening a new terminal and typing paraview should open up a new Paraview process.

Authorship

About

Methods for the manipulation of geometric data, grid generation, and visualization formatting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •