Methods for the manipulation of geometric data, grid generation, and visualization formatting.
See docs
for code documentation and examples
for usage examples.
GeometricTools is in the official Julia registry, so it can be installed directly from the package manager:
] add GeometricTools
- 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.
- Every example in
examples/
call Paraview from the command line as a Julia command wrapper of the formrun(``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
:, whereexport PATH=$PATH:/Applications/ParaView-5.4.0.app/Contents/MacOS/
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 typingparaview
should open up a new Paraview process.
- Author : Eduardo J Alvarez
- Email : Edo.AlvarezR@gmail.com
- Created : Nov 2017
- License : MIT License