项目作者: iharsuvorau

项目描述 :
ParaView Catalyst adapter for Femocs
高级语言: C++
项目地址: git://github.com/iharsuvorau/catalyzing-femocs.git
创建时间: 2020-11-11T11:58:22Z
项目社区:https://github.com/iharsuvorau/catalyzing-femocs

开源协议:

下载


Femocs Catalyst

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:

  1. make

The following library should be installed or compiled:

  • Deal.II 9.2
  • ParaView 5.8 with the Catalyst flag
  • FEMOCS

To specify paths to compiled libraries, pass it to make:

  1. make FEMOCS_DIR=<femocs_dir> PARAVIEW_DIR=<paraview_dir> DEAL_II_DIR=<deal_ii_dir>

To clean the build, run:

  1. make clean