From 589769a1d38b8c9e51bb8fbea43bf34aeebdaf12 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 17 Nov 2010 15:03:47 +0000 Subject: [PATCH] document Point::unit_vector git-svn-id: https://svn.dealii.org/trunk@22792 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.
    -- 2.39.5