From: kanschat Date: Wed, 17 Nov 2010 15:03:47 +0000 (+0000) Subject: document Point::unit_vector X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589769a1d38b8c9e51bb8fbea43bf34aeebdaf12;p=dealii-svn.git document Point::unit_vector git-svn-id: https://svn.dealii.org/trunk@22792 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index d318491500..642e959a30 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -254,7 +254,15 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
    -
  1. There are now Patterns::FileName and Patterns::DirectoryName classes + +

  2. A static member function Point::unit_vector() has been introduced +to simplify the task of creating a vector in one coordinate direction +independent of the dimension. +
    +(GK 2010/11/17) +
  3. + +
  4. There are now Patterns::FileName and Patterns::DirectoryName classes that can be used to indicate that a given parameter is supposed to be a file or directory name.