<ol>
+ <li> New: deal.II can now be compiled to 64-bit global dof indices. To turn
+ this feature on, use the cmake option -DDEAL_II_WITH_64BIT_INDICES=ON. If
+ PETSc and/or Trilinos are used, they must be compiled to support 64-bit
+ indices. To write a code that can use 32-bit and 64-bit indices depending on
+ deal.II compilation option, use types::global_dof_index for all the global
+ dof indices.
+ <br>
+ (Kainan Wang and Bruno Turcksin, 2013/06/05)
+ </li>
<li> New: All vector classes now have a member function
<code>locally_owned_elements</code> that returns an index
</p>
<dl>
+ <dt>
+ <strong>2013/06/05: 64-bit version of deal.II</strong>
+ </dt>
+ <dd>
+ Because the global dof index variables in deal.II were of type
+ unsigned int, it was not possible to create a dof_handler with more than
+ 4.3 billions of unknowns. The 64-bit version of deal.II uses unsigned long
+ long int and thus, allows for 18e18 unknowns.
+ </dd>
+
+
<dt>
<strong>2013/03/07: Build system switched to CMake</strong>
</dt>
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