| a982d554 | 16-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| f8d70eaa | 14-Jan-2025 |
Pierre Jolivet <pierre@joliv.et> |
Docs: minor fixes |
| eac151a8 | 30-Jan-2023 |
Matthew G. Knepley <knepley@gmail.com> |
Section: Wrong object used for comm |
| 72b25122 | 28-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| ffc29c3a | 26-Nov-2024 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Update to Kokkos to 4.5.00 |
| 861cd84c | 25-Nov-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
VecGetLocalToGlobalMapping_MPI_VecGhost: return Null if ghostis is not present |
| 9988c8ba | 21-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-11-15/fix-vecnorm-cache-check/release' into 'release'
Fix the VecNorm cached value sanity check for debug mode, it fails for a norm of NaN.
See merge request petsc/petsc!80
Merge branch 'barry/2024-11-15/fix-vecnorm-cache-check/release' into 'release'
Fix the VecNorm cached value sanity check for debug mode, it fails for a norm of NaN.
See merge request petsc/petsc!8011
show more ...
|
| 2ad7182b | 20-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 85aa6ec3 | 15-Nov-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Change the functionality of VecPow to be as expected.
The previous code was part of Tao and was not a general purpose vector power function, it had highly algorithm specific handling in it for real
Change the functionality of VecPow to be as expected.
The previous code was part of Tao and was not a general purpose vector power function, it had highly algorithm specific handling in it for real numbers and fractional powers of negative numbers.
Reported-by: Peder Jørgensgaard Olesen
show more ...
|
| c54ef365 | 15-Nov-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix the VecNorm cached value sanity check for debug mode, it fails for a norm of NaN.
Reported-by: Sebastien Gilles <sebastien.gilles@inria.fr> |
| 00f5d003 | 06-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| e4bac72c | 01-Nov-2024 |
Junchao Zhang <jczhang@anl.gov> |
Vec: simplify veckok cpu/gpu logging, in addition to adding missing ones |
| 927f4375 | 31-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor housekeeping |
| 2e45e1b1 | 24-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| e58947e7 | 22-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/cleanup_malloc' into 'release'
sys: Cleanup PetscMalloc and PetscCalloc
See merge request petsc/petsc!7892 |
| 32603206 | 02-Oct-2024 |
James Wright <james@jameswright.xyz> |
Address potential Malloc/Calloc ternary operator bugs
- Bug either by the argument of the ternary operator being cast inappropriately to `size_t` or by the values themselves not being cast to `s
Address potential Malloc/Calloc ternary operator bugs
- Bug either by the argument of the ternary operator being cast inappropriately to `size_t` or by the values themselves not being cast to `size_t` when necessary.
show more ...
|
| 300f1712 | 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
brain dead fixes for useless casts in examples |
| 835f2295 | 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts |
| 5a236de6 | 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2e1d0745 | 19-Oct-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-nosh
Fix ranlib warnings 'file has no symbols'
These warnings appear in macOS when configured --with-shared-libraries=0
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbols
Includes the removal of unnecessary custom fortran stubs.
show more ...
|
| 49abdd8a | 29-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those t
Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)
Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those that used PetscContainer
- Now allows any context to be a PetscObject - Will provide a cleaner mapping to bindings in other languages - Simplifies the maintenance of PETSc source code; improves clarity
Not backward compatible, compiler warnings will tell users what functions need to be updated
show more ...
|
| a74a939a | 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 55502333 | 02-Oct-2024 |
Matthew G. Knepley <knepley@gmail.com> |
IS+HDF5: Do not write compressed ISes unless we explicitly ask - DMPlex output version 3.1.0 compresses ISes - Add ISGetCompressOutput() and ISSetCompressOutput() - Add compressOutput flag to IS |
| 8f0628bb | 09-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/ci-compile-examples' into 'release'
compile examples in CI
See merge request petsc/petsc!7924 |
| f5c5fea7 | 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
CI: enable compilation of examples in some stage-1 jobs |