ParaView Catalyst adapter for Femocs
The Catalyst adaptor for FEMOCS library for ParaView prior to v5.9 in which Catalyst API has been changed.
To compile the library and the demo program run:
make
The following library should be installed or compiled:
To specify paths to compiled libraries, pass it to make
:
make FEMOCS_DIR=<femocs_dir> PARAVIEW_DIR=<paraview_dir> DEAL_II_DIR=<deal_ii_dir>
To clean the build, run:
make clean