diff --git a/doc/readme.html b/doc/readme.html index f938801714e6..6c35741edd11 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -604,6 +604,16 @@

Optional interfaces to other software packages

-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)