From: hartmann Date: Thu, 15 Jun 2006 12:26:23 +0000 (+0000) Subject: New TriaObjectAccessor::lines and quads functions. Fix indentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d7becd75e03c7230189fb4c9a24e2050cb221b;p=dealii-svn.git New TriaObjectAccessor::lines and quads functions. Fix indentation. git-svn-id: https://svn.dealii.org/trunk@13261 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 3f599af85d..e34397eaf9 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -708,21 +708,40 @@ inconvenience this causes.

deal.II

    +
  1. + New: There are now new internal TriaObjectAccessor<1,dim>::lines() and TriaObjectAccessor<2,dim>::quads() functions. By using these + functions, 30 function specializations could have been removed, + significantly reducing code duplication. +
    + (RH 2006/06/13) +

    +
  2. New: Function VectorTools::create_point_source_vector to calculate the projection + class="member">create_point_source_vector to calculate the projection of a Dirac pulse on the base functions. This models a point source as used in the calculations of Green's functions and can also be used to extract the value of a finite element solution in a single point. +
    + (Ralf B. Schulz, 2006/05/15) +

    +
  3. - Changed: Functions VectorTools::point_value and VectorTools::point_difference using the old interface without - boundary mapping were replaced by wrapper functions calling the new - versions. + Changed: Functions VectorTools::point_value and VectorTools::point_difference using the old interface + without boundary mapping were replaced by wrapper functions + calling the new versions.
    (Ralf B. Schulz, 2006/05/15)

    +
  4. Changed: The old version of GridTools::find_active_cell_around_point has been replaced @@ -734,6 +753,7 @@ inconvenience this causes.
    (Ralf B. Schulz, 2006/05/12)

    +
  5. Improved: The functions VectorTools::point_value and VectorTools:: (Ralf B. Schulz, 2006/05/11)

    +
  6. New: In GridTools, several functions have been added. GridTools::find_closest_vertex searches for the vertex