From 565e55f1dcfd7d7104e139d3686a1ecbfb68135b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 9 Oct 2009 00:34:07 +0000 Subject: [PATCH] List step-35. git-svn-id: https://svn.dealii.org/trunk@19781 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f48cd984df..23d3d0ab16 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -82,6 +82,17 @@ inconvenience this causes.

General

    +
  1. +

    + New: There is now a new tutorial program, @ref step_35 "step-35", + contributed by Abner Salgado-Gonzales, that implements a solver + for the Navier-Stokes equations using a decoupled projection + scheme. +
    + (Abner Salgado-Gonzales 2009/10/07) +

    +
  2. +
  3. New: A report has been added on the @@ -344,9 +355,9 @@ inconvenience this causes.

  4. Improved: The ConstraintMatrix class now uses a cache for random access to - the constraint lines. This considerably increases performance of the + the constraint lines. This considerably increases performance of the *_local_to_global functions, where such an access pattern is usual. Moreover, - the ConstraintMatrix class has now a function get_dof_values that can import + the ConstraintMatrix class has now a function get_dof_values that can import data from a global vector to a cell vector with respecting the constraints.


    -- 2.39.5