[cig-commits] commit 2276 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Jan 21 10:34:37 PST 2014


Revision 2276

mention PETSc support in changes

U   trunk/aspect/doc/modules/changes.h


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2276&peg=2276

Diff:
Modified: trunk/aspect/doc/modules/changes.h
===================================================================
--- trunk/aspect/doc/modules/changes.h	2014-01-21 18:27:57 UTC (rev 2275)
+++ trunk/aspect/doc/modules/changes.h	2014-01-21 18:34:17 UTC (rev 2276)
@@ -8,6 +8,13 @@
 </p>
 
 <ol>
+
+  <li>New: Linear algebra can be done using PETSc instead of Trilinos. For
+  this deal.II needs to be configured with PETSc and the define USE_PETSC
+  needs to be set in global.h. This feature is still experimental.
+  <br>
+  (Timo Heister 2014/01/21)
+
   <li>Fixed: On systems where one needs to link executables statically
   (for example on big clusters), it is not possible to load additional
   plugins via external shared libraries. This is now disabled and any


More information about the CIG-COMMITS mailing list