History log of /petsc/doc/changes/dev.md (Results 26 – 50 of 172)
Revision Date Author Comments
# bd89dbf2 07-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-24/improve-snes-domain-error-handling' into 'main'

Improve the propagation of function domain error handling in SNES, especially...

See merge request petsc/petsc!8914


# 8bf77069 07-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-12-25/mumps-out-of-core' into 'main'

Support MUMPS out-of-core facility

Closes #1116

See merge request petsc/petsc!8915


# ac521185 26-Dec-2025 Junchao Zhang <jczhang@anl.gov>

MUMPS: support its out-of-core facility

close #1116


# a51b1039 19-Dec-2025 Eric Chamberland <ericc@giref.ulaval.ca>

Fixes doc and behaviour of an unset -options_left value as reported in #1834.

Now, `-options_left` and `-options_view` are independent.


# 76c63389 24-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Improve the propagation of function domain error handling in SNES, especially in the line search routines.

Due to the object layering of SNESLineSearch under SNES there is some code duplication incl

Improve the propagation of function domain error handling in SNES, especially in the line search routines.

Due to the object layering of SNESLineSearch under SNES there is some code duplication include both SNESLineSearchReason and SNESConvergedReason and SNESCheckFunctionNorm() and SNESLineSearchCheckFunctionNorm() and Jacobian friends

Reported-by: david.knezevic@akselos.com

show more ...


# 749c190b 25-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-04/fix-use-mpi-f08' into 'main'

Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08

See merge request petsc/petsc!8885


# b06eb4cd 04-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08

Add PETSC_INT_KIND and PETSC_MPIINT_KIND

Reported-by: M.Weiland@epcc.ed.ac.uk


# 2906e86b 11-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-12-10/add-caliper' into 'main'

Add Caliper, a profiling package used by Hypre

See merge request petsc/petsc!8895


# 2a1887a7 11-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-30/fix-bad-ts' into 'main'

Fix bad decisions made in writing TS.

See merge request petsc/petsc!8877


# 8fc55d51 10-Dec-2025 Junchao Zhang <jczhang@anl.gov>

Packages: add Caliper, a profiling package used by Hypre


# 188af4bf 01-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.de

Fix bad decisions made in writing TS.

Fix -ts_dt to -ts_time_step and add initial time step to TSView output

commit a5a92c11fa9681148df375b257eda4e09909b74e
Author: Barry Smith <bsmith@petsc.dev>
Date: Mon Dec 1 14:51:27 2025 -0500

add max_snes_failures to TSView

commit 32d3e79f6fa743930b1bbf32d03b9181b5b5418a
Author: Barry Smith <bsmith@petsc.dev>
Fix wrongly named options and add to TSView

Wrong name for options database key -ts_max_reject should be -ts_max_step_rejections!

Add max_reject value to TSView

Add max_snes_failures to TSView

Add initial timestep to TSView

show more ...


# 62ed4282 09-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/oxford' into 'main'

Plex enhancement for firedrake

See merge request petsc/petsc!8876


# 71f1c950 30-Nov-2025 Stefano Zampini <stefano.zampini@gmail.com>

DMPlexFilter: support local meshes


# 1a27090a 04-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/tspseudo_improvements' into 'main'

ts(pseudo): Various updates and improvements

See merge request petsc/petsc!8857


# 8bb6a241 03-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/consolidate-options' into 'main'

Consolidate MAT_HERMITIAN and MAT_SYMMETRIC options

See merge request petsc/petsc!8856


# b0c98d1d 14-Nov-2025 Pierre Jolivet <pierre@joliv.et>

Rework MAT_SYMMETRIC and MAT_HERMITIAN options


# 3e02b344 20-Nov-2025 James Wright <james@jameswright.xyz>

ts(pseudo): Remove TSPseudoComputeTimeStep() and TSPseudoVerifyTimeStep()


# bef8cd95 20-Nov-2025 James Wright <james@jameswright.xyz>

ts(pseudo): Remove unused `TSPseudoVerifyTimeStepDefault()`


# 0fe2f5c2 19-Nov-2025 James Wright <james@jameswright.xyz>

ts(pseudo): Add TSPseudoComputeFunction()


# e8c0849a 20-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-10-18/optimize-aij-ops' into 'main'

Refactor handling of diagonal marking in *AIJ and SELL matrices

See merge request petsc/petsc!8797


# 421480d9 19-Oct-2025 Barry Smith <bsmith@mcs.anl.gov>

- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()

- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time

- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()

- Mat_SeqXXX->diag is not automatically created during MatAssemblyEnd() saving memory and time

- Accessing Mat_SeqXXX->diag now requires the use of MatGetDiagonalMarkers_SeqXXX() except when the current values are known to be correct; for example during numerical factorizations and solves

- Mat_SeqXXX->diag is now never shared among matrices; hence the free_diag flag is gone. That was always a risky proposition since any of the owning matrices could chang the values thus making them incorrect for other owners.

show more ...


# ab964a6c 18-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/add-petsccallhypre' into 'main'

Add PetscCallHYPRE to properly handle and display HYPRE error codes

See merge request petsc/petsc!8790


# a333fa2b 16-Oct-2025 Zach Atkins <Zach.Atkins@colorado.edu>

hypre: Add PetscCallHYPRE macro to allow for printing HYPRE error strings


# b31b2f82 10-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-10-24/fix-dmshellsetdestroyctx' into 'main'

Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFn

See merge request petsc/petsc!8810


# 5fa70555 06-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/energy-monitor' into 'main'

Add the logging of gpu energy

See merge request petsc/petsc!8817


1234567