History log of /petsc/src/ts/interface/ts.c (Results 101 – 125 of 1763)
Revision Date Author Comments
# cc4c1da9 14-Apr-2024 Barry Smith <bsmith@mcs.anl.gov>

Update source code removing all unneeded /*@C and associated manual stubs and interfaces


# ec2147f8 17-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3b472708 15-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'prj--release-patch-63032' into 'release'

Update ts.c

See merge request petsc/petsc!7468


# 7d66147c 15-Apr-2024 Pierre Jolivet <pierre@joliv.et>

Update ts.c


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

Merge branch 'stefanozampini/tsresize-errorind' into 'main'

TSSetResize: support error indicators

See merge request petsc/petsc!7368


# 4d179fb4 19-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/add-matmatsolvetranspose_seqaij' into 'main'

MatMatSolveTranspose_SeqAIJ and minor housekeeping

See merge request petsc/petsc!7386


# dd8e379b 19-Mar-2024 Pierre Jolivet <pierre@joliv.et>

Docs: fix missing or extra dash in right-hand side


# ecc87898 20-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TSSetResize: support remeshing with step restart


# 9dc50cb5 15-Mar-2024 Stefano Zampini <stefano.zampini@gmail.com>

TS: add TSGetStepRollBack

this can be useful to determine whether to monitor the solution or not


# 90d719a4 20-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TSSolve: check convergence outside of TSStep


# c61711c8 20-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TS: save solution and time step at the beginning of the step

remove SNES monitor output from ex9bus example since it is numerically unstable
Just error in case SNES does not converge


# b3a72457 18-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TSReset: invalidate jacobian caching


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

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

clang-format version 18

See merge request petsc/petsc!6902


# f4f49eea 11-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g

Remove multiple parentheses and extra semicolon

git grep -l -E "\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]" | xargs sed -r -i'' 's#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g'
git grep -l -E "Petsc(.)*\(\(\*[a-zA-Z0-9_]*\)," | xargs sed -r -i'' 's#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g'
git grep -l -E "([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)" | xargs sed -r -i'' 's#([\!\&\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|->)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g'

show more ...


# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# c7fbd2bd 02-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-19/typedef-snes-functions' into 'main'

add typedef for functions passed to SNESSetFunction() etc to match approach in TS

See merge request petsc/petsc!7206


# 8434afd1 02-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Change the use of the _Fn suffix to indicate a typedef of a function to just Fn

As determined on a vote on GitLab


# d1c5d1fc 21-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Convert TS typedef functions to new style ending with _Fn

Commit-type: housekeeping, maintainability


# b1fed966 22-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c314a481 20-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/check-log-sync-ci' into 'main'

PetscLog: add checks in debug mode for log_sync and event begin/end calls

See merge request petsc/petsc!7185


# 3da188d7 20-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-18/fix-ts-resize/release' into 'release'

fix bug in TSResize() with memory allocation.

See merge request petsc/petsc!7200


# 03ba6ac9 18-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

fix bug in TSResize() with memory allocation.

Reported-by: Ilya Fursov <ilya.foursov.7bd@gmail.com>


# da023ba9 10-Jan-2024 Stefano Zampini <stefano.zampini@gmail.com>

TS: fix LogEvent calls

need to sync with the state vector, not the TS object itself
This is because the TS callbacks are used for local nonlinear solves that synchronize on the local SNES or the loc

TS: fix LogEvent calls

need to sync with the state vector, not the TS object itself
This is because the TS callbacks are used for local nonlinear solves that synchronize on the local SNES or the local DM

show more ...


# 49d85fc3 14-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...71