| 13b46278 | 17-May-2018 |
Alp Dener <alp.dener@gmail.com> |
New LMVM matrix added for a symmetric Broyden approx of Hessian diagonals |
| 0c51296c | 17-May-2018 |
Alp Dener <alp.dener@gmail.com> |
LMVM matrix changes propaged to TAO algorithms and test outputs updated |
| 78e4361a | 14-May-2018 |
Alp Dener <alp.dener@gmail.com> |
Name refactoring for LMVM matrices |
| b2d8c577 | 11-May-2018 |
Alp Dener <alp.dener@gmail.com> |
BNK algorithms fixed up for the new LMVM matrix |
| b9ac7092 | 09-May-2018 |
Alp Dener <alp.dener@gmail.com> |
new PC type added around LMVM matrices |
| cd929ea3 | 02-May-2018 |
Alp Dener <alp.dener@gmail.com> |
derived LMVM types added and moved into the KSP package |
| fa2bb9fe | 15-Jun-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
Log: various fixes and cleanups
- Reorganize declarations in petsclog.h - Better -log_exclude, now applies to all registered stages - Minor fixes to implementation of -info_exclude - PCASM: Log appl
Log: various fixes and cleanups
- Reorganize declarations in petsclog.h - Better -log_exclude, now applies to all registered stages - Minor fixes to implementation of -info_exclude - PCASM: Log apply-on-blocks KSP solves - Rename PetscLogDestroy() -> PetscLogFinalize() and hide it from the API
show more ...
|
| 87aa24fb | 30-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/tmunson/tao-pounders-matlab-interface' |
| 481d91ae | 25-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Remove matlab pounders related cruft that is not required. Document the matlab code better and include an appropriate message in the help text. |
| f18eb5cd | 25-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Fixed typo. |
| 73c0cbc1 | 25-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Remove the inclusion of matlab in testing. |
| b38a9dd0 | 25-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Finalizing comments and the work for the test problems. |
| 7b4d9c84 | 24-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Finished the testing and generation of plots. Some simple bug fixes addressed. |
| 654cbf85 | 24-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Added list of known problems with the code. |
| 1d4272e8 | 24-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Added a comment on ignoring the return from Tao. |
| 74919a8c | 24-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Finish with initial implementation of matlab interface to test TAO pounders. |
| 16cd255d | 24-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Working through the matlab interface for pounders testing.
Fixed pounders bug in view. |
| dedfbcbe | 22-May-2018 |
Jed Brown <jed@jedbrown.org> |
TaoLineSearchType: use const typedef like other PETSc types |
| b625d6c7 | 20-May-2018 |
Jed Brown <jed@jedbrown.org> |
TaoType: use a const typedef like other PETSc types |
| 378ae268 | 20-May-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/mpiuni-include/maint' into maint [PR #946]
* jed/mpiuni-include/maint: Include <petsc/mpiuni/mpi.h> instead of requiring extra -I on command-line |
| e729222f | 20-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/mpiuni-include/maint' |
| 0e062f7d | 10-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Working on the code some more. |
| 22c6c8e3 | 10-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Making matlab mex files compile (need main to be defined with matlab 2018a, clang, and configured --with-mpi=0)
Create correct makefile for pounders testing. |
| 529ccf64 | 09-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Updating tests. |
| 36f38947 | 09-May-2018 |
Todd Munson <tmunson@mcs.anl.gov> |
Merge branch 'tmunson/tao-pounders-matlab-interface' of https://bitbucket.org/petsc/petsc into tmunson/tao-pounders-matlab-interface |