History log of /petsc/src/ts/interface/ts.c (Results 51 – 75 of 1763)
Revision Date Author Comments
# 76d69608 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1d017dde 19-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-11-26/improve-man-pages/release' into 'release'

Improve some manual pages in KSP/SNES

See merge request petsc/petsc!8071


# 0b4b7b1c 26-Nov-2024 Barry Smith <bsmith@mcs.anl.gov>

Improve some manual pages in KSP/SNES


# a982d554 16-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b2d4ea15 15-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-docs' into 'release'

Docs: minor fixes

See merge request petsc/petsc!8073


# f8d70eaa 14-Jan-2025 Pierre Jolivet <pierre@joliv.et>

Docs: minor fixes


# be37439e 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/useless-cast' into 'main'

Remove useless cast

See merge request petsc/petsc!7894


# 835f2295 05-Oct-2024 Stefano Zampini <stefano.zampini@gmail.com>

Brain dead fixes for useless casts


# ad781fe3 21-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'

Unify handling of context destructors

See merge request petsc/petsc!7900


# 49abdd8a 29-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t

Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)

Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that
used PetscContainer

- Now allows any context to be a PetscObject
- Will provide a cleaner mapping to bindings in other languages
- Simplifies the maintenance of PETSc source code; improves clarity

Not backward compatible, compiler warnings will tell users what functions need to be updated

show more ...


# d0e6bf2a 25-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-19' into 'main'

clang-format-19

See merge request petsc/petsc!7644


# 0d5ef98a 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

CI: update checkclangformat to use clang-format-19.1.0


# 57508ece 17-Sep-2024 Pierre Jolivet <pierre@joliv.et>

Remove unneeded parentheses


# b7f3c263 24-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/speedup-plex-jacobian' into 'main'

Speedup computations of Jacobian for DMPLEX FEM

See merge request petsc/petsc!7832


# 3dddbd81 24-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

docs: TSIMEX -> TSARKIMEX


# 4df9f0f5 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ilya-fursov-release-patch-93079' into 'main'

Update ts.c - a few man pages

See merge request petsc/petsc!7223


# 0d56bcf9 18-Sep-2024 Ilya Fursov <ilya.foursov@icloud.com>

Update ts.c - a few man pages


# a3452c82 18-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/misc' into 'main'

Add PetscRandomSetOptionsPrefix() and update TSMonitorSolution()

See merge request petsc/petsc!7837


# c17ba870 17-Sep-2024 Stefano Zampini <stefano.zampini@gmail.com>

TSMonitorSolution: dump if reason is not 0


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 462c564d 14-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()

Introduce MPIU_Count to be used when MPI_Count is not available


# dd460d27 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fixes for clang-tidy


# 1690c2ae 10-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded

Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MIN

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# f4104c90 12-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/imex-fastslow' into 'main'

IMEX solver for fast slow systems

See merge request petsc/petsc!7722


# 4bd3aaa3 10-Sep-2024 Hong Zhang <hongzhang@anl.gov>

Add TSRHSSplitGet/SetSNES()

Use a different SNES object for TSRHSSplit so that the origina SNES DM still matches the TS DM.


12345678910>>...71