History log of /petsc/src/tao/constrained/impls/ipm/pdipm.h (Results 1 – 15 of 15)
Revision Date Author Comments
# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 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


# 71075aaf 20-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 57e3f0c7 20-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/codespell-fixes' into 'release'

A few codespell fixes

See merge request petsc/petsc!5259


# 6aad120c 19-May-2022 Jose E. Roman <jroman@dsic.upv.es>

A few codespell fixes


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

Merge branch 'rylee/tao-pdipm-reorg-inertiacheck' into 'main'

applied reorginization to inertia correction in pdipm

See merge request petsc/petsc!3833


# 7f6ac294 08-Apr-2021 Rylee Sundermann <rylee.sundermann@sdstate.edu>

applied reorginization to inertia correction in pdipm


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


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


# 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