<ol>
+<li> Fixed: DoFTools::make_flux_sparsity_pattern wasn't prepared to
+deal with adaptively refined meshes in 1d.
+<br>
+(Wolfgang Bangerth, 2012/10/30)
+
<li> New: Added PETScWrappers::PreconditionParaSails and
PETScWrappers::PreconditionNone. PETScWrappers::PreconditionParaSails
implements the interface to use the ParaSails sparse approximate
and also indefinite problems. PETScWrappers::PreconditionNone
implements non-preconditioning in PETSc which can be of use
together with the PETScWrappers::MatrixFree class.
-
<br>
(Martin Steigemann, 2012/10/26)
{
typename DH::cell_iterator neighbor = cell->neighbor(face);
- if (cell_face->has_children())
+ if (neighbor->has_children())
{
for (unsigned int sub_nr = 0;
sub_nr != cell_face->number_of_children();
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