| 1f4df5f7 | 04-May-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: WIP added support for mixed boundary conditions (works for Darcy). Need to check if it works for Stokes.
Multilevel extension does not currently work with mixed BC or a mix of benign and non
PCBDDC: WIP added support for mixed boundary conditions (works for Darcy). Need to check if it works for Stokes.
Multilevel extension does not currently work with mixed BC or a mix of benign and non-benign subdomains. Need to pass the B0 information to coarser levels anyway, because we need to properly compute the no-net-flux condition at coarser levels.
show more ...
|
| 0ee9a668 | 11-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PCMGSetLevels() to NOT set the smoother KSP/PC options on the coarse grid
Reason: It was turning off norm type and convergence test for the coarse grid so if one ran with -mg_coarse_ksp_type
Changed PCMGSetLevels() to NOT set the smoother KSP/PC options on the coarse grid
Reason: It was turning off norm type and convergence test for the coarse grid so if one ran with -mg_coarse_ksp_type gmres it ran with inappropriate GMRES options
Now completely different options are set on the coarse and other levels
Reported-by: Dave May <dave.mayhem23@gmail.com>
show more ...
|