History log of /petsc/src/tao/bound/impls/bnk/bnls.c (Results 26 – 50 of 101)
Revision Date Author Comments
# 5f80ce2a 24-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

chkerr and friends wrapped


# 65f1e9d4 21-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-03-20/rm-petsccheckfalse-tao' into 'main'

Remove use of PetscCheckFalse() from Tao

See merge request petsc/petsc!4998


# 3c859ba3 20-Mar-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove use of PetscCheckFalse() from Tao

Commit-type: error-checking, housekeeping
/spend 45m


# 1241a243 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-01-05/c99' into 'main'

Feature: C99 and C++11

See merge request petsc/petsc!4700


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 93794888 18-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/tao-cleanup' into 'main'

TAO: cleanup solver interface

See merge request petsc/petsc!4723


# 2e6e4ca1 07-Dec-2021 Stefano Zampini <stefano.zampini@gmail.com>

TAOBNK: cleanup


# 67c04edd 12-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'denera/tao-qn-recycle-fixes' into 'master'

QN and CG history recycling interfaces

See merge request petsc/petsc!3549


# 414d97d3 12-Jan-2021 Alp Dener <adener@anl.gov>

unified recycle flags for Tao solvers with consistent set/get interfaces


# 16924cb1 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc

Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

See merge request petsc/petsc!3064

show more ...


# 2da392cc 17-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Turn on checkbadSource test to generate an error when found; fix all source code that causes errors

Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability
/spend 1.5h


# 3e84a045 19-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/2019-10-16/use-error-codes' into 'master'

Replace use of 1 with appropriate error code; use PetscObjecComm() instead of...

See merge request petsc/petsc!2182


# 691b26d3 17-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Replace use of 1 with appropriate error code; use PetscObjecComm() instead of PETSC_COMM_SELF for errors when appropriate

Commit-type: error-checking, testing-fix, style-fix, examples


# 796c3b7e 17-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

Merged in psanan/tao-man-pages-indentation-fix (pull request #1784)

TAO man pages: fix some indentation errors for lists

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 9abc5736 15-Jun-2019 Patrick Sanan <patrick.sanan@gmail.com>

TAO man pages: fix some indentation errors for lists

Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>


# 8000f006 15-Mar-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 206d7542 15-Mar-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/fix-tao-update-ctx' [PR #1443]

* stefano_zampini/fix-tao-update-ctx:
Few small fixes to Tao before the release.

- TAOSetUpdate: change the Update callback
In SNES, t

Merge branch 'stefano_zampini/fix-tao-update-ctx' [PR #1443]

* stefano_zampini/fix-tao-update-ctx:
Few small fixes to Tao before the release.

- TAOSetUpdate: change the Update callback
In SNES, the update function does not uses contexts, and thus it does not appear in the callback prototype.
With TAO, since we are explcitily passing the ctx via TAOSetUpdate, we have to give it back to the user when performing the call

- Tao: PETSc does not print warnings

- MatAssembled: there's no point in checking the type
a matrix with type not set cannot be assembled

- TaoBNKEstimateActiveSet: Call MatHasOperation() only if the matrix has been assembled
the previous logic for MatGetDiagonal still holds. With this fix, the code will not error in case the hessian has not been assembled at this time

show more ...


# 8fcddce6 14-Mar-2019 Stefano Zampini <stefano.zampini@gmail.com>

TAOSetUpdate: change the Update callback

In SNES, the update function does not uses contexts, and thus it does not appear in the callback prototype
With TAO, since we are explcitily passing the ctx

TAOSetUpdate: change the Update callback

In SNES, the update function does not uses contexts, and thus it does not appear in the callback prototype
With TAO, since we are explcitily passing the ctx via TAOSetUpdate, we have to give it back to the user when performing the call

show more ...


# a041468a 06-Mar-2019 Lawrence Mitchell <lawrence@wence.uk>

Merge branch 'master' into wence/feature-patch-all-at-once


# 470f084c 14-Feb-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'denera/tao-manual-pages-updates' [PR #1382]

* denera/tao-manual-pages-updates:
TaoCreate_XYZ() docstring updates for manual pages


# 3850be85 13-Feb-2019 Alp Dener <adener@anl.gov>

TaoCreate_XYZ() docstring updates


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


12345