| #
4e8208cb
|
| 31-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC
Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'
Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)
See merge request petsc/petsc!8956
show more ...
|
| #
2a8381b2
|
| 13-Jan-2026 |
Barry Smith <bsmith@mcs.anl.gov> |
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now t
Add automatic generated fortran support for setting and returning contexts
Major cleanup of the code for setting and returning application (previously called user) contexts - PetscCtx ctx is now the standard for passing in contexts - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn
Both of these are typedef to void*
Also removed most use of user and userctx for context arguments now consistently named ctx
Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran
show more ...
|
| #
763f2bca
|
| 23-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3ea675e7
|
| 21-Jan-2026 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2026-01-13/fix-a-test' into 'release'
Remove the absolute error norm test in bench_kspsolve.c
See merge request petsc/petsc!8954
|
| #
c0285e7a
|
| 13-Jan-2026 |
Junchao Zhang <jczhang@anl.gov> |
Test: remove the absolute error norm test
With a large input size (e.g., n=100), the norm could be relatively big. So we just need to error out if the solve does not converge.
|
| #
afb41d4c
|
| 28-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-03-18/revise-aijkokkos-matsolve' into 'main'
Add options to do factorization and solve on host for matseqaijkokkos
See merge request petsc/petsc!8209
|
| #
aac854ed
|
| 27-Mar-2025 |
Junchao Zhang <jczhang@anl.gov> |
aijkokkos: support factorization on host but solve on device
|
| #
65f90748
|
| 27-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-02-26/revise-test-bench_kspsolve' into 'main'
Test: also call PCSetUpOnBlocks() to really separate KSP and PC timing
See merge request petsc/petsc!8170
|
| #
99e7ca8b
|
| 26-Feb-2025 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Test: also call PCSetUpOnBlocks() to really separate KSP and PC timing
|
| #
68c7fe8c
|
| 14-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2025-01-11/add-matconvert-kokkos-hypre' into 'main'
Add MatConvert_seqaijkokkos_hypre_C
See merge request petsc/petsc!8074
|
| #
57761e9a
|
| 11-Jan-2025 |
Junchao Zhang <jczhang@anl.gov> |
Mat: leverage MatConvert_AIJ_HYPRE to convert aijkokkos matrices to mathypre ones
|
| #
732aec7a
|
| 22-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/remove-cast' into 'main'
Use NULL or nullptr instead of casted 0
See merge request petsc/petsc!7857
|
| #
c8025a54
|
| 21-Sep-2024 |
Pierre Jolivet <pierre@joliv.et> |
Use NULL or nullptr instead of casted 0
|
| #
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
|
| #
e978a55e
|
| 28-Jan-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove extra "" after format specifier ending a string
git grep -l -E "_FMT \"\"," | xargs sed -r -i'' 's#_FMT \"\",#_FMT,#g'
|
| #
00045ab3
|
| 11-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefan
Remove carriage return in Petsc(Assert|Check)()
git grep -l -E "Petsc(Assert|Check)\(.*\\\n\"[,)]" | xargs sed -r -i'' 's#Petsc(Assert|Check)\((.*)\\n"([,)])#Petsc\1\(\2\"\3#g'
Suggested-by: Stefano Zampini
show more ...
|
| #
b98e75f9
|
| 02-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
975cc077
|
| 01-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix typos
See merge request petsc/petsc!6984
|
| #
f332b1cb
|
| 01-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix typos
|
| #
21f37e16
|
| 26-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/2023-10-16/feature-persistent-mpi-nbr' into 'main'
SF: Add MPI-4.0 persistent MPI neighborhood collectives support
See merge request petsc/petsc!6943
|
| #
6677b1c1
|
| 20-Oct-2023 |
Junchao Zhang <jczhang@anl.gov> |
PetscSF: add MPI-4.0 persistent neighborhood collectives support
|
| #
d774020d
|
| 14-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/revise-bench-kspsolve' into 'main'
Make bench_kspsolve simpler
See merge request petsc/petsc!6323
|
| #
496109cf
|
| 14-Apr-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Test: add a workaround due to errors from MatSolve_SeqAIJHIPSPARSE_ICC0()
|
| #
03d755e8
|
| 13-Apr-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Test: make bench_kspsolve simpler
|
| #
b047e4b5
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621
|