Fix typos
Add check for misuse of TODO in gmakegentest.py specifications and fix misuse
Fix wrong PetscErrorCode
CI: update checkclangformat to use clang-format-19.1.0
Remove unneeded parentheses
Merge branch 'david/fix-a0' into 'main'Fixing bug in generalized-alpha initializationSee merge request petsc/petsc!7816
docs: TSIMEX -> TSARKIMEX
Use NULL or nullptr instead of casted 0
Merge branch 'barry/2024-09-17/fix-petsccallmpi-misuse' into 'main'Introduce PetscCallReturnMPI() to check for PETSc errors in PETSc provided MPI callpacksSee merge request petsc/petsc!7844
Merge branch 'ilya-fursov-release-patch-93079' into 'main'Update ts.c - a few man pagesSee merge request petsc/petsc!7223
Update ts.c - a few man pages
Merge branch 'hongzh/add-snes-option-for-fastslowsplit' into 'main'Add SNES options for the new ARKIMEX solverSee merge request petsc/petsc!7840
TSMonitorSolution: dump if reason is not 0
PETSc functions that return non-error codes cannot use PetscCall()
Add SNES options for the new ARKIMEX solver
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
Fixes for clang-tidy
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MINCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded
Change from deprecated PETSC_MAX/MIN_INT to PETSC_INT_MAX/MINCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time: hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse
show more ...
Add support to MPIU_Allreduce to prevent int overflow with a single integer argument
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']Also fix the code to repository to compile cleanly with these flags in the CI
Merge remote-tracking branch 'origin/release'
Adding tests sensitive to generalized-alpha initialization.
Fix compiler warning in Intel oneAPI 2024.2.1warning: higher precision floating-point type size has the same size thanfloating-point type size [-Whigher-precision-fp]
Fixing backward difference formula used for generalized-alpha initialization.
Retaining step size changes from adaptivity in initial half-steps.
12345678910>>...236