From 4ef45fc8ddede7f69b2431841e2038dd52aae7c7 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 15 Sep 2005 12:32:45 +0000 Subject: [PATCH] static linking of PETSc libraries. Several typos fixed. git-svn-id: https://svn.dealii.org/branches/Branch-5-2@11449 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/5.1.0-vs-5.2.0.html | 48 +++++++++++++++++----------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/deal.II/doc/news/5.1.0-vs-5.2.0.html b/deal.II/doc/news/5.1.0-vs-5.2.0.html index 58bd8b58c3..12fe966143 100644 --- a/deal.II/doc/news/5.1.0-vs-5.2.0.html +++ b/deal.II/doc/news/5.1.0-vs-5.2.0.html @@ -53,7 +53,7 @@ inconvenience this causes. matrix. However, this doesn't work in general: the elimination of hanging node constraints could re-populate rows and columns that had already been vacated during boundary node - elimination. At the end of a long though process, we came to + elimination. At the end of a long thought process, we came to the conclusion that it is impossible to revert the traditional order of operations: first eliminate all hanging node constraints, then eliminate all boundary nodes. This leads to a @@ -132,7 +132,7 @@ inconvenience this causes.
  • Changed: Multigrid::Multigrid receives an argument - determining the type of multigrid cycle istead of the minimum + determining the type of multigrid cycle instead of the minimum and maximum levels. The latter were rarely used anyway and can be modified by set_minlevel() and set_maxlevel() @@ -153,6 +153,14 @@ inconvenience this causes. (WB 2005/09/09)

    +
  • + Fixed: The linking of PETSc libraries into the static + libpetsc.g.a and libpetsc.a libraries + (located in deal.II/lib) has now been fixed. +
    + (RH 2005/08/26) +

    +
  • New: The step-18 example program shows how to solve a quasi-static elasticity problem with moving meshes, and this all in parallel. @@ -301,7 +309,7 @@ inconvenience this causes.

  • Changed: ParameterHandler::get_bool() only accepted "true" or "false" as boolean values, now it also considers "yes" - and "no" as "true" and "false" respectively. + and "no" as "true" and "false", respectively.
    (Ralf B. Schulz, 2005/07/19)

    @@ -324,10 +332,10 @@ inconvenience this causes.

  • - Improved: The QProjector has functions - project_to_face and - project_to_subface - returning a Quadrature object + Improved: The QProjector now has + functions project_to_face and project_to_subface returning a Quadrature object
    (GK, 2005/07/12)

    @@ -575,7 +583,7 @@ inconvenience this causes.
  • Fixed: The PETScWrappers::MPI::SparseMatrix class had functions that allow to take a pre-existing sparsity pattern - as the basis for entry allocation. These function had an option to + as the basis for entry allocation. These functions had an option to allow pre-setting these entries in the underlying data structures, but this option was disabled by default because of unresolved questions about its effectiveness. This has now been fixed: The code now properly @@ -672,11 +680,12 @@ inconvenience this causes.

  • Fixed: It was possible to compare iterators into different - DoFHandler objects for equality and inequality as long as - the underlying triangulation object was the same. This doesn't make much - sense, however, and even sometimes declared to iterators equal if only - they had the same triangulation, refinement level, and index. Comparing - iterators into different containers is now completely disallowed. + DoFHandler objects for equality and + inequality as long as the underlying triangulation object was + the same. This doesn't make much sense, however, and even + sometimes declared to iterators equal if only they had the same + triangulation, refinement level, and index. Comparing iterators + into different containers is now completely disallowed.
    (WB, 2005/08/08)

    @@ -728,7 +737,7 @@ inconvenience this causes. Improved: Triangulation<3>::create_triangulation now checks that all - cell have positive volume. If not, an exception is thrown. In + cells have positive volume. If not, an exception is thrown. In that case use the GridReordering::invert_all_cells_of_negative_grid @@ -842,7 +851,7 @@ inconvenience this causes.

  • - New: The DataOut + New: The DataOut class now supports Eulerian Mappings. If a solution is computed on a deformed mesh, the output file generated by the DataOut now shows the solution also on the deformed mesh. This @@ -853,10 +862,11 @@ inconvenience this causes.

  • - New: The MappingQ1Eulerian - can now cope with different vector types fot the Euler vector. - This is useful if it should be used with the PetSC wrapper classes. - The desired vector type can be specified as template parameter. + New: The MappingQ1Eulerian class can + now cope with different vector types for the Euler vector. + This is useful if it should be used with the PETSc wrapper + classes. The desired vector type can be specified as template + parameter.
    (Oliver Kayser-Herold, 2005/05/31)

    -- 2.39.5