Skip to content
Snippets Groups Projects

[amg][bugfix] Fix dirichlet processing in FastAMG

Merged Carsten Gräser requested to merge feature/fix-fastamg-dirichlet-processing into master
  1. Mar 08, 2016
    • Carsten Gräser's avatar
      [amg][bugfix] Fix dirichlet processing in FastAMG · da8bed73
      Carsten Gräser authored
      The comment and surroundig code indicate that FastAMG should
      solve during pre() for dirichlet entries. This is determined
      by checking if a row does contain a diagonal entry while
      all other entries are zero.
      
      The check for this was buggy because hasDiagonal was always false.
      Now it's set to true if a diagonal entry is found and nonzero.
      da8bed73
Loading