From a13a6d799141b60c943454205600900413629454 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 12 Oct 2000 13:51:56 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/2000/c-3-0.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5