History log of /petsc/src/tao/constrained/impls/almm/almm.c (Results 1 – 25 of 86)
Revision Date Author Comments
# d756bedd 23-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/tao-monitor-modernization' into 'main'

Modernize TAO monitoring to resemble TS and friends

See merge request petsc/petsc!9029


# 03047865 18-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-02-14/remove-last-of-source-horizontal-lines' into 'main'

Remove the last of the use of horizontal lines --- as seperators. With modern...

See merge request petsc/petsc!9039


# 21789920 15-Feb-2026 Barry Smith <bsmith@mcs.anl.gov>

Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore


# a336c150 12-Feb-2026 Zach Atkins <zach.atkins@colorado.edu>

Tao - Update monitor functions to work like TS


# 4e8208cb 31-Jan-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetC

Merge branch 'barry/2026-01-13/ftn-generation-for-context-functions' into 'main'

Fortran generation of interface definitions for functions that take and return context variables (void *ctx and PetCtx ctx)

See merge request petsc/petsc!8956

show more ...


# 2a8381b2 13-Jan-2026 Barry Smith <bsmith@mcs.anl.gov>

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now t

Add automatic generated fortran support for setting and returning contexts

Major cleanup of the code for setting and returning application (previously called user) contexts
- PetscCtx ctx is now the standard for passing in contexts
- PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFn

Both of these are typedef to void*

Also removed most use of user and userctx for context arguments now consistently named ctx

Improved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

show more ...


# a91af5e1 10-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'


# 31d8fde2 09-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/taoalmmclassic_no_bound_Fix' into 'release'

TAO_ALMM_CLASSIC bug fix for un-bounded case.

See merge request petsc/petsc!8383


# c8b0c2b5 06-May-2025 Hansol Suh <hsuh@anl.gov>

TAO_ALMM_CLASSIC bug fix for un-bounded case.
Bounds on slack variable was not being set
when the master problem had no bound constraint.


# f5523d9a 09-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 17d1a55e 09-May-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'fix_1671' into 'release'

Fix `ALMM` Lagrangian derivative

See merge request petsc/petsc!8355


# e2f36375 28-Apr-2025 Paul T. Kühner <paul.kuehner@uni.lu>

Fix pmin -> pmax typos


# a9b58be2 28-Apr-2025 Paul T. Kühner <paul.kuehner@uni.lu>

Fix factor in ALMM Lagrangian derivative


# b11d9968 08-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4ffae6cf 07-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'petsc4py_tao_inequality' into 'release'

Export of inequality constraint routines for TAO to Python and fix edge case in TAOALMM

See merge request petsc/petsc!8278


# 08fc2fa2 04-Apr-2025 Paul T. Kühner <paul.kuehner@uni.lu>

Fix: ALMM PHR case for no equality constraint and no violated inequality constraint


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# ec42381f 20-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-06-15/deprecate-petsc-current' into 'main'

Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...

See merge request petsc/petsc!7634


# 606f75f6 25-Jun-2024 Barry Smith <bsmith@mcs.anl.gov>

Deprecate PETSC_DEFAULT for Tao parameters with PETSC_CURRENT and add support for PETSC_DETEREMINE to use default


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# 4d86920d 10-Feb-2024 Pierre Jolivet <pierre@joliv.et>

checkbadSource: rules for PetscFunctionBegin and derivatives


# ce23fd59 09-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-02-06/fix-tao-view-solution' into 'main'

Some Tao monitor options are incorrectly called viewers, yikes and more yikes

See merge request petsc/petsc!7266


# 10978b7d 09-Feb-2024 Barry Smith <bsmith@mcs.anl.gov>

Some Tao monitor options are incorrectly called viewers, yikes and more yikes

Correct ``-tao_view_gradient``, ``-tao_view_ls_residual``, ``-tao_view_solution``, and ``-tao_view_stepdirection`


# 617fea42 01-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'prj--release-patch-77182' into 'main'

Fix missing new lines at the end of PetscInfo() calls

See merge request petsc/petsc!6770


1234