| #
07328a46
|
| 15-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-07/trim-petsc-ops' into 'main'
Remove unneeded base ops from PetscObject
See merge request petsc/petsc!6431
|
| #
46ba2dfc
|
| 07-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded base ops from PetscObject
|
| #
597312bb
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
2106c2ab
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-26/fix-fileio-man-pages/release' into 'release'
Cleanup of manual pages in src/sys/fileio
See merge request petsc/petsc!6381
|
| #
21532e8a
|
| 02-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Cleanup of manual pages in src/sys/fileio
|
| #
39d90f52
|
| 26-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ahamilton/PetscCallMethod-docs-fix' into 'main'
docs: remove reference to `PetscCallMethod()` in `PetscObjectComposeFunction()`
See merge request petsc/petsc!6232
|
| #
75bc957b
|
| 26-Mar-2023 |
Aidan Hamilton <aidan@udel.edu> |
docs: remove reference to `PetscCallMethod()`
|
| #
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
|
| #
52c44e20
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b7acfde1
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/fix-petscobjectcomposefunction-manpage/release' into 'release'
Remove extra argument listed in PetscObjectComposeFunction() manual page
See merge request petsc/petsc!6059
|
| #
405d7811
|
| 17-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fixes
|
| #
f9a6590b
|
| 11-Feb-2023 |
Richard Tran Mills <rmills@rmills.org> |
Remove extra argument listed in PetscObjectComposeFunction() manual page
|
| #
ab12c000
|
| 08-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-21/improve-ci-coverage' into 'main'
Improve CI Coverage
See merge request petsc/petsc!6000
|
| #
b1512d92
|
| 08-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-25/inline-petscstr' into 'main'
Inline Simple PetscStr Functions
See merge request petsc/petsc!6005
|
| #
bbcf679c
|
| 25-Jan-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler
|
| #
ff6a9541
|
| 07-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Improve Mat and DM coverage by ifdef-ing out unused code that otherwise should not count towards coverage
|
| #
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
|
| #
b5fdbe7c
|
| 06-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/threadsafety' into 'main'
threading support in PetscLog and debugging configurations
See merge request petsc/petsc!5898
|
| #
dfb7d7af
|
| 04-Dec-2022 |
Stefano Zampini <stefano.zampini@gmail.com> |
Do not use petscstack with threadsafety
This allows to run PETSc code in debug mode with threadsafety that does not segfault when run with concurrent threads.
|
| #
e3dbaa52
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3d996455
|
| 29-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'
Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line
See merge request petsc/petsc!5850
show more ...
|
| #
c3339dec
|
| 17-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects th
Remove unneeded " on xxx" from most Collective comments in manual pages
The phrase was unneeded 99% of the time
I did not remove in the dm directory since another MR is still active that affects that directory
Commit-type: documentation /spend 20m
show more ...
|
| #
dcdbcfb0
|
| 30-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'JDBetteridge/petsc4py_gc_fix' into 'main'
Add memory cleanup operations suitable for managed languages, and corresponding calls to petsc4py
See merge request petsc/petsc!4619
|