| #
d59693da
|
| 07-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix typos and missing back ticks
|
| #
baf3e31a
|
| 04-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-segfault-fieldsplit' into 'release'
PCFIELDSPLIT: do not dereference NULL in PCFieldSplitGetSchurPre()
See merge request petsc/petsc!6780
|
| #
6056e507
|
| 04-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
PCFIELDSPLIT: do not dereference NULL in PCFieldSplitGetSchurPre()
|
| #
617fea42
|
| 01-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'prj--release-patch-77182' into 'main'
Fix missing new lines at the end of PetscInfo() calls
See merge request petsc/petsc!6770
|
| #
9d3446b2
|
| 01-Aug-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix missing new lines at the end of PetscInfo() calls
|
| #
00bc44a4
|
| 26-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-16/pcmpi-simplify-options-database-api' into 'main'
Change the options database API for PCMPI to eliminate the -mpi_ options...
See merge request petsc/petsc!6611
|
| #
3821be0a
|
| 17-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Track levels of nesting of KSP, for example KSPBJACOBI has nesting 1 higher than the calling KSP
|
| #
186cd71f
|
| 24-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-07-19/lint-apply-ts' into 'main'
Manual linter fixes: ts
See merge request petsc/petsc!6736
|
| #
42747ad1
|
| 21-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
... and apply it
|
| #
cfd92c66
|
| 22-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-type-generic-petsc-valid-pointer' into 'main'
Implement a type generic PetscValidPointer
See merge request petsc/petsc!6693
|
| #
4f572ea9
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Rename PetscValidPointer -> PetscAssertPointer
|
| #
7a2f837d
|
| 06-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Deploy new PetscValidPointer, remove PetscValidXXXPointer
|
| #
43d000b6
|
| 21-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-pcapplytranspose' into 'main'
PCApplyTranspose_FieldSplit(): fix Schur complement implementation
See merge request petsc/petsc!6738
|
| #
7b665727
|
| 20-Jul-2023 |
Pierre Jolivet <pierre@joliv.et> |
PCApplyTranspose_FieldSplit(): fix Schur complement implementation
Reported-by: Chris Douglas <douglas@ladhyx.polytechnique.fr>
[0]PETSC ERROR: --------------------- Error Message -----------------
PCApplyTranspose_FieldSplit(): fix Schur complement implementation
Reported-by: Chris Douglas <douglas@ladhyx.polytechnique.fr>
[0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- [0]PETSC ERROR: Object is in wrong state [0]PETSC ERROR: Mat object's type is not set: Argument # 1 [0]PETSC ERROR: #1 MatGetFactorAvailable() at src/mat/interface/matrix.c:4820 [0]PETSC ERROR: #2 PCGetDefaultType_Private() at src/ksp/pc/interface/precon.c:25 [0]PETSC ERROR: #3 PCSetUp() at src/ksp/pc/interface/precon.c:1109 [0]PETSC ERROR: #4 KSPSetUp() at src/ksp/ksp/interface/itfunc.c:406 [0]PETSC ERROR: #5 KSPSolve_Private() at src/ksp/ksp/interface/itfunc.c:826 [0]PETSC ERROR: #6 KSPSolveTranspose() at src/ksp/ksp/interface/itfunc.c:1122 [0]PETSC ERROR: #7 PCApplyTranspose_FieldSplit() at src/ksp/pc/impls/fieldsplit/fieldsplit.c:1487 [0]PETSC ERROR: #8 PCApplyTranspose() at src/ksp/pc/interface/precon.c:715 [0]PETSC ERROR: #9 KSP_PCApply() at include/petsc/private/kspimpl.h:380 [0]PETSC ERROR: #10 KSPInitialResidual() at src/ksp/ksp/interface/itres.c:63 [0]PETSC ERROR: #11 KSPSolve_GMRES() at src/ksp/ksp/impls/gmres/gmres.c:226 [0]PETSC ERROR: #12 KSPSolve_Private() at src/ksp/ksp/interface/itfunc.c:900 [0]PETSC ERROR: #13 KSPSolveTranspose() at src/ksp/ksp/interface/itfunc.c:1122 [0]PETSC ERROR: #14 main() at ex9.c:80 [0]PETSC ERROR: Reached the main program with an out-of-range error code 1. This should never happen
show more ...
|
| #
02477ebb
|
| 15-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'
Enable docs linting
See merge request petsc/petsc!6667
|
| #
feefa0e1
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: ksp
|
| #
bde29979
|
| 30-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d367361d
|
| 29-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-minor' into 'release'
PCFIELDSPLIT: fix -ksp_view_pre (+ minor typo)
See merge request petsc/petsc!6613
|
| #
7cf5f706
|
| 19-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
PCFIELDSPLIT: fix -ksp_view_pre (+ minor typo)
|
| #
a663c1df
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
517f05f0
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-30/fix-include-man-pages/release' into 'release'
Fix manual pages in include files
See merge request petsc/petsc!6272
|
| #
16a05f60
|
| 13-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages in include files
|
| #
e9f36840
|
| 18-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'
Fix many manual pages
See merge request petsc/petsc!6162
|
| #
20f4b53c
|
| 09-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix manual pages based on reports from Jacob's lint tool
Commit-type: documentation
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|