set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "AMDiS (Adaptive Multi-Dimensional Simulations) - a C++ library to solve partial differential equations using adaptive finite elements. The main features of AMDiS are:
.
- full adaptive meshes in 1D, 2D and 3D
- adaptive time stepping strategies for time dependent equations
- uses high performance Krylov subspace solvers from MTL4 and the direct solvers UMFPACK and Intel's Pardiso
- parallelization of the overall finite element method with excelent scaling up to several thounds of processors
- uses PETSc for solving parallel distributed linear systems
- easy to use interface, no additional effort to run code in parallel!
.
The library is compiled with ${COMPILER_VERSION} and compiled/linked with boost ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}.")