| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|
| #
da81f932
|
| 05-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix Typos
|
| #
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
|
| #
7c7da2b8
|
| 23-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-13/modernize-cleanup-petscsys-h' into 'main'
Modernize and clean up petscsys.h
See merge request petsc/petsc!5976
|
| #
f3fa974c
|
| 13-Jan-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Modernize and clean up petscsys.h
- Deprecate PETSC_NULL. - Switch from preprocessor defines to anonymous enums for constant expressions. - Surround macro arguments in (). - Remove redundant casts.
Modernize and clean up petscsys.h
- Deprecate PETSC_NULL. - Switch from preprocessor defines to anonymous enums for constant expressions. - Surround macro arguments in (). - Remove redundant casts. - Clean up overly complex preprocessor defines in various PetscMem*() functions.
show more ...
|
| #
a04d6f95
|
| 25-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
Resolve merge conflict in include/petsc/private/dmpleximpl.h by preferring change from a7853b1b471cc2d7fcb305c717a9882ec0334e87
|
| #
bb24f989
|
| 24-Dec-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-12-18/fix-pcfieldsplit-man/release' into 'release'
Fix man page for PCFIELDSPLIT that was badly formatted
See merge request petsc/petsc!5932
|
| #
60f59c3b
|
| 19-Dec-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix man page for PCFIELDSPLIT that was badly formatted
At the same time improve the rest of the manual pages in fieldsplit.c
Commit-type: documentation /spend 45m
|
| #
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 ...
|
| #
1d8f8f2c
|
| 17-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d5408d55
|
| 16-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-11-10/add-pcfieldsplit-set-fields-fortran/release' into 'release'
Add PCFIELDSPLIT Fortran interface and related work
See merge request petsc/petsc!5822
|
| #
4db63379
|
| 14-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add error checking for [S]BAIJ matrices and PCFIELDSPLIT
Add information about [SBAIJ] matrices and MatCreateSubMatrix() to manual page
|
| #
3b374dbd
|
| 10-Nov-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix un-updated docs when someone changed the code but not the docs
Commit-type: documentation /spend 10m
|
| #
b8e6f1d7
|
| 07-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-10-25/cleanup-dangling-seterrq' into 'main'
Clean up some dangling seterrqs
See merge request petsc/petsc!5769
|
| #
0fdf79fb
|
| 25-Oct-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
clean up some dangling seterrqs
|
| #
505e8737
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/docs-fix-pcfieldsplitsetschurpre' into 'main'
Change "userpre" to "pre" in Input Parameters for PCFieldSplitSetSchurPre()...
See merge request petsc/petsc!5667
|
| #
f408ff4e
|
| 22-Sep-2022 |
Richard Tran Mills <rmills@rmills.org> |
Change "userpre" to "pre" in Input Parameters for PCFieldSplitGetSchurPre() manual page to match function definition
|
| #
e920b4e0
|
| 22-Sep-2022 |
Richard Tran Mills <rmills@rmills.org> |
Change "userpre" to "pre" in Input Parameters for PCFieldSplitSetSchurPre() manual page to match function definition
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
b7124133
|
| 20-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'
Feature: Slimmer PetscObject
See merge request petsc/petsc!5649
|
| #
4dfa11a4
|
| 17-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()
|