GeometricTools.jl

Methods for the manipulation of geometric data, grid generation, and visualization formatting.
Author byuflowlab
Popularity
9 Stars
Updated Last
1 Year Ago
Started In
November 2017

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

Run the following line in a Julia terminal

Pkg.clone("git@github.com:byuflowlab/GeometricTools.jl.git")

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

Used By Packages