| #
f560b561
|
| 14-Jun-2021 |
Hong Zhang <hzhang@mcs.anl.gov> |
address issues raised by Barry for MR3821 fix a comment in mumps.c add PCSetPreSolve(); rm several private '#include'; cleanup KKTAddShifts(), PCPreSolve_PDIPM(), TaoSetup_PDIPM() add 'requires: mump
address issues raised by Barry for MR3821 fix a comment in mumps.c add PCSetPreSolve(); rm several private '#include'; cleanup KKTAddShifts(), PCPreSolve_PDIPM(), TaoSetup_PDIPM() add 'requires: mumps' to src/tao/constrained/tutorials/ex1.c' -- pdipm cannot handle zeropivot yet update ex1 for distributed Hessian and Jacobians update webmanual update tao->gnorm0 and tao->step = mu in TaoSNESFunction_PDIPM_residual()
show more ...
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
b54dd435
|
| 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
92bda57a
|
| 27-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-dimensions-monitor' into 'release'
KSPLSQR/KSPMatSolve/PCMatApply
See merge request petsc/petsc!4171
|
| #
bd82155b
|
| 25-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCMatApply: fix swapped dimensions
|
| #
ae6adb75
|
| 17-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c548142f
|
| 15-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-pcapply-dim-check' into 'release'
PCApply: fix swapped dimensions to check
See merge request petsc/petsc!4131
|
| #
540bdfbd
|
| 23-Jun-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PCApply: fix swapped dimensions to check;
improve error messages
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
005520e9
|
| 13-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-03-26/clang-static-linter' into 'main'
Feature: libClang PETSc Macro Static Analyzer
See merge request petsc/petsc!3773
|
| #
064a246e
|
| 11-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX f
Linter using libClang that checks PetscValidHeaderSpecifcType, PetscValidHeaderSpecific, PetscValidHeader, PetscValid[XXX]Pointer, PetscValidType, PetscCheckSameComm, PetscValidLogicalCollectiveXXX for validity. Automatically generates diff files for problems with a known solution.
show more ...
|
| #
678e61f4
|
| 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
98d567f0
|
| 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-minor' into 'release'
Minor fixes
See merge request petsc/petsc!3847
|
| #
e2b200f6
|
| 12-Apr-2021 |
Pierre Jolivet <pierre@joliv.et> |
Minor fixes
|
| #
8b44b570
|
| 30-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-fortran-object-reinit' into 'main'
Fortran: re-init destroyed petsc objects so that they are different from null objects
See merge request petsc/petsc!3786
|
| #
1fb7b255
|
| 29-Mar-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fortran: re-init destroyed petsc objects so that they are different from null objects
Reported-by: Jose E. Roman <jroman@dsic.upv.es>
|
| #
7687e1ec
|
| 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-propagate-share' into 'master'
Propagate prefix name in PC[ASM|BJACOBI|GASM] and share factorizations in PCHPDDM
See merge request petsc/petsc!3608
|
| #
536f90c4
|
| 08-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
General fixes
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
53dafa95
|
| 21-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-07/do-not-log-kspsolve-inside-pcsetup' into 'master'
Do not log KSPSolve() and PCApply() from in PCSetUp()
See merge request petsc/petsc!3320
|
| #
c00cb57f
|
| 21-Dec-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Do not log KSPSolve() and PCApply() from in PCSetUp()
Do not log KSPSetUp() from within KSPSolve()
Commit-type: logging /spend 90m Reported-by: Stefano Zampini <stefano.zampini@gmail.com>
|
| #
13790179
|
| 25-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-19/better-pcfailedreason-handling' into 'master'
Slightly improved the handling of PCFailedReason on multiple ranks
See merge request petsc/petsc!3084
|