History log of /petsc/src/tao/constrained/tutorials/ex1.c (Results 76 – 100 of 100)
Revision Date Author Comments
# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 49824467 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'

Fix bad error code returns in various places in PETSc

See merge request petsc/petsc!3846


# d8185827 07-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-f

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-fix, style-fix
/spend 2.5h

show more ...


# 232f0cd2 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c4aae8b2 08-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rylee/fix-tao-pdipm-ex1' into 'release'

fixed bug in ex1.c in tao constrained tutorials

See merge request petsc/petsc!3830


# 628da978 06-Apr-2021 resundermann <rylee.sundermann@sdstate.edu>

fixed bug in ex1.c in tao constrained tutorials


# 7a286d2e 17-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rylee/inertiacorrection_pdipm' into 'master'

pdipm: improve solver by adding a shift option for the KKT matrix so that it will always be positive definite.

See merge request petsc/pet

Merge branch 'rylee/inertiacorrection_pdipm' into 'master'

pdipm: improve solver by adding a shift option for the KKT matrix so that it will always be positive definite.

See merge request petsc/petsc!3627

show more ...


# 09ee8bb0 17-Feb-2021 Rylee Sundermann <rylee.sundermann@sdstate.edu>

pdipm: improve solver by adding a shift option for the KKT matrix so that it will always be positive definite.


# 3bc007e5 28-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'denera/tao-auglag' into 'master'

TAO Augmented Lagrangian solver for generally constrained optimization problems

See merge request petsc/petsc!3581


# 661095bb 19-Jan-2021 Alp Dener <alp.dener@me.com>

TAOALMM implemented for generally constrained optimization


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# f279c011 13-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rylee/pdipm-symetrickkt' into 'master'

Rylee/pdipm symetrickkt

See merge request petsc/petsc!3307


# 12d688e0 13-Oct-2020 Rylee Sundermann <rylee.sundermann@sdstate.edu>

Change the KKT matrix used by pdipm solve to a symmetric indefinite matrix to use MUMPS Cholesky.


# 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


# a93ae7c8 23-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 09ed9656 21-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rylee/pdipm-patch' into 'maint'

bugfix: added check for equality constraints to pdipm

See merge request petsc/petsc!3026


# 8e58fa1d 05-Aug-2020 resundermann <rylee.sundermann@sdstate.edu>

add check for equality constraints to pdipm
add -no_eq option to ex1.c to remove equality constraints

Co-authored-by: Hong Zhang <hzhang@mcs.anl.gov>


# 525b9d82 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 84bf41f4 14-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'maint'

Typos

See merge request petsc/petsc!2711


# 2d4ee042 14-Apr-2020 prj- <pierre.jolivet@enseeiht.fr>

Typos


# 665c20a3 27-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'shri/tao-pdipm-squashed' into 'master'

TAOPDIPM: Interior-point solver for general NLP problems

See merge request petsc/petsc!2637


# aad13602 27-Mar-2020 Shrirang Abhyankar <shri@pnnl.gov>

TAOPDIPM: Add primal-dual interior point method solver in TAO


1234