Build instructions
amfe is designed to be cross-platform. Build instructions for each OS is given below. Furthermore some binaries will be given as well.
Compile from source
List of available options
These options can be passed to CMake via the -D
flag. They all default to ON
.
-
USE_VTK
: enable VTK support -
USE_MKL
: enable Intel MKL and Pardiso support (if this is disabled, another BLAS/LAPACK library must be provided) -
USE_MUMPS
: enable MUMPS solver support
Install binaries
Coming someday...