- Mar 11, 2025
-
-
Pierre Jolivet authored
-
- Mar 08, 2025
-
-
Pierre Jolivet authored
-
- Feb 25, 2025
-
-
Lisandro Dalcin authored
-
- Feb 21, 2025
-
-
Jed Brown authored
Suggested-by:
Jacob Faibussowitsch <jacob.fai@gmail.com>
-
Pierre Jolivet authored
-
- Feb 20, 2025
-
-
Junchao Zhang authored
-
Junchao Zhang authored
-
- Feb 10, 2025
-
-
-
-
Fix bug in PetscShmgetDeallocateArray needs to call PetscCheck(!shmdt(next->addr), since that is not called in the unmap on rank 0 Reported-by: Marsha Berger Reported-by: Randy Leveque
-
-
- Feb 09, 2025
-
-
Matthew Knepley authored
- Add PetscDrawHGAddWeightedValue()
-
- Jan 19, 2025
-
-
Barry Smith authored
-
- Jan 17, 2025
-
-
Pierre Jolivet authored
-
- Jan 16, 2025
-
-
Co-authored-by:
Barry Smith <bsmith@mcs.anl.gov>
-
James Wright authored
-
James Wright authored
-
- Dec 09, 2024
-
-
- Nov 22, 2024
-
-
James Wright authored
Co-authored-by:
Jed Brown <jed@jedbrown.org>
-
- Nov 21, 2024
-
-
James Wright authored
-
-
- Nov 20, 2024
-
-
James Wright authored
Rather than erroring out.
-
James Wright authored
-
- Nov 19, 2024
-
-
James Wright authored
Accessing the FlowSolutionPointers arrays requires a different index than the solution id
-
- Nov 14, 2024
-
-
Pierre Jolivet authored
-
- Nov 10, 2024
-
-
Pierre Jolivet authored
-
- Nov 08, 2024
-
-
James Wright authored
See discussion: !7993 (comment 2201318837)
-
James Wright authored
Equivalent to Petsc{Int,Real,Scalar}View, but user selects the number of columns-per-row printed to screen
-
- Nov 07, 2024
-
- Nov 06, 2024
-
-
- Nov 01, 2024
-
-
James Wright authored
-
- Oct 31, 2024
-
-
Pierre Jolivet authored
-
- Oct 28, 2024
-
-
James Wright authored
-
James Wright authored
Co-authored-by:
Jed Brown <jed@jedbrown.org>
-
- Oct 26, 2024
-
-
James Wright authored
-
- Oct 21, 2024
-
-
Check for env variable TORCHELASTIC_RUN_ID to "ensure" LOCAL_RANK env variable is truly associted with PyTorch. Reported-by: Stefano Zampini
-
-
-
- Oct 18, 2024
-
-
Barry Smith authored
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
-
Barry Smith authored
-