]> https://gitweb.dealii.org/ - dealii.git/commitdiff
dimension variable added to several GridClasses. Unnecessary template argument remove...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 27 Feb 2006 16:43:39 +0000 (16:43 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 27 Feb 2006 16:43:39 +0000 (16:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@12513 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.html

index 94f05b9ccf2fb33551e283899d3df930515a57e8..a531f66998b5e0f6da8f5ee611239aa6d0d00145 100644 (file)
@@ -44,6 +44,17 @@ inconvenience this causes.
 
 
 <ol>
+  <li> <p>
+       Changed: The template argument of the <code
+       class="class">InterGridMap</code> class has been changed. Code
+       like e.g. <code
+       class="class">InterGridMap&lt;DoFHandler,2&gt;</code> must be
+       replaced by <code
+       class="class">InterGridMap&lt;DoFHandler&lt;2&gt; &gt;</code>.
+       <br> 
+       (RH 2006/02/27)
+       </p>
+
   <li> <p>
        Changed: The <code>DoFObjectAccessor</code> and derived classes
        used to take only the space dimension and the dimension of the
@@ -484,6 +495,20 @@ inconvenience this causes.
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p>
+       Improved: The <code class="class">Triangulation</code>, <code
+       class="class">PersistentTriangulation</code>, <code
+       class="class">DoFHandler</code>, <code
+       class="class">hp::DoFHandler</code> and <code
+       class="class">MGDoFHandler</code> classes now all have a <code
+       class="member">dimension</code> variable which allows to ask
+       the template argument <tt>dim</tt> by
+       <class="class">SomeClass</code>::<code
+       class="member">dimension</code>.
+       <br> 
+       (RH 2006/02/27)
+       </p>
+
   <li> <p>
        Fixed: When used, the copy constructor of <code
        class="class">MappingQ</code> would lead to memory

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.