History log of /petsc/src/ts/impls/arkimex/fsarkimex.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 9b1dca08 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 9232f42d 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/release/fix-farkimex' into 'release'

Fix SNES not using user-provided Jacobian in FARKIMEX

See merge request petsc/petsc!8706


# 4bb18b8c 15-Sep-2025 Hong Zhang <hongzhang@anl.gov>

Fix SNES not using user-provided Jacobian in FARKIMEX

User-provided Jacobian was associated with the subTS snes and not passed along to the SNES from RHSSplit.


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

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

clang-format-21

See merge request petsc/petsc!8202


# 966bd95a 25-May-2025 Pierre Jolivet <pierre@joliv.et>

Convert some SETERRQ() to PetscCheck()


# 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


# 4ce06fd1 11-Sep-2024 Hong Zhang <hongzhang@anl.gov>

Add SNESTSFormFunction/Jacobian for ARKIMEX_FastSlowSplit

The old SNESTSFormFunction/Jacobian is too overloaded.


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


# 3a2a065f 09-May-2024 Hong Zhang <hongzhang@anl.gov>

Add a new ARKIMEX solver for fast-slow systems