From: Ralf Hartmann Date: Thu, 12 Oct 2000 13:51:56 +0000 (+0000) Subject: New transform_unit_to_real_cell and transform_real_to_unit_cell functions in FiniteEl... X-Git-Tag: v8.0.0~19997 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13a6d799141b60c943454205600900413629454;p=dealii.git New transform_unit_to_real_cell and transform_real_to_unit_cell functions in FiniteElement git-svn-id: https://svn.dealii.org/trunk@3435 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index cbcae6a68b..4ef67b4b7c 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -469,6 +469,19 @@ documentation, etc.

deal.II

    +
  1. + New: The FiniteElement has got two + new functions transform_unit_to_real_cell + and transform_real_to_unit_cell + . They allow to transform points from reference (unit) + cell to real cell and visa versa. transform_real_to_unit_cell involves a + Newton iteration and works for all dimensions and all mappings + used to transform from unit to real cell. +
    + (Ralf Hartmann 2000/10/12) +

    +
  2. Extended: The Triangulation class can handle boundary information in 3d as well