-
- Downloads
Merge branch 'feature/fix-fastamg-dirichlet-processing' into 'master'
[amg][bugfix] Fix dirichlet processing in FastAMG 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. This merge commits sets it to true if a diagonal entry is found and nonzero. See merge request !32
No related branches found
No related tags found
Please register or sign in to comment