History log of /petsc/src/tao/bound/impls/bqnls/bqnls.c (Results 26 – 50 of 65)
Revision Date Author Comments
# 2292213e 09-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-doc-errors' into 'main'

Doc: Trying to remove all reported errors

See merge request petsc/petsc!4930


# f1a722f8 06-Mar-2022 Matthew G. Knepley <knepley@gmail.com>

Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters

Doc: Trying to remove all reported errors - Since it reports as an error, and only occurs a very few times, I have removed the Imput/Output Parameters sections and replaced them by Output Parameters with documentation

show more ...


# 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


# 8ebe3e4e 07-Dec-2021 Stefano Zampini <stefano.zampini@gmail.com>

TAO bound constrained solvers: properly propagate options prefix to subsolvers

options prefix is not known at creation time


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

TAOBNK: cleanup


# a8a8b9ed 09-Dec-2021 Satish Balay <balay@mcs.anl.gov>

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

TAO: unify options for bounded Newton-Krylov

See merge request petsc/petsc!4581


# 9fa2b5dc 28-Oct-2021 Stefano Zampini <stefano.zampini@gmail.com>

TAO: unify options for bounded Newton-Krylov

Fix typos here and there


# 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


# bcddbdeb 07-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/dalcinl/fix-null'

TS/SNES/Tao: Fix 0 ->NULL for pointers

See merge request petsc/petsc!2783


# 83c8fe1d 07-May-2020 Lisandro Dalcin <dalcinl@gmail.com>

Tao: Replace 0 -> NULL for pointers


# ffec9659 24-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'denera/snes-qn-harmonization' into 'master'

SNESQN harmonization with MATLMVM objects

See merge request petsc/petsc!2620


# 864588a7 23-Mar-2020 Alp Dener <alp.dener@me.com>

refactored LMVM matrix names for Broyden-class methods


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


# 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


# c86da64b 06-Sep-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 3b16a644 03-Sep-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-superdm-is

* master: (455 commits)
bib: spell out some names for format consistency with related refs
bib: two 2018 pubs now appeared
cleaning up analyze

Merge branch 'master' into knepley/fix-superdm-is

* master: (455 commits)
bib: spell out some names for format consistency with related refs
bib: two 2018 pubs now appeared
cleaning up analyzer warnings
compile fixes (workarround PGI bug?):
undoing the branch's changes to leastsquares outputs
more fixes for complex builds
compile error fix for complex builds
1) Look for 64 bit integer MKL BLAS if 64 bit indices are used with PETSc 2) Fix Pardiso code to only compile pardiso_init64 when needed, otherwise can generate warnings/errors
jenkins: run 'cleantest' before 'allgtest-tap' - an attempt to fix errors of type:
cuda: protect cuda includes
fix cuda warnings.
fix complex compile error
Revert "Improved polymorphism of interfaces for MatSetValuesBlocked()"
Bib: Updated ref
Doc: More function documentation
petscvec: move PetscSFCreateFromZero from vscat to vec sources
Fixed an uninitialized variable and got rid of an unused one.
memleak fixed and output files updated
fixing build errors on some archs
Mat: obey options prefix of Mat in MatNullSpaceTest
...

Conflicts:
include/petsc/private/dmpleximpl.h
src/dm/interface/dmi.c

show more ...


123