| #
cef0416b
|
| 15-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-26/fix-sowing-viewers' into 'main'
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
See merge request petsc/petsc!7511
|
| #
ffeef943
|
| 28-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null
Update to sowing version that supports PetscViewer and PetscObject
Remove manual Fortran stubs for PetscViewer and PetscObject arguments since now handled by sowing
Also handles the passing of null objects correctly
show more ...
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|
| #
cc4c1da9
|
| 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
|
| #
c7fbd2bd
|
| 02-Feb-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'
add typedef for functions passed to SNESSetFunction() etc to match approach in TS
See merge request petsc/petsc!7206
|
| #
8434afd1
|
| 02-Feb-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the use of the _Fn suffix to indicate a typedef of a function to just Fn
As determined on a vote on GitLab
|
| #
5ddc805b
|
| 21-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change PETSc sys typedef function names to use the new _Fn format
Commit-type: housekeeping, maintainance
|
| #
fb3cba25
|
| 14-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
97c6995e
|
| 14-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-check-each-commit' into 'release'
CI: check each commit separately for build and code format
See merge request petsc/petsc!7112
|
| #
dfef5ea7
|
| 13-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Fix -Wzero-as-null-pointer-constant errors
|
| #
a663c1df
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
fafa7813
|
| 13-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-11/run-clang-format-on-ftn-custom/release' into 'release'
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
Merge branch 'barry/2023-04-11/run-clang-format-on-ftn-custom/release' into 'release'
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
See merge request petsc/petsc!6310
show more ...
|
| #
5975b3b6
|
| 11-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially
|
| #
31d78bcd
|
| 02-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'
Feature: Non-discardable PetscErrorCode
See merge request petsc/petsc!5923
|
| #
3ba16761
|
| 10-Dec-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscErrorCode a non-discardable enum
|
| #
267a8504
|
| 09-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-30/fix-snes-man-pages' into 'main'
Fix/update/improve manual pages in snes directory
See merge request petsc/petsc!5578
|
| #
f6dfbefd
|
| 30-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix/update/improve manual pages in snes directory
Minor changes to source code
Commit-type: housekeeping, documentation /spend 8h
|
| #
e6d4de01
|
| 21-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'heeho/feature-newtontrdc' into 'main'
Newton Trust Region Dogleg Cauchy nonlinear solver
See merge request petsc/petsc!4294
|
| #
41ba4c6c
|
| 20-Jan-2022 |
Heeho Park <heepark@sandia.gov> |
snes: Add new type SNESNEWTONTRDC for Newton Trust Region Dogleg Cauchy
|
| #
284fb49f
|
| 20-Jan-2022 |
Heeho Park <heepark@sandia.gov> |
minor format fixes to tr.c, zsnesf.c
foo
|
| #
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
|
| #
707297fd
|
| 24-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'Fande-Kong/plugable_reason_view' into 'master'
plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView
See merge request petsc/petsc!3595
|
| #
c4421cea
|
| 24-Feb-2021 |
Fande Kong <fdkong.jd@gmail.com> |
plugable KSP/SNES reason view system - SNESConvergedReasonView KSPConvergedReasonView
|
| #
f6b722a5
|
| 22-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|