| #
1fa02e4d
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/smallfixes' into 'release'
small release fixes
See merge request petsc/petsc!7182
|
| #
24279f90
|
| 09-Jan-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscHeaderCreate_Private: remove redundant call to MPI_Comm_set_attr
|
| #
4ef3c568
|
| 23-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
0b42b9b1
|
| 23-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-18/docs-fix-type-compare-nay/release' into 'release'
Fix docs for PetscObjectBaseTypeCompareAny() and PetscObjectTypeCompareAny()
See merge request petsc/petsc!7131
|
| #
dde44402
|
| 19-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix docs for PetscObjectBaseTypeCompareAny() and PetscObjectTypeCompareAny()
|
| #
ecceeb7d
|
| 02-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3c093a9a
|
| 02-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-01/docs-kspcomputeeigenvalues/release' into 'release'
Fix manual pages in ksp/interface files
See merge request petsc/petsc!6988
|
| #
dd01b7e5
|
| 02-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix capitalization of fortran
Commit-type: housekeeping
|
| #
294d477b
|
| 31-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
6ee5ebf2
|
| 31-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-10-27/fix-not-collective-lda/release' into 'release'
fix Not Collective listing in manual page for MatDenseSetLDA.
See merge request petsc/petsc!6972
|
| #
8f14a041
|
| 27-Oct-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded on in Collective statements and fix Collective over
Commit-type: documentation
|
| #
b5b1a1b8
|
| 13-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-08-10/cannot-destroy-persistant-objects' into 'main'
(1) Fix error return codes for PetscHeaderCreate/Destroy() Cannot use || on them (2) do not allow destroying PETSC_VIEWE
Merge branch 'barry/2023-08-10/cannot-destroy-persistant-objects' into 'main'
(1) Fix error return codes for PetscHeaderCreate/Destroy() Cannot use || on them (2) do not allow destroying PETSC_VIEWER_STDOUT_SELF etc
See merge request petsc/petsc!6804
show more ...
|
| #
34fa283e
|
| 10-Aug-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Some objects such as PETSC_VIEWER_STDOUT_WORLD cannot be destroyed by users.
Reported-by: maitri ksh <maitri.ksh@gmail.com>
|
| #
47496788
|
| 10-Aug-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix error return codes for PetscHeaderDestroy() Cannot use || on them
Commit-type: error-checking
|
| #
6c37f76f
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-log-handler' into 'main'
Deglobalize logging into PetscLogHandler and PetscLogState
See merge request petsc/petsc!6709
|
| #
2611ad71
|
| 14-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if def
Profiling: Improve !defined(PETSC_USE_LOG) #defines
- If we cast macro arguments to void, we can avoid unused errors that have forced lots of conditionally included code like this:
```c #if defined(PETSC_USE_LOG) PetscLogEvent event; #endif ```
- Having global counters like petsc_TotalFlops externed event if !PetscDefined(USE_LOG) helps to remove a lot of needless `#ifdef`s around code that can instead be placed in `if (PetscDefined(USE_LOG)) {}` blocks.
show more ...
|
| #
496fdf15
|
| 18-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Sys: Move PetscLogObjectDestroy into the PetscObjectDestroy macro
This will make it easier to have an "unlogged" PetscOBjectDestroy by directly calling PetscHeaderDestroy_Private().
|
| #
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
|
| #
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
|
| #
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
|
| #
10450e9e
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Manual linter fixes: sys
|
| #
aec76313
|
| 12-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Lint apply: sys
|