| b764c703 | 09-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Added newline at the end of file to squash a solaris build warning |
| f0a3a125 | 08-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
just a few more PETSC_EXTERN changes |
| b35e9ec6 | 08-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
PETSC_EXTERN issue resolved for separately compiled libraries |
| bc1971f5 | 07-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Error resolved in TaoDestroy_LMVM and outputs updated |
| f6dd8133 | 07-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
convergence tolerances loosened for PGD tests, outputs updated |
| baa3a814 | 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
projected gradient descent algorithm added and tested (squashed) |
| e6770958 | 05-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
One more CHKERRQ, plus authorship fix on manual |
| 5e43d397 | 05-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
PETSC_EXTERN and CHKERRQ fixes |
| 3faadb29 | 05-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Documentation update for new recycle option flag |
| 7a93b6fc | 05-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Output files replaced/added for the recycling changes |
| 4d6623b4 | 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Added view information for tracking total iterations across multiple TaoSolve() calls |
| de6ffafe | 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
BFGS statistics preserved across multiple TaoSolve() calls |
| 288b7216 | 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Added simple test for recycling behavior |
| 114d2d62 | 01-Mar-2018 |
Alp Dener <adener@mcs.anl.gov> |
Setting implemented and it's sticking, but untested |
| a0bfee83 | 28-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
untested addition of new recycling option to LMVM |
| 32814795 | 06-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'denera/fix-tablevels-for-views' [PR #869]
* denera/fix-tablevels-for-views: Instead of manual push-pop tab operations, views now inherit tablevels automatically. This makes views consi
Merge branch 'denera/fix-tablevels-for-views' [PR #869]
* denera/fix-tablevels-for-views: Instead of manual push-pop tab operations, views now inherit tablevels automatically. This makes views consistent with default convergence monitors.
show more ...
|
| a126751e | 03-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length
Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()
Commit-ty
Change PetscStrncat() to PetscStrlcat() to match BSD API where l represents total length
Update many uses of PetscStrcpy() and PetscStrcat() to the safer PetscStrncpy() and PetscStrlcat()
Commit-type: style-fix, feature Thanks-to: Jed Brown
show more ...
|
| 153a8027 | 03-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Redefine how the n in PetscStrncat() works to make it more useful and not require tracking the current string size
Commit-type: feature |
| 4b47edd3 | 28-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
test files updated for latest changed |
| f9dae763 | 28-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
removed C++ style comments |
| 8d3f3dda | 28-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
Changed order of nested views in TaoView() to be consistent with SNES |
| b8f15445 | 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
Test outputs updated |
| 2b7a82b0 | 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
remove unused variable |
| 63b15415 | 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
Wrapping up for a pull request |
| 19b5c101 | 27-Feb-2018 |
Alp Dener <adener@mcs.anl.gov> |
All views changed to inherit tab levels from associated objects |