Fix missing equal sign
Proper capitalization from Gram-Schmidt orthogonalization
Fix bad decisions made in writing TS. Fix -ts_dt to -ts_time_step and add initial time step to TSView outputcommit a5a92c11fa9681148df375b257eda4e09909b74eAuthor: 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 outputcommit a5a92c11fa9681148df375b257eda4e09909b74eAuthor: Barry Smith <bsmith@petsc.dev>Date: Mon Dec 1 14:51:27 2025 -0500 add max_snes_failures to TSViewcommit 32d3e79f6fa743930b1bbf32d03b9181b5b5418aAuthor: Barry Smith <bsmith@petsc.dev>Fix wrongly named options and add to TSViewWrong name for options database key -ts_max_reject should be -ts_max_step_rejections!Add max_reject value to TSViewAdd max_snes_failures to TSViewAdd initial timestep to TSView
show more ...
ts(pseudo): Move to TSAdapt-based timestepping
Fix terminology for Pmat in KSPView output.
Have KSPView() indicate when there is no convergence test.Reported-by: Elana Moral Sanchez
TSPSEUDO: update needs to be copied inside the loopUse Vec API to compute xdotRemove redundant computation of xdot in Jacobian
SNESLinesearch: Minor improvements- add missing configuration options in the documentation of the line searches (some of the available options were not listed), and consistently list their respecti
SNESLinesearch: Minor improvements- add missing configuration options in the documentation of the line searches (some of the available options were not listed), and consistently list their respective default values- add proper convergence criteria for the secant method in the L2 line search based on ltol and atol (otherwise, the secant method is mostly running for the maximum number of iterations)- fix a small bug in the CP line search, where steptol * lambda was used to check for convergence based on the change of lambda instead of the ltol parameter- rename sneslinesearch->maxstep to sneslinesearch->maxlambda in the options database to be consistent with its purpose in the algorithms- rename SNESLineSearchL2 to SNESLineSearchSecant to better represent its underlying approach
checkbadSource: forbid empty output_file not named output/empty.out
Remove explicitly listed empty files and switch to output/empty.out
Tao: Add names for TaoLineSearch types
ts: Add -ts_run_steps and -ts_monitor_solution_skip_initialCo-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>Co-authored-by: Jed Brown <jed@jedbrown.org>Co-authored-by: Barry Smith <
ts: Add -ts_run_steps and -ts_monitor_solution_skip_initialCo-authored-by: Kenneth E. Jansen <kenneth.jansen@colorado.edu>Co-authored-by: Jed Brown <jed@jedbrown.org>Co-authored-by: Barry Smith <bsmith@mcs.anl.gov>
Merge branch 'stefanozampini/tsex30' into 'main'TS ex30 improvementsSee merge request petsc/petsc!7819
MatLMVM: Update test output
TS ex30: update example- fix for non-unit domains- time varying sources- 3D support- operator splitting- function domain error
PetscLayout: default block size 1
Updated for Refactored Geometry Aware Mesh Topology
TSMonitorSolutionVTK: add dumping interval
TS tutorials ex30: support mass lumping
minor: Correct typo in glvis test nameThe file written is tris, not tets
plexcgns: Enable writing of finite volume meshes
plex: Print out labels in sorted stratum order
feat(plex): Add DMPlexSetBoxLabel_Internal
Add support for PETSC_DETERMINE to revert to defaults TS parameters
Shorten tests
12345