]> https://gitweb.dealii.org/ - dealii.git/commitdiff
changelog 423/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 12 Jan 2015 18:05:58 +0000 (13:05 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 12 Jan 2015 18:11:38 +0000 (13:11 -0500)
doc/news/changes.h

index c88668592e8afc9bc3143d1137658de809d1eea3..cc881ee869ea9c86c072fc93e3eb8408cd187eaf 100644 (file)
@@ -38,6 +38,13 @@ inconvenience this causes.
 </p>
 
 <ol>
+  <li> Removed: TrilinosWrappers::SparseMatrix copy constructor got removed
+  to be in line with PETSc and dealii::SparseMatrix. You can use reinit()
+  and copy_from().
+  <br>
+  (Timo Heister, 2015/01/12)
+  </li>
+  
   <li> Removed: The following compatibility definitions were removed from
   <code>include/deal.II/base/config.h.in</code> (replacement in brackets):
   - DEAL_II_CAN_USE_CXX11 (new: DEAL_II_WITH_CXX11)
@@ -172,9 +179,17 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
-  <li> New: Triangulation::set_all_manifold_ids() and 
+  <li> New: PETScWrappers::MPI::SparseMatrix::reinit(other) copies
+  the layout of another matrix. TrilinosWrappers::SparseMatrix
+  operator= and copy constructor are now disabled. This brings 
+  functionality between PETSc and Trilinos in line.
+  <br>
+  (Timo Heister, 2015/01/12)
+  </li>
+  
+  <li> New: Triangulation::set_all_manifold_ids() and
   Triangulation::set_all_manifold_ids_on_boundaries()
-  set all manifold ids on every object or on every 
+  set all manifold ids on every object or on every
   boundary object respectively.
   <br>
   (Luca Heltai, 2015/01/12)

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


Typeset in Trocchi and Trocchi Bold Sans Serif.