History log of /petsc/src/tao/interface/taosolver.c (Results 101 – 125 of 522)
Revision Date Author Comments
# a4598233 20-Mar-2023 Stefano Zampini <stefano.zampini@gmail.com>

SNESKSPEW: fix set from options


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 81e241df 11-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-30/cpp20' into 'main'

Add C++20 support to configure

See merge request petsc/petsc!6014


# 13bcc0bd 01-Feb-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Fix C++20 implicit enum-float conversions


# c51044f9 23-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-20/fix-tao-man-pages' into 'main'

cleanup on Tao manual pages

See merge request petsc/petsc!6099


# 47450a7b 20-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

cleanup on Tao manual pages

Commit-type: documentation


# 2975ceb4 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 0f3c9fe5 13-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-07/fix-man-pages/release' into 'release'

Fix a few manual pages using Jacob's make lint information

See merge request petsc/petsc!6029


# 67be906f 07-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix a few manual pages using Jacob's make lint information

Commit-type: documentation


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 3ba16761 10-Dec-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Make PetscErrorCode a non-discardable enum


# e3dbaa52 29-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3d996455 29-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'

Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line

Merge branch 'barry/2022-11-17/fix-collective-on-man-pages/release' into 'release'

Remove unneeded " on xxx" from most Collective comments in manual pages; move no Fortran support to Collective line

See merge request petsc/petsc!5850

show more ...


# eb733386 29-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-28/fix-tao-convergence-history/release' into 'release'

Fix two bugs in Tao related to keeping history

See merge request petsc/petsc!5880


# c3339dec 17-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded " on xxx" from most Collective comments in manual pages

The phrase was unneeded 99% of the time

I did not remove in the dm directory since another MR is still active that affects th

Remove unneeded " on xxx" from most Collective comments in manual pages

The phrase was unneeded 99% of the time

I did not remove in the dm directory since another MR is still active that affects that directory

Commit-type: documentation
/spend 20m

show more ...


# 5b494b05 28-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix two bugs in Tao related to keeping history

1) TaoGetConvergenceHistory did not return lits if requested
2) TaoLogConvergenceHistory did not correctly log linear iterations for each Tao solve

Co

Fix two bugs in Tao related to keeping history

1) TaoGetConvergenceHistory did not return lits if requested
2) TaoLogConvergenceHistory did not correctly log linear iterations for each Tao solve

Commit-type: bug-fix
/spend 15m
Reported-by: Stephan Kohler stephan.koehler@math.tu-freiberg.de

show more ...


# ee1f2e84 27-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d9b3b045 27-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-11/fixes-for-tao/release' into 'release'

Some fixes for Tao while trying to help a user

See merge request petsc/petsc!5840


# 990be990 23-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d9370626 21-Nov-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-11-15/fix-more-dm-man-pages/release' into 'release'

fix more un-updated DMPLEX manual pages

See merge request petsc/petsc!5839


# 3c7db156 16-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix missing "Key" and incorrect "Command" for manual page listing of Options Database Key(s):

Commit-type: documentation
/spend 10m


# a1cb98fa 16-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

fix more un-updated DMPLEX manual pages

Commit-type: documentation


# f642d338 17-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

Make the Tao converged reason viewer respect the tabbing in output for clarity of which solver has converged


Some fixes for Tao while trying to help a user

Commit-type: bug-fix, feature
Reported-b

Make the Tao converged reason viewer respect the tabbing in output for clarity of which solver has converged


Some fixes for Tao while trying to help a user

Commit-type: bug-fix, feature
Reported-by: Stephan Köhler <stephan.koehler@math.tu-freiberg.de>

show more ...


# 9c369982 17-Nov-2022 Barry Smith <bsmith@mcs.anl.gov>

If Tao solver does not support using line searches it should not falsely indicate the line search option has been used

It is confusing to users and incorrect to mark the option as selected when it d

If Tao solver does not support using line searches it should not falsely indicate the line search option has been used

It is confusing to users and incorrect to mark the option as selected when it does not work

Some fixes for Tao while trying to help a user

Commit-type: bug-fix, feature
Reported-by: Stephan Köhler <stephan.koehler@math.tu-freiberg.de>

show more ...


12345678910>>...21