Paraview plugins
geos-pv is a Python package that gathers Paraview plugins of GEOS python tools.
It includes:
Mesh quality plugins
GEOS pre-processing tools such as mesh-doctor plugins (not available yet)
GEOS post-processing tools to clean GEOS output mesh, compute geomechanical properties, or create specific plots such as Mohr’s circle plot.
Paraview readers that parse GEOS output log file
The packages can be loaded into Paraview using the Plugin Manager from Tools > Plugin Manager. On success, you will see the selected plugin in the Filters menu (see Paraview documentation).
Alternatively, geos-pv package can be build together with Paraview (see Paraview compilation guide).
It is recommended to use Paraview v5.12+, which is based on python 3.10+. If you need to build geos-pv package with the paraview dependency, use the command:
pip install path/to/geosPythonPackages/geos-pv[paraview]