History log of /petsc/src/ts/interface/ts.c (Results 1 – 25 of 1763)
Revision Date Author Comments
# 4e8208cb 31-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)

See merge request petsc/petsc!8956

show more ...


# 2a8381b2 13-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


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


# f2300f31 07-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 6301bd5f 07-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-12-02/docs-ts-minor/release' into 'release'

Improve some manual pages for TS

See merge request petsc/petsc!8878


# efa39862 03-Dec-2025 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages for TS


# 941063a0 16-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d56401d0 12-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/ts-snes-fixes' into 'release'

Miscellaneous fixes for TS and SNES with domain errors

See merge request petsc/petsc!8770


# 764c9dfd 07-Oct-2025 Stefano Zampini <stefano.zampini@gmail.com>

TSStep: need to cancel SNES monitors in case of errors


# 52f13ae7 05-Oct-2025 Stefano Zampini <stefano.zampini@gmail.com>

TS: fix docs for TSFunctionDomainError


# dabfcb17 07-Oct-2025 Stefano Zampini <stefano.zampini@gmail.com>

TSErrorWeightedNorm: add API checks


# 9e210917 28-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-options-help' into 'main'

fixes for uninitialized warnings or segfaults when running -help

See merge request petsc/petsc!8743


# acc0c1fe 28-Sep-2025 Stefano Zampini <stefano.zampini@gmail.com>

TSSetFromOptions: fix uninitialized value with -help


# 2286efdd 25-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-07-30/fix-matshellsetoperationarg' into 'main'

Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFn

See merge request petsc/petsc!8615


# 5ebfa9e9 21-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

Introduce PetscFortranCallbackFn to be used instead of PetscVoidFn for Fortran callback functions

Also fix incorrect use of SNESFunctionFn and SNESJacobianFn in SNES Fortran manual stub


# 57d50842 31-Jul-2025 Barry Smith <bsmith@mcs.anl.gov>

Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **


# 0311516e 09-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# e5979212 09-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-08-02/fortran-fix-tsadjoint-declarations-vec-bracket/release' into 'release'

Fix definitions of some TSAjdoint functions array arguments from Vec * to Vec...

See merge requ

Merge branch 'barry/2025-08-02/fortran-fix-tsadjoint-declarations-vec-bracket/release' into 'release'

Fix definitions of some TSAjdoint functions array arguments from Vec * to Vec...

See merge request petsc/petsc!8627

show more ...


# bcda9346 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 0fc7ecce 03-Aug-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix definitions of some TSAjdoint functions array arguments from Vec * to Vec [] and Vec ** to Vec *[] so that Fortran binding generator produces correct Fortran interface definitions

Reported-by:

Fix definitions of some TSAjdoint functions array arguments from Vec * to Vec [] and Vec ** to Vec *[] so that Fortran binding generator produces correct Fortran interface definitions

Reported-by: NicolaC

show more ...


# 1936bf3e 08-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jrwrigh/ts_eval_multiple_tssolve' into 'main'

ts: TSEvaluationTimes works over multiple calls to TSSolve()

See merge request petsc/petsc!8631


# 264c38b7 05-Aug-2025 James Wright <james@jameswright.xyz>

ts: TSEvaluationTimes works over multiple calls to TSSolve()

A few changes to make this work:
- Have multiple calls to `TSSetEvaluationTimes()` reset all index
counters in addition to `sol_times`

ts: TSEvaluationTimes works over multiple calls to TSSolve()

A few changes to make this work:
- Have multiple calls to `TSSetEvaluationTimes()` reset all index
counters in addition to `sol_times` and `sol_vecs`
- Move the allocation of `sol_vecs` into TSSolve itself
- At the top of `TSSolve()`, check if the initial condition has already
been written to `sol_times`

Also includes some minor renaming and comment changes

show more ...


# 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


12345678910>>...71