
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  BDC - Block-divide and conquer
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 This directory contains a C translation and adaption of BDC:

     ******BLOCK DIVIDE-AND-CONQUER ALGORITHM*****************
     *     Written by                                        *
     *     Michael Moldaschl and Wilfried Gansterer          *
     *     University of Vienna                              *
     *     last modification: March 16, 2014                 *
     *                                                       *
     *     Small adaptations of the original                 *
     *     version written by                                *
     *     Wilfried Gansterer and Bob Ward,                  *
     *     University of Tennessee                           *
     *     (see https://doi.org/10.1137/S1064827501399432)   *
     *********************************************************

 The translation to C was done with f2c, and edited later to adapt the
 code to PETSc standards.

