History log of /petsc/src/tao/bound/impls/bnk/bnk.c (Results 26 – 50 of 192)
Revision Date Author Comments
# 44b53730 01-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-warnings' into 'main'

Summer cleaning

See merge request petsc/petsc!6850


# 1cb3f120 01-Sep-2023 Pierre Jolivet <pierre@joliv.et>

Fix typos


# 2695622a 16-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/snes' into 'main'

Improve Trust-Region support in SNES

See merge request petsc/petsc!6150


# 4a221d59 15-Mar-2023 Stefano Zampini <stefano.zampini@gmail.com>

SNESNEWTONTR: add dogleg and Cauchy fallbacks from NTRDC


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# 8e86dc3c 27-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 448928d4 26-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-01-17/fix-tao-error-on-reuse/release' into 'release'

Fix Tao BNK code that in one case did not handle bnk->Hpre_inactive correctly..

See merge request petsc/petsc!5986


# b3e6a353 20-Jan-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix Tao BNK code that in one case did not handle bnk->Hpre_inactive correctly when Hessian was updated

Commit-type: bug-fix
/spend 3.5h
Reported-by: Alexis Marboeuf
Thanks-to: Blaise Bourdin


# ee1f2e84 27-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d9b3b045 27-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-11/fixes-for-tao/release' into 'release'

Some fixes for Tao while trying to help a user

See merge request petsc/petsc!5840


# b17ffb64 17-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

View of Tao BNK should view the inner Tao solver

Some fixes for Tao while trying to help a user

Commit-type: bug-fix, feature
Reported-by: Stephan Köhler <stephan.koehler@math.tu-freiberg.de>


# 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()


# f0af967e 29-Aug-2022 Satish Balay <balay@mcs.anl.gov>

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

Remove braces from one-liners w/o PetscCall()

See merge request petsc/petsc!5561


# ad540459 29-Aug-2022 Pierre Jolivet <pierre@joliv.et>

Remove braces from one-liners w/o PetscCall()


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


# 145e6476 23-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-13/make-one-line-if-call' into 'main'

Change if () { PetscCall() } three liner to one liner

See merge request petsc/petsc!5344


12345678