History log of /petsc/src/ksp/pc/impls/gamg/agg.c (Results 1 – 25 of 582)
Revision Date Author Comments
# 0311516e 09-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3ee672c9 06-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/doc-gamg' into 'release'

fix GAMG docs

See merge request petsc/petsc!8664


# aea0ef14 27-Aug-2025 Mark Adams <mfadams@lbl.gov>

fix GAMG docs


# f61fa1bf 04-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/gamg-use-hmapi' into 'main'

GAMG: Replace PCGAMGHashTable with PetscHMapI

See merge request petsc/petsc!8663


# 834855d6 27-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-21' into 'main'

clang-format-21

See merge request petsc/petsc!8202


# ac530a7e 03-Jun-2025 Pierre Jolivet <pierre@joliv.et>

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\

Remove unnecessary braces around one-liners

git grep -lE "[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$" -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | xargs sed -i '' -E 's#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#'

show more ...


# 3a7d0413 12-May-2025 Pierre Jolivet <pierre@joliv.et>

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat

One-liners from petsc/petsc!5344 and petsc/petsc!5557

Slightly reworked regular expression

git ls-files -z -- '*.c' '*.cxx' '*.cu' '*.h' '*.hpp' '*.cpp' | while IFS= read -r -d '' file; do
cat $file | tr '\n' '\r' | sed -E 's/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g' | tr '\r' '\n' > ${file}.joe; mv ${file}.joe ${file}
done

show more ...


# b2b5984a 27-Aug-2025 Zach Atkins <zach.atkins@colorado.edu>

GAMG: Replace PCGAMGHashTable with PetscHMapI


# b8cc7c9f 10-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 7cb29c40 10-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-04-04/add-fortran-dmcreatefielddecomposition/release' into 'release'

Add Fortran binding for dmcreatefielddecomposition

See merge request petsc/petsc!8276


# 4c4edb6f 04-Apr-2025 Barry Smith <bsmith@mcs.anl.gov>

Bug fixes for DMDA not handling Matt's plex handling of fields that he assumes works for all DM, not just DMPLEX


# 49de2505 28-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-nullspace' into 'main'

Some nullspace fixes

See merge request petsc/petsc!8247


# 20654ebb 26-Mar-2025 Stefano Zampini <stefano.zampini@gmail.com>

KSPSetNoisy_Private: remove nullspace from noisy rhs if present


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

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


# c3e1cf4f 24-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-18/fix-some-clang-tidy' into 'main'

Fix some code issues exposed by make clang-tidy

See merge request petsc/petsc!7845


# 63bfac88 24-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix some code issues exposed by make clang-tidy


# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# 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 ...


# 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


12345678910>>...24