| 574deade | 09-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more PCReset_XXX() done KSPDestroy() now zeros the pointer
Hg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8 |
| 3f34a243 | 05-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed a couple typos
Hg-commit: 081623e2f0615bc7fd227b6c365ee28bbb5952e2 |
| 69d2c0f9 | 04-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
ISDestroy() now zeros the pointer added a couple more PCRest_
Hg-commit: 646656e619383798fae72855f3a4f260d7fdf07a |
| 2e14990f | 02-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b180686acc18b06ecb015d56458ebbdfd45de47c |
| 13e0d083 | 02-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
CGR does not handle PCSetDiagonalScale() so generate an error if user tries it added note to PCApplyBAorAB() about diagonal scaling
Hg-commit: 04e3d615ff4c04a9b51bc2779455488d80533525 |
| adbda850 | 01-Mar-2011 |
Victor Minden <victorminden@gmail.com> |
fixed some missing #undef __FUNCT__ stuff
Hg-commit: 2feac2bf8027fbcbdd1fc9bc455e58df2de8f9b9 |
| 6de8952c | 01-Mar-2011 |
Victor Minden <victorminden@gmail.com> |
changed ainvcusp to allow for different dropping strategies
Hg-commit: ceb30f62f0ddd7b30dcc516cbcba63720b0dc673 |
| 167188bf | 28-Feb-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Memory leak fixed.
Hg-commit: d7cb642e4bca73f0d4d27330bfba3cd8c8be67ee |
| e91c6855 | 27-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
started PCReset for some specific PCs
Hg-commit: b7f18e9481f224c94e3d4cfe0089a846551898be |
| d42688cb | 26-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on adding KSPReset specifically for GMRES and fgrmes fixed PCSetUp_MG() for use with DM since it was using wrong matrix fro residual computation before the KSPSetUp created the inner matrix
more work on adding KSPReset specifically for GMRES and fgrmes fixed PCSetUp_MG() for use with DM since it was using wrong matrix fro residual computation before the KSPSetUp created the inner matrix.
Hg-commit: 6835e068fccf97e3b005b2b08b6299f968d2a4c5
show more ...
|
| 7147f78b | 23-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6e96dcb7fd787a51921e809e4299bf76239a310b |
| c31cb41c | 22-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed .bib entries with Gail's corrections removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's corrections removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
show more ...
|
| 04b59e88 | 22-Feb-2011 |
Victor Minden <victorminden@gmail.com> |
removed some extra spaces added framework for AINVCUSP pc -- yet untested
Hg-commit: bea909974b1f9447e9b535a8b973135632edf4f3 |
| 84d2ac14 | 20-Feb-2011 |
Victor Minden <victorminden@gmail.com> |
changed hypre makefile to require hypre package changed sacusp makefile to ignore sacusppoly for now as we work out bugs with cusp developers
Hg-commit: cce27326fc421bd49c3872100bc56e69b5d2154d |
| bfc29b71 | 20-Feb-2011 |
Victor Minden <victorminden@gmail.com> |
added sacusppoly pc for cuda
Hg-commit: bf90289adddf05b8cf487bccac075579d76f6e90 |
| f4bdf6c4 | 19-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
moved mhyp.c to seperate directory so do not need if defined hypre for entire file
Hg-commit: 5909da589d1be4b138405b1dbdf4bea0def124c1 |
| 20803bd0 | 09-Feb-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 674bc8187eb8d0423d5e5713bd4ba8a46a2b8020 |
| 64779880 | 08-Feb-2011 |
Matthew G Knepley <knepley@gmail.com> |
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefine
Hg-commit: dd65fd3461c02753386917514e6ebe12d345a30e |
| 292fb18e | 07-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated Scotch.py to use latest Scotch and build parallel Scotch as well updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.
Hg-co
updated Scotch.py to use latest Scotch and build parallel Scotch as well updated Mumps.py to allow using parmetis and scotch together and to use parallel orderings from both of those packages.
Hg-commit: bcca2353f2b44910dc25f1a27c951e23830b9563
show more ...
|
| bc59fbc5 | 04-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
bug in fieldsplit.c checking for saddle point
Hg-commit: 9432d4249a4d9365efdbae5cdb44a0e3dce2427f |
| 01a79839 | 03-Feb-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI to BasicVersion of streams to get some measure of parallel memory bandwidth fixed OpenMPI version of streams to actually build with MPI
Hg-commit: 190640f459cfcd17b88515b33cbfb760a32096c2 |
| 9f50734a | 25-Jan-2011 |
Victor Minden <victorminden@gmail.com> |
changed option to max_it for cusp bicgstab
Hg-commit: a3f2459fee8ff24f8dcf8e08910a59a3f9968da7 |
| 3d740270 | 24-Jan-2011 |
Victor Minden <victorminden@gmail.com> |
added options for iterations and verbose monitor for bicgstabcusp
Hg-commit: 1ff3ffc92e1bd3a4fd5f676eee5a2965547b3348 |
| 7e8cb189 | 22-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to users manual updates to lsc.c to auto-generate matrix needed in solver in preconditioner, added PCView for lsc
Hg-commit: f76284c2784df0e65608aafa9b7764ac8405f68d |
| ccd75124 | 22-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
further work on users manual section on block solvers
Hg-commit: 73448a3773ada8770a10da680d636d8fe9359035 |