What is deal.II?
- deal.II is a C++ program library targeted at the computational solution of
- partial differential equations using adaptive finite elements. It uses
- state-of-the-art programming techniques to offer you a modern interface to
- the complex data structures and algorithms required.
+ deal.II is a C++ program library targeted at the computational solution
+ of partial differential equations using adaptive finite elements. It uses
+ state-of-the-art programming techniques to offer you a modern interface
+ to the complex data structures and algorithms required.
For the impatient:
Please see the file LICENSE for details
-For further information have a look at ./doc/readme.html or at
-http://www.dealii.org.
+Further information:
+
+ For further information have a look at ./doc/readme.html or at
+ http://www.dealii.org.
SET_IF_EMPTY(DEAL_II_PACKAGE_NAME "deal.II")
-SET_IF_EMPTY(DEAL_II_PACKAGE_VERSION "8.0.pre") # TODO: Get this value from somewhere else
+FILE(STRINGS "${CMAKE_SOURCE_DIR}/VERSION" _version LIMIT_COUNT 1)
+SET_IF_EMPTY(DEAL_II_PACKAGE_VERSION "${_version}")
SET_IF_EMPTY(DEAL_II_PACKAGE_VENDOR
"The deal.II Authors <http://www.dealii.org/>"
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams