History log of /petsc/src/ksp/pc/impls/hypre/hypre.c (Results 1 – 25 of 589)
Revision Date Author Comments
# 47c84c5a 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-01-29/hypre-umpire-pool-size' into 'main'

Add option -hypre_umpire_device_pool_size <size in MiB>

See merge request petsc/petsc!8984


# 5482091f 03-Feb-2026 Junchao Zhang <jczhang@mcs.anl.gov>

Hypre: use PetscCall on PetscHYPREInitialize


# 2906e86b 11-Dec-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2025-12-10/add-caliper' into 'main'

Add Caliper, a profiling package used by Hypre

See merge request petsc/petsc!8895


# 8fc55d51 10-Dec-2025 Junchao Zhang <jczhang@anl.gov>

Packages: add Caliper, a profiling package used by Hypre


# ab964a6c 18-Nov-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/add-petsccallhypre' into 'main'

Add PetscCallHYPRE to properly handle and display HYPRE error codes

See merge request petsc/petsc!8790


# 325a1edf 17-Oct-2025 Zach Atkins <zach.atkins@colorado.edu>

hypre: Use PetscCallHYPRE for member functions


# f2f41e48 16-Oct-2025 Zach Atkins <Zach.Atkins@colorado.edu>

hypre: Fix compiler warnings for mixed int configuration


# a333fa2b 16-Oct-2025 Zach Atkins <Zach.Atkins@colorado.edu>

hypre: Add PetscCallHYPRE macro to allow for printing HYPRE error strings


# 5ff6d247 24-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ea81b304 23-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/enable-CF-for-gpu' into 'release'

Allow CF relaxation on GPU

See merge request petsc/petsc!8805


# ec342aa2 16-Oct-2025 Alex Lindsay <alexlindsay239@gmail.com>

Allow CF relaxation on GPU


# fe7aa59f 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-08-31/fix-hypre-default-setting-reset-to-same' into 'main'

Fixes the bug with hypre whan user changes to parameters are ignored

See merge request petsc/petsc!8678


# abf5c9d9 19-Sep-2025 Barry Smith <bsmith@mcs.anl.gov>

HYPRE BoomerAMG

Set various parameters that have different defaults for CPU and GPU with PETSC_DECIDE values are creation so that if the user sets them to any value PCSetUp_HYPRE does not overwrite

HYPRE BoomerAMG

Set various parameters that have different defaults for CPU and GPU with PETSC_DECIDE values are creation so that if the user sets them to any value PCSetUp_HYPRE does not overwrite them for the CPU or GPU

Reported-by: Glenn Hammond

show more ...


# c3466c22 31-Aug-2025 Barry Smith <bsmith@mcs.anl.gov>

Fix some manual page formats


# 9b1dca08 22-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 2baa962f 20-Sep-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hypre' into 'release'

Add ilu to the supported types for -pc_hypre_type

See merge request petsc/petsc!8707


# b5a865d8 16-Sep-2025 Nuno Nobre <nuno.nobre@stfc.ac.uk>

Add ilu to the supported types for -pc_hypre_type


# 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


# 966bd95a 25-May-2025 Pierre Jolivet <pierre@joliv.et>

Convert some SETERRQ() to PetscCheck()


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


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

Merge branch 'MarDiehl/fix-typo' into 'main'

missing "s" for isascii and issundials

See merge request petsc/petsc!8559


# 9f196a02 17-Jul-2025 Martin Diehl <mail@martin-diehl.net>

missing "s" for isascii and issundials


# 390d3996 12-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'lindad/hypre-control-through-pmat' into 'main'

Change hypre PC option defaults based on hypre matrix memory location

See merge request petsc/petsc!8505


# d7185485 11-Aug-2025 Alex Lindsay <alexlindsay239@gmail.com>

Change hypre PC option defaults based on hypre matrix memory location


# 0337bfe0 08-Jul-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...24