| #
1b2b9847
|
| 19-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Slightly improved the handling of PCFailedReason on multiple ranks
pc->failedreasonrank now contains the failed reason from the current rank pc->failedreason continues the unified common value colle
Slightly improved the handling of PCFailedReason on multiple ranks
pc->failedreasonrank now contains the failed reason from the current rank pc->failedreason continues the unified common value collected in KSPCheckNorm/Dot This parallel code can check the common value and be sure to do the same action on each process Also printed message now provide the accurate value instead of the value on rank 0
Changed KSPReasonView() and KSPReasonViewFromOptions() to KSPCOnvergeReasonView() and KSPConvergedReasonViewFromOptions()
Added the PetscViewerFormat argument to the public KSPReasonViewFromOptions() and removed the private function
Removed some off the PCFailedReaon processing code from KSPSolve_PREONLY since buggily assumed the same reason all ranks
The error message on KSP failure now also prints the PCFailedReason if appropriate
Needed to add a new alt file
Reported-by: Yu, Xiangyu <Xiangyu.Yu@bp.com>
show more ...
|
| #
ebdecf78
|
| 29-Jul-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-pcmatapply-asm' into 'master'
PCASM, PCSPAI, and PCGASM: add PCMatApply()
See merge request petsc/petsc!2959
|
| #
c41ea70e
|
| 06-Jul-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
KSPMatSolve() + PCMatApply(): minor fixes
|
| #
c67404b8
|
| 29-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-pcmatapply' into 'master'
PC: add ops->matapply
See merge request petsc/petsc!2917
|
| #
c677e75f
|
| 28-Jun-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
New PC operation/event: matapply/PCMatApply
|
| #
2bcef1f2
|
| 12-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
ac852f61
|
| 11-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-nasty-bug-from-gamg' into 'maint'
fix nasty bug from pcgamg
See merge request petsc/petsc!2850
|
| #
a69c7061
|
| 10-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
f6b4d189
|
| 31-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-ksp-converged-default-maxits' into 'master'
feature ksp converged default maxits
See merge request petsc/petsc!2821
|
| #
f9177522
|
| 28-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
PC: missing checks
|
| #
d1a08c99
|
| 16-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
KSP/PC: Fix 0 ->NULL for pointers
See merge request petsc/petsc!2794
|
| #
0a545947
|
| 14-May-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
KSP/PC: Fix 0 ->NULL for pointers
|
| #
9e31fb84
|
| 16-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/binary-io' into 'master'
Binary IO Enhancements
See merge request petsc/petsc!2594
|
| #
f253e43c
|
| 09-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscBinaryWrite: Remove `istemp` boolean flag
|
| #
6b541e4b
|
| 15-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
4bcad6c2
|
| 15-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-documentation' into 'maint'
Typos + nonexistent functions + "Not yet cataloged"
See merge request petsc/petsc!2527
|
| #
7243573d
|
| 14-Feb-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Typos+nonexistent functions+"Not yet cataloged"
|
| #
0fb3d36f
|
| 17-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
232966b6
|
| 17-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matnest-fieldsplit-maint' into 'maint'
Fix matnest and fieldsplit
See merge request petsc/petsc!2364
|
| #
e09df74d
|
| 09-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
6dd80bde
|
| 04-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
32db6ff3
|
| 29-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-11-26/bug-pcsetcoordinates-fortran/maint' into 'maint'
Since the coords argument was written as * insead of [] sowing generates the wrong interface
See merge request petsc/
Merge branch 'barry/2019-11-26/bug-pcsetcoordinates-fortran/maint' into 'maint'
Since the coords argument was written as * insead of [] sowing generates the wrong interface
See merge request petsc/petsc!2334
show more ...
|
| #
60dcd0bd
|
| 26-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Since the coords argument was written as * insead of [] sowing generates the wrong interface
Commit-type: bug-fix Reported-by: Mehmet Sahin <msahin@itu.edu.tr>
|
| #
30557576
|
| 25-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
d8e9ee5d
|
| 25-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-more-typo' into 'maint'
More typos
See merge request petsc/petsc!2326
|