| 3365e775 | 17-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix compiling warnings.
Hg-commit: d27fbff0f767576033e287e8a87a547efef65372 |
| 08c9fbd0 | 16-Nov-2006 |
Satish Balay <balay@mcs.anl.gov> |
fix compile warnings with gcc4
Hg-commit: c0b2220fed9b9600b6b966a290db4af17f5caec4 |
| 29c1d7e0 | 14-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for complex precision
Hg-commit: f8781f1086c6d9e1d4a121733ea0325e63a1050a |
| 96fc60bc | 14-Nov-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed caps in PCPROMETHIUS and PCCHOLESKY, how could it have been so wrong? sor error check for zero diagonal entry cleaned up snes ex22.c to support both matrix based and matrrix free.
Hg-commit:
fixed caps in PCPROMETHIUS and PCCHOLESKY, how could it have been so wrong? sor error check for zero diagonal entry cleaned up snes ex22.c to support both matrix based and matrrix free.
Hg-commit: 6f3fdd121e9dccc609ef0b12f66d21e9a41abc9b
show more ...
|
| a47c9f9a | 10-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PetscViewerxxx_Subcomm() in support of PCView_Redundant() on-going work, not finished yet
Hg-commit: 16a841e4108ed6711a1046e077adf7678321bed9 |
| ba1e9f94 | 04-Nov-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
remove c++ '//'
Hg-commit: ce6e8bab9b17ed85f0841ca9ca3eacc220977d90 |
| f6341431 | 31-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
code cleanup. Add comments
Hg-commit: 39d1354d50d30cd4094738b2f7c817607ceeb59d |
| 22a2e026 | 20-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge plus silly manual I did not understand in snesut.c
Hg-commit: 319af6b82ac01255b4dfaee56c95b596dedebab3 |
| a34d58eb | 20-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix in ex7.c TS example, finished new MonitorDefault context for TS unused variables in redundant.c bug fix in dmmg
Hg-commit: 975413dce9e8293e295422e2a31856033328805c |
| dbd8c25a | 20-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: set matrix type as 0 after MatDestroy_xxx() is called
Hg-commit: 863552fe268e86601b2450701133dbe07dd08765 |
| d86576fb | 19-Oct-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fix for SNES ratio monitor
Hg-commit: 40343db2c6e87a82e7519accf9e8c1c442b80d49 |
| b3804887 | 19-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize reuse of pc_redundant
Hg-commit: 9d5c59e8bb481ac5942c7bedfbf541e6a3db3456 |
| 52ce1257 | 18-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: da34ea55e76fea2cb68cb3cffa184204bab8cbf2 |
| 23d894e5 | 18-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed context for default KSP monitors to PetscViewerASCIIMonitor from PetscViewer.
Hg-commit: 81697a8657f9e81fc0099e0f85d9ecb6baf49666 |
| 43fb2f97 | 17-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
1) change to dmmg so KSPSetOperators is not called earlier with empty matrix (not a bug fix, just cleanup) 2) SNESSetJacobian() no longer calls KSPSetOperators() that is called directly in SNES
1) change to dmmg so KSPSetOperators is not called earlier with empty matrix (not a bug fix, just cleanup) 2) SNESSetJacobian() no longer calls KSPSetOperators() that is called directly in SNESSolve_xxx 3) PCSetUp_MG() now calls KSPSetOperators on finest grid smoother if user has not reset it. 4) DAMG will not call KSPSetOperators() on finest grid smoother, now MG automatically updates it if the PCMG Operator is reset
Hg-commit: e566a1ded5e184949dd584b275e0022f0edb59df
show more ...
|
| 0ae51fcd | 17-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 'reuse' to pc_redundant - not optimized!
Hg-commit: 5de86042ad6f3d74d441bad193352c58f0875a37 |
| f664ae05 | 16-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
continue work on pc_redundant
Hg-commit: 07138169a8d4a86c9e6bfd3db95ec3ff99d6e699 |
| ca616198 | 16-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup pc_redundant
Hg-commit: 50549113ee635423a9618d994a869b10d5e3ddca |
| 3f457be1 | 14-Oct-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
1st working version of pc_redundant using mpi subcommunicators
Hg-commit: a8ab2d0d7cec9320293ec39d075a05b3a5dc03d4 |
| 6e63c7a1 | 10-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup
Hg-commit: 9d0bd66cb5c025ecadf74ebc01a3d43c334c8c67 |
| ccb205f8 | 03-Oct-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
block relaxiation for blockmat simple fieldsplit for blockmat docs
Hg-commit: 430a14e409c8b7db31832ae78e5952e00da74c58 |
| 421e10b8 | 27-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
started BlockMat seq matrix format modified SEQIAJSTRUCTHEADER to support this
improved/fixed portions of fieldsplit and composite preconditioners
Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c
started BlockMat seq matrix format modified SEQIAJSTRUCTHEADER to support this
improved/fixed portions of fieldsplit and composite preconditioners
Hg-commit: 34ccd2b4894b8dd91a39b1af7f4acae5f917c476
show more ...
|
| dbbb2e4e | 18-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
automerge
Hg-commit: b4226bd5eff2eb5bfd76a421c2cde3b06bac9f58 |
| 51f519a2 | 18-Sep-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsp
bug fix for PetscBinaryRead when filename passed in bug fixes for fieldsplit preconditioner enhancement to PetscOptionsGetIntArray() to support 0-23 notation added symmetric_multiplicative to fieldsplit minor cleanup
Hg-commit: 4f04561d24dfb0b158d6ddfdd5949da977f645be
show more ...
|
| 3756052f | 16-Sep-2006 |
Satish Balay <balay@mcs.anl.gov> |
fix ml interface
Hg-commit: cdb5d1c27e81f7e692c7743d7afafffe0bb118f7 |