Merge branch 'stefanozampini/tsresize-errorind' into 'main'TSSetResize: support error indicatorsSee merge request petsc/petsc!7368
Docs: fix missing or extra dash in right-hand side
TSSetResize: support remeshing with step restart
TS: add TSGetStepRollBackthis can be useful to determine whether to monitor the solution or not
TSSolve: check convergence outside of TSStep
TS: save solution and time step at the beginning of the stepremove SNES monitor output from ex9bus example since it is numerically unstableJust error in case SNES does not converge
TSReset: invalidate jacobian caching
Remove multiple parentheses and extra semicolongit 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 semicolongit 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 ...
Remove trailing whitespace
checkbadSource: rules for PetscFunctionBegin and derivatives
Fix words appearing twice in a row for no good reason
Change the use of the _Fn suffix to indicate a typedef of a function to just FnAs determined on a vote on GitLab
Change PETSc sys typedef function names to use the new _Fn formatCommit-type: housekeeping, maintainance
Convert TS typedef functions to new style ending with _FnCommit-type: housekeeping, maintainability
Merge remote-tracking branch 'origin/release'
fix bug in TSResize() with memory allocation.Reported-by: Ilya Fursov <ilya.foursov.7bd@gmail.com>
TS: fix LogEvent callsneed to sync with the state vector, not the TS object itselfThis is because the TS callbacks are used for local nonlinear solves that synchronize on the local SNES or the loc
TS: fix LogEvent callsneed to sync with the state vector, not the TS object itselfThis is because the TS callbacks are used for local nonlinear solves that synchronize on the local SNES or the local DM
Updates, copyedits for first part of users manual
TS: fix docs
TSSetFunctionDomainError: fix docs
LIBBASE is no longer used in make so remove it
Update references in the manual pages to use Sphinx citation processing
12345678910>>...60