| #
0b4b7b1c
|
| 26-Nov-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Improve some manual pages in KSP/SNES
|
| #
d6682a24
|
| 17-Jan-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/kd_tree' into 'main'
Add PetscKDTree
See merge request petsc/petsc!7954
|
| #
77aa4f85
|
| 18-Oct-2024 |
James Wright <james@jameswright.xyz> |
sys: Add PetscFindCount and PetscSortedCheckDupsCount
|
| #
d592c015
|
| 22-Dec-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-mpicount-warning' into 'main'
Fix compile warning
See merge request petsc/petsc!8061
|
| #
bc8457a1
|
| 20-Dec-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix compile warning
|
| #
ba43b2ed
|
| 17-Dec-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-12-12/fix-pcmpi-64-bit-indices' into 'main'
Fix PCMPI for non-shared memory communication to work with 64-bit-indices.
See merge request petsc/petsc!8053
|
| #
3fa2bd1c
|
| 12-Dec-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix PCMPI for non-shared memory communication to work with 64-bit-indices.
Reported-by: Shawn L
|
| #
b106450a
|
| 09-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jrwrigh/int_view_columns' into 'main'
debug: Add Petsc{Int,Real,Scalar}ViewNumColumns
See merge request petsc/petsc!7993
|
| #
57b47c28
|
| 03-Nov-2024 |
James Wright <james@jameswright.xyz> |
debug: Add Petsc{Int,Real,Scalar}ViewNumColumns
Equivalent to Petsc{Int,Real,Scalar}View, but user selects the number of columns-per-row printed to screen
|
| #
6da24969
|
| 31-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
09c4504f
|
| 31-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'again-mpi-check' into 'release'
restore version range checks for MPICH, OpenMPI: accept versions [x.y.z, x+1.0.0) as compatible
See merge request petsc/petsc!7912
|
| #
a2df2f37
|
| 03-Oct-2024 |
Min RK <benjaminrk@gmail.com> |
restore version range checks for MPICH, OpenMPI: accept versions [x.y.z, x+1.0.0) as compatible
This for example, enables conda to update MPICH version from say mpich-4.0.1 to mpich-4.2.0 without ha
restore version range checks for MPICH, OpenMPI: accept versions [x.y.z, x+1.0.0) as compatible
This for example, enables conda to update MPICH version from say mpich-4.0.1 to mpich-4.2.0 without having to rebuild PETSc
This should restore the version checks added in !5260 which were lost in !7633.
show more ...
|
| #
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
|
| #
4a21bc22
|
| 02-Oct-2024 |
James Wright <james@jameswright.xyz> |
doc: Add info to PetscMalloc and PetscCalloc
- Adds docs to address potential overflowing and the general handling of the function parameters
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov> Co-a
doc: Add info to PetscMalloc and PetscCalloc
- Adds docs to address potential overflowing and the general handling of the function parameters
Co-authored-by: Barry Smith <bsmith@mcs.anl.gov> Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
be37439e
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/useless-cast' into 'main'
Remove useless cast
See merge request petsc/petsc!7894
|
| #
835f2295
|
| 05-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Brain dead fixes for useless casts
|
| #
ad781fe3
|
| 21-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-09-29/fix-function-typedef-style' into 'main'
Unify handling of context destructors
See merge request petsc/petsc!7900
|
| #
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 ...
|
| #
5753113e
|
| 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/obj-has-fcn' into 'main'
Add PetscObjectHasFunction
See merge request petsc/petsc!7917
|
| #
0cd8b6e2
|
| 02-Oct-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add PetscObjectHasFunction
|
| #
029d20e5
|
| 04-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-petsccintcast' into 'main'
Sys: add PetscCIntCast()
See merge request petsc/petsc!7906
|
| #
784a7648
|
| 02-Oct-2024 |
Pierre Jolivet <pierre@joliv.et> |
Sys: add PetscCIntCast()
|
| #
0a78fc91
|
| 02-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e648a923
|
| 02-Oct-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/revert-mr7891' into 'release'
Revert "sys: Add parens around PetscMalloc/PetscCalloc parameters"
See merge request petsc/petsc!7903
|