| #
13bcc0bd
|
| 01-Feb-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix C++20 implicit enum-float conversions
|
| #
141134d5
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-19/fix-ts-man-pages' into 'main'
some cleanup of the TS man pages
See merge request petsc/petsc!6095
|
| #
195e9b02
|
| 24-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
some cleanup of the TS man pages
Commit-type: documentation
|
| #
71efe6b0
|
| 22-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danofinn/swarm-example-landau-damping' into 'main'
Swarm: Add swarm ex9 Landau damping + tests (ex6, ex8, snes/ex15)
See merge request petsc/petsc!6026
|
| #
60e16b1b
|
| 12-Oct-2022 |
Matthew G. Knepley <knepley@gmail.com> |
TS+Swarm: Added histogram monitor for multiple species
|
| #
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
|
| #
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 ...
|
| #
521930de
|
| 06-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/ts-stepfailed-monitor-close' into 'main'
TSStep: cancel monitors before raising error when ts->errorifstepfailed
See merge request petsc/petsc!5958
|
| #
5c9bbc89
|
| 06-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
TSStep: cancel monitors before raising error when ts->errorifstepfailed
Without this, files from any monitors that write multiple frames to each file will remain open and unreadable/corrupted. PETSc
TSStep: cancel monitors before raising error when ts->errorifstepfailed
Without this, files from any monitors that write multiple frames to each file will remain open and unreadable/corrupted. PETSc errors are considered non-recoverable so there would be no expectation that the monitor list would be intact if the user decides to catch the error. (And if they want that, they should use TSSetErrorIfStepFails to disable the error.)
show more ...
|
| #
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 ...
|
| #
90c9181e
|
| 15-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/ts-view-cgns' into 'main'
TS CGNS: add support for a monitoring interval
See merge request petsc/petsc!5827
|
| #
283453aa
|
| 13-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/update-mateliminatezeros-doc' into 'main'
Update MatEliminateZeros doc
See merge request petsc/petsc!5830
|
| #
7b2dc123
|
| 12-Nov-2022 |
Hong Zhang <hongzhang@anl.gov> |
Update MatEliminateZeros doc
|
| #
d441b7a2
|
| 12-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/improve-fd-coloring' into 'main'
Add MatEliminateZeros
See merge request petsc/petsc!5816
|
| #
d7cfae9b
|
| 09-Nov-2022 |
Hong Zhang <hongzhang@anl.gov> |
Add TSPruneIJacobianColor
Initialize local variables to fix errors in coverage analysis
|
| #
9812b6be
|
| 11-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
TS CGNS: add support for a monitoring interval
Also fixes output cycle number when restarted to nonzero initial cycle number.
|
| #
a207d08e
|
| 30-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
d6ed7545
|
| 29-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-10-16/fix-ts-man-pages/release' into 'release'
Clean up ts manual pages
See merge request petsc/petsc!5748
|
| #
bcf0153e
|
| 29-Oct-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Clean up ts manual pages
To be safe I am triggering a full test even though this was intended to be docs-only
Commit-type: documentation /spend 4h
|