| #
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 ...
|
| #
678e61f4
|
| 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
05aca2cd
|
| 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
fix build warning with !3851 - for some reason TaoGetGradientNorm is in include/petsc/private/taoimpl.h - so do not enable fortran interface
/home/balay/petsc/src/tao/interface/ftn-auto/taosolverf.c
fix build warning with !3851 - for some reason TaoGetGradientNorm is in include/petsc/private/taoimpl.h - so do not enable fortran interface
/home/balay/petsc/src/tao/interface/ftn-auto/taosolverf.c: In function ‘taogradientnorm_’: /home/balay/petsc/src/tao/interface/ftn-auto/taosolverf.c:521:11: warning: implicit declaration of function ‘TaoGradientNorm’; did you mean ‘TaoGetGradientNorm’? [-Wimplicit-function-declaration] 521 | *__ierr = TaoGradientNorm( | ^~~~~~~~~~~~~~~ | TaoGetGradientNorm
show more ...
|
| #
ee237c94
|
| 12-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-documentation' into 'release'
Documentation fixes
See merge request petsc/petsc!3851
|
| #
446c23c1
|
| 11-Apr-2021 |
Pierre Jolivet <pierre@joliv.et> |
Documentation fixes
|
| #
8b44b570
|
| 30-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-fortran-object-reinit' into 'main'
Fortran: re-init destroyed petsc objects so that they are different from null objects
See merge request petsc/petsc!3786
|
| #
1fb7b255
|
| 29-Mar-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fortran: re-init destroyed petsc objects so that they are different from null objects
Reported-by: Jose E. Roman <jroman@dsic.upv.es>
|
| #
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
|
| #
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
|
| #
0ef6c9cb
|
| 08-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
244b32ef
|
| 07-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'denera/tao-bugfix-constraint-tolerances' into 'maint'
Bugfix: Zero default constraint tolerances in TAO
See merge request petsc/petsc!3027
|
| #
6246e8cd
|
| 06-Aug-2020 |
Alp Dener <alp.dener@me.com> |
print constraint info in TaoView() only if problem has defined constraints
|
| #
6f1f5f59
|
| 06-Aug-2020 |
Alp Dener <alp.dener@me.com> |
ensure non-zero constraint tolerances
|
| #
7a32ffbe
|
| 14-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2020-05-30/trivial-sizeof-fixes'
Updated the use of sizeof() when possible instead of using hardwired sizes for...
See merge request petsc/petsc!2827
|
| #
589a23ca
|
| 02-Jun-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a
Updated the use of sizeof() when possible instead of using hardwired sizes for functions whose string arguments need sizes. In particular done for PetscOptionsGetString(), PetscOptionsString(), and a few other utilities
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
47c3d8b7
|
| 02-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
8af88fcd
|
| 01-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/small-fix-tao' into 'maint'
TAO: small fixes
See merge request petsc/petsc!2824
|
| #
8854b543
|
| 30-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
TAO: small fixes
- TaoSetGradientNorm: use destroy and not dereference - TaoGradientNorm: add checks - TAOLMVM setters do not error - TAOLMVM Use PetscObjectTypeCompare
|
| #
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
|