]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2001 08:28:41 +0000 (08:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 May 2001 08:28:41 +0000 (08:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@4727 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2001/c-3-1.html

index 364fdc4826f99b3f984f5394aa8c1e63594f94c8..298c3d77e361d1d2e925cb00bc4729b46adca218 100644 (file)
@@ -441,6 +441,33 @@ documentation, etc</a>.
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p>
+       New:  <code
+       class="member">DoFTools::compute_intergrid_transfer_representation</class>
+       is a function that generates a matrix representation that can
+       be used to transfer data from one grid to one component of the
+       fields on another, finer, grid.
+       <br>
+       (WB 2001/05/24)
+       </p>
+
+  <li> <p>
+       Changed: the  <code class="class">GeometryInfo</class> class
+       has been reverted from a general template that calculates the
+       values of its member variables by recursion/induction to a set
+       of explicitely specialized classes. This seemed necessary since
+       most compilers objected to the old implementation as the
+       declaration of the values of the class required knowledge of
+       the elements of the class with one lower dimension which was,
+       however, only being declared at present except for 1d. Also,
+       allocating space for variables was difficult as that would mean
+       declaring specializations after their first use. The new (and
+       very old) implementation is entirely compatible to the previous
+       one.
+       <br>
+       (WB 2001/05/23)
+       </p>
+
   <li> <p>
        Changed: the classes that denote flags to the <code
        class="class">TimeStepBase_Tria</class> class have been move

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.