History log of /petsc/src/ksp/pc/impls/hypre/hypre.c (Results 101 – 125 of 589)
Revision Date Author Comments
# 37f52850 13-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'prj--release-patch-31973' into 'release'

Update hypre.c

See merge request petsc/petsc!5741


# 49567fc5 13-Oct-2022 Pierre Jolivet <pierre@joliv.et>

Update hypre.c


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# b7124133 20-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-17/slimmer-petscobject' into 'main'

Feature: Slimmer PetscObject

See merge request petsc/petsc!5649


# 4dfa11a4 17-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()


# ecc2da3c 19-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-09-04/fix-pc-man-pages' into 'main'

Clean up manual pages in src/ksp/pc

See merge request petsc/petsc!5593


# f1580f4e 04-Sep-2022 Barry Smith <bsmith@mcs.anl.gov>

Clean up manual pages in src/ksp/pc

Commit-type: documentation
/spend 10h


# 38f67375 27-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-style-one-liners' into 'main'

Remove braces from one-liners

See merge request petsc/petsc!5557


# 48a46eb9 27-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 8fd105b6 17-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/

Merge branch 'barry/2022-06-28/add-petsccallmethod' into 'main'

Introduce PetscTryTypeMethod and PetscUseTypeMethod to replace ad hoc use of (*obj->ops->method) in source

See merge request petsc/petsc!5376

show more ...


# dbbe0bcd 23-Jul-2022 Barry Smith <bsmith@mcs.anl.gov>

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them co

Convert setfromoptions methods over to PetscTryTypeMethod() approach

Flipped the order of the arguments for the function pointers (*setfromoptions)(PetscOptionItem*,obj); and friends to make them consistent with PetscTryTypeMethod() and all the other methods

Commit-type: refactorization
/spend 4h

show more ...


# 0ffc23ff 14-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-09/fix-manualpage-rot' into 'main'

Stop make allmanpages if an error is detected. Otherwise errors are hidden and never fixed.

See merge request petsc/petsc!5510


# 5cb80ecd 09-Aug-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix errors in manual pages that were hidden and passed the CI

ERROR Uses Input Parameter but has multiple input parameters in PetscObjectProcessOptionsHandlers() src/sys/objects/inherit.c
ERROR (Vec

Fix errors in manual pages that were hidden and passed the CI

ERROR Uses Input Parameter but has multiple input parameters in PetscObjectProcessOptionsHandlers() src/sys/objects/inherit.c
ERROR (VecStrideSum) Incomplete argument list (probably + with no - in vinv.c
ERROR (VecStrideSumAll) Incomplete argument list (probably + with no - in vinv.c
ERROR (MatFilter_AIJ) Incomplete argument list (probably + with no - in mpiaij.c
ERROR (DMPlexCreateNaturalVector) Incomplete argument list (probably + with no - in plexnatural.c
WARNING (hypre.c): argument with no description in PCSMG
WARNING (hypre.c): argument with no description in PCSMG
WARNING (hypre.c): argument with no description in PCSMG
WARNING (hypre.c): argument with no description in PCSMG
a=`cat /Users/barrysmith/Src/petsc/arch-classic-docs/manualpages.err | wc -l`; test ! $a -gt 0
gmake[3]: [makefile:376: allmanpages] Error 1 (ignored)

show more ...


# bac2d683 22-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'main' into 'main'

PC: Add PCHYPREAMSSetInteriorNodes() to set interior nodes for HYPRE AMS

See merge request petsc/petsc!5426


# be14dc20 22-Jul-2022 Kerry Key <kerrykey@gmail.com>

PC: Add PCHYPREAMSSetInteriorNodes() to set interior nodes for HYPRE AMS


# ed6a60a2 21-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ftrigaux/ksp-HypreStructInterface' into 'main'

Fix Hypre PFMG options, add SMG and extend HypreStructMatrix

See merge request petsc/petsc!5322


# 1c188c59 09-Jun-2022 ftrigaux <francois.trigaux@uclouvain.be>

Add HYPRE SMG preconditionner


# 0be8cd64 09-Jun-2022 ftrigaux <francois.trigaux@uclouvain.be>

Fix PFMG user options were not set, adapt ex34


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# e77caa6d 28-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Rename PetscStackCallExternalNoErrorCode to PetscStackCallExternalVoid

I tried to rebase this into the commit that introduced PetscStackCallExternalNoErrorCode but that produced a mass
of bad merges

Rename PetscStackCallExternalNoErrorCode to PetscStackCallExternalVoid

I tried to rebase this into the commit that introduced PetscStackCallExternalNoErrorCode but that produced a mass
of bad merges; I am not sure why, so this stands along. Annoying for code review but bisection will work which
is the important thing.

Commit-type: housekeeping
/spend 2m
Reported-by: Stefano Zampini

show more ...


# 792fecdf 25-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Cleanup and unify naming of PetscCall routines

Commit-type: housekeeping
/spend 10m


# 7ab363e1 28-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


12345678910>>...24