| #
462c564d
|
| 14-Sep-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()
Introduce MPIU_Count to be used when MPI_Count is not available
|
| #
6497c311
|
| 25-Aug-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in th
Add to CI compilers flags '-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-float-conversion']
Also fix the code to repository to compile cleanly with these flags in the CI
show more ...
|
| #
fbed16d5
|
| 09-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-repart-opt' into 'main'
small optimzation for block repartitioning
See merge request petsc/petsc!7804
|
| #
c8b01eea
|
| 02-Sep-2024 |
Mark Adams <mfadams@lbl.gov> |
small optimzation for block repartitioning
|
| #
4aeb8c07
|
| 02-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gamg' into 'main'
PCGAMG: some optimizations
See merge request petsc/petsc!7798
|
| #
6c34c54d
|
| 29-Aug-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCGAMG: some brain dead optimizations
add extra information for PCView minimize messages for simple repartitioning minimize matrix permutations with simple redistribution expose API to set graph sym
PCGAMG: some brain dead optimizations
add extra information for PCView minimize messages for simple repartitioning minimize matrix permutations with simple redistribution expose API to set graph symmetrization (this can be useful in nested solvers when the GAMG block is symmetric but the monolithic matrix is not) update examples output
show more ...
|
| #
32e03751
|
| 29-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/deprecate-petsc-default' into 'main'
Fix usage of deprecated PETSC_DEFAULT
See merge request petsc/petsc!7707
|
| #
fb842aef
|
| 29-Jul-2024 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix usage of deprecated PETSC_DEFAULT
|
| #
53816756
|
| 04-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
5d328241
|
| 04-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley-release-patch-9871' into 'release'
PC: Disallow option for GAMG
See merge request petsc/petsc!7666
|
| #
5fb461b6
|
| 02-Jul-2024 |
Matthew Knepley <knepley@gmail.com> |
Update file gamg.c
|
| #
949a929d
|
| 01-Jun-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-24/gamg-minor-cleanup' into 'main'
Barry/2024 05 24/gamg minor cleanup
See merge request petsc/petsc!7574
|
| #
e0b7e82f
|
| 17-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of GAMG code for main
|
| #
1432289d
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
8f6fade5
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-24/gamg-fieldsplit-docs/release' into 'release'
Add useful lists of options for GAMG and fieldsplit. Improve related manpages
See merge request petsc/petsc!7573
|
| #
a077d33d
|
| 29-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Add useful lists of options for GAMG and fieldsplit. Improve related manpages
|
| #
2cac467e
|
| 09-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping-gamg' into 'main'
Minor PCGAMG housekeeping
See merge request petsc/petsc!7533
|
| #
e323ae0a
|
| 08-May-2024 |
Pierre Jolivet <pierre@joliv.et> |
PCGAMG: do not error out when reaching PC_MG_MAXLEVELS
|
| #
1ed6e3ff
|
| 25-Apr-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-13/fix-sowing-strings' into 'main'
Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INT
See merge request petsc/petsc!7480
|
| #
cc4c1da9
|
| 14-Apr-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Update source code removing all unneeded /*@C and associated manual stubs and interfaces
|
| #
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
|
| #
fbccb6d4
|
| 18-Nov-2023 |
Pierre Jolivet <pierre@joliv.et> |
CI: update to clang-format-18
|
| #
4d86920d
|
| 10-Feb-2024 |
Pierre Jolivet <pierre@joliv.et> |
checkbadSource: rules for PetscFunctionBegin and derivatives
|
| #
d86a4816
|
| 29-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/gamg-feature-injection' into 'main'
GAMG: add injection for C1 elements
See merge request petsc/petsc!7236
|
| #
b65aec2d
|
| 26-Jan-2024 |
Mark Adams <mfadams@lbl.gov> |
gamg: adding injection restriction/prolongation (for C1 elements)
|