| 34d98845 | 01-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit of patch from 3.3
Hg-commit: ece919b0c9622bd0b50af70792e8822583dc82a6 |
| 789726d7 | 01-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed (PetscInt) caste of PetscBool because PetscBool may be -1 if passed from Fortran
Hg-commit: aed2964050d2160dbbfad524f22b6379269b9b0b |
| ba4bd723 | 31-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 85ea2b32f01c9c465a4b0b5082ad81d2970a62e4 |
| 9f609328 | 31-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to OpenGL for ES
Hg-commit: 5d8462f36d7ed71813f80ed0b2908f5f457ca700 |
| 6c667b0a | 31-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Correct list for PetscOptionsEnum in PCSetFromOptions_BDDC.
Removed duplicated lines of code in ex59.
Hg-commit: 54493fd69ecb0a3cab816dcbbe2cba644769171d |
| 878e152f | 31-Aug-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
added some stuff for redoing mesh setup.
Hg-commit: f84156dcd4f27777da05fc47901a6779072de833 |
| ea7e1bab | 31-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Unneeded copy removed plus some minor modifications.
Hg-commit: 018a1afb5f3fa3dacf43bd739e2c4388540df1b2 |
| 17d7d925 | 31-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Added sorting routines for MPI ints.
Hg-commit: 1219b52b2cb93fd89a192bf4c4bd4ab9767872b5 |
| ffe5efe1 | 31-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Begin to limit memory usage with a large number of cores.
Hg-commit: f6e206874ad361dacf02b771d3746274516b830d |
| 93dc3b60 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Another invalid read from valgrind.
Hg-commit: da7f1bcadb8987d31fea6348ad3fea04fe6e1d68 |
| 9d4b3fd2 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Bad indentation
Hg-commit: 26fd51e8ded521e8e42c889e127f5a7247c13c0e |
| b76ba322 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Removed unneeded first dirichlet solve in PCApply_BDDC when using exact dirichlet solves.
Hg-commit: 3d7f9f03d6e0759517b1bbd4d8f5241a97ab7aac |
| cd130d1b | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Commit after merge
Hg-commit: a7ac2833c5af92faf764d9d4431c744e44c7eacb |
| c6582918 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
More invalid reads in FETI-DP code.
Hg-commit: 9c93fc40234012aac0d34f5092fd5ff619c48beb |
| a669f990 | 30-Aug-2012 |
Jed Brown <jed@59A2.org> |
Replace magic numbers that were hiding new options EList options for Hypre
Hg-commit: f852858bf195cf641d248cc4901a12508bd252e6 |
| 04eaf177 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Solved some valgrinded problems in bddc.c and ex59.
Hg-commit: 668d5d0a345c66745892d9dccf1fc406006465d5 |
| 3425bc38 | 30-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Some changes to compile on BlueGene/Q in PCBDDCCreateConstraints matrix.
Added initial implementation of FETI-DP method with standard Dirichlet preconditioning (It works).
Hg-commit: e124353a8e72de
Some changes to compile on BlueGene/Q in PCBDDCCreateConstraints matrix.
Added initial implementation of FETI-DP method with standard Dirichlet preconditioning (It works).
Hg-commit: e124353a8e72deb992fcf64dfae8a3f94aee8294
show more ...
|
| 65de4495 | 29-Aug-2012 |
Jed Brown <jed@59A2.org> |
Support for BoomerAMG smoothing types in hypre-2.8
Hg-commit: 53de4ad338524a7a20b1f8659dfe760c8a49adc7 |
| d2128fa2 | 29-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added PCHYPREGetSolver() allowing users access to the hypre solver object
Hg-commit: 364c086bbd645cf874318c28e6807cfd7baedc1f |
| aa6a9e26 | 28-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Use KSPGetDM() to forward DMs to Schur solvers.
Hg-commit: 295900dc41c51377cdf10f4792757043d88fe0f0 |
| 49ed5be6 | 27-Aug-2012 |
Jed Brown <jed@59A2.org> |
Further repair of 943dde820f7f: whitespace and formatting
Hg-commit: 9bd051edbe68e5c8835241616b22bdcf6b21ce4b |
| cf08b7e9 | 27-Aug-2012 |
Jed Brown <jed@59A2.org> |
Revert more of 943dde820f7f: inappropriate KSPSetFromOptions and unnecessary tabbing hacks
Hg-commit: 2de903ed82216a5c9cf417c77191c6d1ff5cc007 |
| 7dd0b29c | 27-Aug-2012 |
Jed Brown <jed@59A2.org> |
Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored
Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7 |
| 46caae47 | 24-Aug-2012 |
Jed Brown <jed@59A2.org> |
Declaration for PCISSetSubdomainDiagonalScaling() [bef5508416be], remove dynamic funcs in PCISDestroy()
Hg-commit: f6bc373476aa6932e6547541b8378630977aab2f |
| 025786a2 | 24-Aug-2012 |
Jed Brown <jed@59A2.org> |
PCKSPGetKSP() should set return value to PETSC_NULL when not available
Hg-commit: f8352f7ebf6e259eb68165025a04ce71e4a81b6b |