From ec2060cc454064cf43f4d387ad9ffec395ba3d77 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Fri, 22 Mar 2019 13:43:21 +0100 Subject: [PATCH] Add SymEngine to the readme file in the documentation --- doc/readme.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/readme.html b/doc/readme.html index f938801714..6c35741edd 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -604,6 +604,16 @@ -DSUNDIALS_DIR=/path/to/sundials to the deal.II CMake call.

+ +
+ SymEngine
+
+

+ SymEngine is a symbolic manipulation package, implementing the building blocks of a computer algebra system (CAS) similar to SymPy. In particular, it can be used for symbolic differentiation. For using + SymEngine with deal.II, version 0.4 or newer is required. To use a self compiled version, pass + -DSYMENGINE_DIR=/path/to/symengine to the deal.II CMake call. +

+
Threading Building Blocks (TBB)
-- 2.39.5