| #
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
|
| #
d01c6957
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'
More manual page fixes
See merge request petsc/petsc!6233
|
| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
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
|
| #
9aed2f16
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-03-14/fixup-petscmacros' into 'main'
petscmacros.h fixups
See merge request petsc/petsc!6188
|
| #
2e327cfb
|
| 15-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Move PetscPragmaSIMD and PetscPragmaOMP to petscmacros.h
|
| #
2f1953c4
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-11/matdensecupm' into 'main'
Feature: MATDENSECUPM
See merge request petsc/petsc!6049
|
| #
c72d0b4c
|
| 13-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix Wmaybe-uninitialized
|
| #
a20e6990
|
| 22-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Make PetscObjectComposeFunction() variadic
|
| #
b1ffe33c
|
| 03-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-03-02/petscfflush' into 'main'
Feature: PetscFFlush()
See merge request petsc/petsc!6133
|
| #
c69effb2
|
| 02-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add PetscFFlush()
|
| #
ab17e8da
|
| 23-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-21/fix-sys-man-pages' into 'main'
Fix some system level manual pages
See merge request petsc/petsc!6104
|
| #
667f096b
|
| 21-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix some system level manual pages
Commit-type: documentation
|
| #
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
|
| #
995ec06f
|
| 03-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/nvhpc-and-clang-cuda' into 'main'
Clang support for CUDA
See merge request petsc/petsc!6015
|
| #
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
|
| #
dc07da0d
|
| 30-Jan-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
PETSCSYS: skip __float128 when using CLANG for CUDA
|
| #
a2498233
|
| 29-Nov-2022 |
Pierre Jolivet <pierre@joliv.et> |
Add PETSC_SKIP_REAL___[FP16,FLOAT128]
|
| #
fc0b9b6b
|
| 26-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-01-23/hashmap-based-petscfunctionlist' into 'main'
Hashmap-based PetscFunctionList
See merge request petsc/petsc!5999
|
| #
ed170139
|
| 23-Jan-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Switch PetscFunctionList to store function pointers in a hashmap, improving lookup from O(n) to O(1)
|
| #
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
|