| b65512ae | 01-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mumps-zerosize' into 'release'
MATSOLVERMUMPS: do not report error if size is 0
See merge request petsc/petsc!7660 |
| 72b150d8 | 30-Jun-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMUMPS: do not report error if size is 0
MUMPS does not support 0 sized problems, these errors are benign for PETSc since the solver will never be run |
| cc85f647 | 27-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
Also add error checking to MatFDColoring() to check for bad coloring input.
Also fix bug where call
Fix error checking in DMDA for periodic cases where it cannot handle periodic boundary conditions
Also add error checking to MatFDColoring() to check for bad coloring input.
Also fix bug where call to ISColoringGetIS() where the is already exists and the caller requests PETSC_OWN_POINTER
Reported-by: Richard Katz <richard.katz@earth.ox.ac.uk>
show more ...
|
| 0c572711 | 25-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 9afb9c56 | 23-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix typos and extra characters |
| 92896123 | 05-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
Kokkos: try to always have an execution space argument |
| e3c15826 | 14-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
Config: get rid of PETSC_HAVE_MPICH_NUMVERSION and use petscpkg_version.h |
| 4cc2b5b5 | 14-Jun-2024 |
Pierre Jolivet <pierre@joliv.et> |
Mat: fix -Wmissing-field-initializers |
| 5d83a8b1 | 30-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of
This requires some changes to user FORTRAN code
Pass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an array Pass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGER Pass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v] Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXX
The compiler will now automatically prevent you from using the wrong argument type for the first three bullets above This will also require an update sowing with the new sowing branch this MR is using.
show more ...
|
| b2e8165f | 11-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| f13dfd9e | 11-Jun-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor docs fixes |
| cff58d65 | 03-Jun-2024 |
Junchao Zhang <jczhang@anl.gov> |
Mat: reuse the Mvctx by reference count in MatDuplicate_MPIAIJ |
| 003fa74b | 02-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| baa50dc0 | 31-May-2024 |
Brad Aagaard <baagaard@usgs.gov> |
Ensure 64 bit integer when counting flops to accommodate large blocks. |
| 320e3b49 | 27-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove now redundant increase in mat nonzero state |
| b758ae8c | 27-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix serious bugs in MatSetValuesBlocked for SeqBAIJ and MPIBAIJ when a reallocation is needed.
Reported-by: Adrian Croucher <a.croucher@auckland.ac.nz> |
| 9e48eb9f | 16-May-2024 |
liuyangzhuan <liuyangzhuan@gmail.com> |
Udpate superlu_dist.c for v9.0.0 release |
| 5d076312 | 23-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 097f9d90 | 21-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/matmpiaij-graph-bug2' into 'release'
MATAIJ: fix bug in graph create
See merge request petsc/petsc!7556 |
| 2fd2f86a | 20-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 2aa92ba4 | 19-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded include <petsc/private/fortranimpl.h> |
| 66521e1f | 17-May-2024 |
Mark Adams <mfadams@lbl.gov> |
MATAIJ: fix bug in graph create |
| 3d77ad52 | 14-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| fa6fd9d0 | 12-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
Typos |
| b1d24acd | 03-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/mumps-schur-fail' into 'main'
MATSOLVERMUMPS: add failing Schur test with sparse rhs
See merge request petsc/petsc!7263 |