| f73bfc44 | 15-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 6c572908 | 14-Jul-2025 |
Junchao Zhang <jczhang@mcs.anl.gov> |
doc: update kokkos installation instructions |
| 9fa64a6b | 08-Jul-2025 |
Pierre Jolivet <pierre@joliv.et> |
PCSHELL: add PCShellSetMatApplyTranspose() |
| f7243fda | 04-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/ts-monitor-speed' into 'main'
TSMonitorSpeed: -ts_monitor_speed
See merge request petsc/petsc!6663 |
| 340b794c | 05-Jul-2023 |
Jed Brown <jed@jedbrown.org> |
TSMonitorWallClockTime: -ts_monitor_wall_clock_time
Sometimes machine performance experiences transient degradation and one wishes to know about the elapsed wall-clock time. With implicit integratio
TSMonitorWallClockTime: -ts_monitor_wall_clock_time
Sometimes machine performance experiences transient degradation and one wishes to know about the elapsed wall-clock time. With implicit integration, a given step could be slow because it needs more iterations or because of a machine issue. Reporting the snes and ksp iterations for each step is useful to distinguish these factors.
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| 115191fa | 02-Jul-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-05-28/improve-configure-python-package-support' into 'main'
Add support to PythonPackage() for --with-xxx and --with-xxx-dir
See merge request petsc/petsc!8446 |
| 09e8478f | 29-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support to PythonPackage() for --with-xxx and --with-xxx-dir
CMake packages that have the file pyproject.toml in their root direct also get an automatic pip install.
PythonPackage can now list
Add support to PythonPackage() for --with-xxx and --with-xxx-dir
CMake packages that have the file pyproject.toml in their root direct also get an automatic pip install.
PythonPackage can now list an explicit version number with self.version
show more ...
|
| 37db62ef | 02-Jul-2025 |
Matthew Knepley <knepley@gmail.com> |
Update file petsc.bib |
| 8aa39e1b | 30-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' |
| 2c054432 | 30-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Increase patchlevel to 3.23.4 |
| 07e0cce2 | 26-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 21048c15 | 23-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Math: Add PETSC_E |
| 89088b2e | 23-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Draw: Add PetscDrawLGGetData() |
| c451ecc3 | 23-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jfrazier/fix-dead-links-in-contributing-to-petsc-docs' into 'release'
Remove dead html links from contributor documentation
See merge request petsc/petsc!8480 |
| 17b1a781 | 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 3f5a071c | 20-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'ksagiyam/fix_submesh_coordinates' into 'main'
Ksagiyam/fix submesh coordinates
See merge request petsc/petsc!8353 |
| e65c294a | 02-May-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plex: remove coordFunc from DMPlexCreateCoordinateSpace() |
| 4c712d99 | 27-Apr-2025 |
ksagiyam <k.sagiyama@imperial.ac.uk> |
plexsubmesh: make submesh inherit CG/DG coordinate elements |
| c98b7e35 | 19-Jun-2025 |
Matthew Knepley <knepley@gmail.com> |
Update file petsc.bib |
| 89f2ac7d | 18-Jun-2025 |
Matthew Knepley <knepley@gmail.com> |
Update file index.md |
| 4fd5e42d | 18-Jun-2025 |
Jared Frazier <frazier@iap-kborn.de> |
Remove dead html links from contributor documentation
The hmtml links **/superlu.c.html and **/cg.c.html are dead and have been changed to link to the superlu.c and cg.c source files, respectively.
Remove dead html links from contributor documentation
The hmtml links **/superlu.c.html and **/cg.c.html are dead and have been changed to link to the superlu.c and cg.c source files, respectively.
The files do not exist in the repository. See:
```shell find -type f -name *cg.c.html find -type f -name *superlu.c.html ```
Moreover, it does not appear these html files ever existed in the git history. See:
```shell git log --all -- **/superlu.c.html git log --all -- **/cg.c.html ```
show more ...
|
| 588b05f9 | 17-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'kjansen/MRcontinue_Run_withTest' into 'main'
TS: Alternate approaches for continuing runs
See merge request petsc/petsc!7870 |
| 8e562f8d | 20-Mar-2025 |
James Wright <james@jameswright.xyz> |
ts: Add -ts_run_steps and -ts_monitor_solution_skip_initial
Co-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu> Co-authored-by: Jed Brown <jed@jedbrown.org> Co-authored-by: Barry Smith <
ts: Add -ts_run_steps and -ts_monitor_solution_skip_initial
Co-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu> Co-authored-by: Jed Brown <jed@jedbrown.org> Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| cbf8f02c | 05-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
SNES: Make SNESTestJacobian() report the norms |
| 997bf629 | 04-Jun-2025 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix interface for boundary integration - Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions - Add `DMPlexComputeBdResidu
Plex: Fix interface for boundary integration - Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()` to match domain functions - Add `DMPlexComputeBdResidualSingleByKey()` and `DMPlexComputeBdJacobianSingleByLabel()`
show more ...
|