| #
9c5460f9
|
| 17-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-09/linter-detect-static-function-candidates' into 'main'
Linter detect possible static functions
See merge request petsc/petsc!6796
|
| #
66976f2f
|
| 14-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add static to internal functions
|
| #
4979242e
|
| 09-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-08/lint-apply-dm' into 'main'
Manual DM Linter Fixes
See merge request petsc/petsc!6792
|
| #
a4e35b19
|
| 08-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Manual linter fixes: dm
|
| #
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
|
| #
c2a7d86e
|
| 24-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/change-matchop-matfilter' into 'main'
Consolidate MatChop() and MatAIJFilter()
See merge request petsc/petsc!6699
|
| #
93ec0da9
|
| 16-Jul-2023 |
Pierre Jolivet <pierre@joliv.et> |
Rename VecChop() into VecFilter()
|
| #
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
|
| #
292bffcb
|
| 19-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Fix PetscAssertPointer that should be PetscValidHeaderSpecific
|
| #
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
|
| #
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
|
| #
60225df5
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: dm
|
| #
d50db6f2
|
| 13-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/dm-clear-named-vector' into 'main'
support clearing named vectors in DM
See merge request petsc/petsc!6704
|
| #
974ca4ec
|
| 08-Jul-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DM: add interface to clear named vectors
|
| #
bd9dcd1e
|
| 30-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-warnings' into 'main'
Fix warnings
See merge request petsc/petsc!6649
|
| #
936381af
|
| 30-Jun-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix warnings
|
| #
290b32fb
|
| 27-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/dmclone-prealloc-skip' into 'main'
DMClone: copy prealloc_skip like prealloc_only
See merge request petsc/petsc!6638
|
| #
fc214432
|
| 26-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
DMClone: copy prealloc_skip like prealloc_only
DMSetMatrixPreallocateOnly is similar to DMSetMatrixPreallocateSkip and should be passed along to clones, especially so that -dm_mat_preallocate_skip i
DMClone: copy prealloc_skip like prealloc_only
DMSetMatrixPreallocateOnly is similar to DMSetMatrixPreallocateSkip and should be passed along to clones, especially so that -dm_mat_preallocate_skip is received by clones (which usually don't themselves call DMSetFromOptions).
show more ...
|
| #
fa8daf30
|
| 26-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/dmplexinterp' into 'main'
speed up DMPlexInterpolate
See merge request petsc/petsc!6563
|
| #
b77fa653
|
| 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMGetWorkArray: avoid MPI_Type_size for most used datatypes
|
| #
442f3b32
|
| 10-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMPlexGetRawFaces_Internal: optimize DMGetWorkArray calls
|
| #
edd92b64
|
| 08-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/revert-cheby' into 'main'
KSPCHEBYSHEV: need to call skip set from options for the PC
See merge request petsc/petsc!6565
|
| #
b4028c23
|
| 08-Jun-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
KSPCHEBYSHEV: need to call skip set from options for the PC
|