History log of /petsc/src/ts/tutorials/advection-diffusion-reaction/output/ex1_3.out (Results 1 – 9 of 9)
Revision Date Author Comments
# 70646cd1 15-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8897


# 143f2514 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Fix missing equal sign


# f971d498 14-Dec-2025 Pierre Jolivet <pierre@joliv.et>

Proper capitalization from Gram-Schmidt orthogonalization


# 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


# 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 ...


# eaa7cf45 17-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-11-04/kspview-clearer-amat-pmat' into 'main'

Fix terminology for Pmat in KSPView output.

See merge request petsc/petsc!8826


# ecf3d421 17-Nov-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix terminology for Pmat in KSPView output.


# cb3351d2 20-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-03-13/fix-snes-mf-operator-with-tssetijacobian-and-no-snessetup' into 'main'

Fix use of SNESSetUpMatrices() with -snes_mf_operator but no user call to...

See merge request

Merge branch 'barry/2024-03-13/fix-snes-mf-operator-with-tssetijacobian-and-no-snessetup' into 'main'

Fix use of SNESSetUpMatrices() with -snes_mf_operator but no user call to...

See merge request petsc/petsc!7367

show more ...


# 73a84a35 13-Mar-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix use of SNESSetUpMatrices() with -snes_mf_operator but no user call to SNESSetUp() with TSSetIJaccobian(ts,NULL,NULL);

reported by James Wright