AtilaCalculatorSoftware  2.3.4
C++ Interface for Atila fem resources files
AtilaCalculatorSoftware v2.3.4

C++ Interface Software for Atila fem resources files

Documentation available here

screenshot

Complete instructions can be found on the wiki

mkdir build && cd build
cmake ../ # or cmake -DVTK_DIR:PATH=/path/to/vtk/build ../ -Wno-dev
make
./AtilaCalculatorSoftware # or ./AtilaCalculatorSoftware /path/to/data/directory

or using make (assuming vtk is installed globally)

make run

See the project management tab

To apply an enhancement idea, open an issue. Describe the wanted feature as much as possible.

To add a new feature/enhancement:

  • Open an issue as described above
  • Add to your issue a detailed description (needed methods, objects, behavior, ...) (a marked list is always a good idea)
  • Add your enhancement issue to the Features project as a "To Do" item
  • Open a new branch feature/<feature-name>
  • Once the development part is over, perform a pull request from your feature developing branch and do not forget to update the project version

Project under https://github.com/Xisabla/AtilaCalculatorSoftware/blob/master/LICENSE.md "MIT License"