| 83dc3634 | 22-Mar-2021 |
Pierre Jolivet <pierre@joliv.et> |
SNESView_NASM(): rm same_local_solves/use PVFormat
Only solver information from rank 0 are now displayed, even when calling SNESNASMSetSubdomains(). To display solver information from all ranks, use
SNESView_NASM(): rm same_local_solves/use PVFormat
Only solver information from rank 0 are now displayed, even when calling SNESNASMSetSubdomains(). To display solver information from all ranks, use PETSC_VIEWER_ASCII_INFO_DETAIL, e.g., -snes_view ::ascii_info_detail
show more ...
|