| ba1573a8 | 24-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Added public function PCISSetSubdomainDiagonalScaling for setting custom pointwise scaling in PCIS.
A little bug fixed for bddc code.
Hg-commit: bef5508416bed448de2dc601b48698333ade2f63 |
| 20252d06 | 23-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed KSPIncrementTabLevel()
Hg-commit: b94bbce172ce34f5842083f41b6de42e30de99db |
| d7178082 | 22-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Restore Schur nullspace attachment.
Hg-commit: 652d3b1b7d99d8bcc2ed0a5889db72d95a56bf34 |
| 68bd789d | 20-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PCFIELDSPLIT should set options on the splits' KSPs only when necessary.
Hg-commit: 3c0d43fb59116e685988774ecf514b11ec27f5eb |
| 37d9a391 | 20-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Keep correct reference counts to splits' DMs in PCFIELDSPLIT.
Hg-commit: 188af97997792bbfe58dd8e5e4deef86500f0582 |
| f1dc53b5 | 20-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Backed out changeset 5a9ebf885615. Now PCFIELSPLIT Schur attaches A11's nullspace to S.
Hg-commit: 1723d4624521b3378f92ed1e7cc618e9fed1f549 |
| 1d33e650 | 19-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Check for fieldsplit blocks' constant nullspace directly and avoid attaching A11's nullspace to S.
Hg-commit: 5a9ebf885615c6be8b56b4ed082d32dcd538285e |
| 8c778c55 | 19-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PLAPACK interface Removed generic MatGetArray/MatRestoreArray()
Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c |
| 7233a360 | 17-Aug-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Correct split set up for fieldsplit type schur, including tabbing, prefixes and DM forwarding.
Hg-commit: 943dde820f7f44163d29c1e93687cb3ebdbe8d8d |
| f52570e6 | 14-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ee2c6307183ca19bc785d09a425ccbd5b4f06ca2 |
| 73a71a0f | 14-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatSeqDenseGetArray() and MatSetRandom() switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()
Hg-commit: d91242180205aedab6a564c6081a3c979cd67075 |
| 8c1c2452 | 13-Aug-2012 |
Jed Brown <jed@59A2.org> |
Fix spelling of kaskade multigrid type
Hg-commit: 194943551e3d7fbc6c2c607151d02192db400e47 |
| a8a8f366 | 11-Aug-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 33
Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad |
| 57a90dec | 09-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Unneeded copy removed.
Hg-commit: f9693130889c64e38709947c5baacdfc515b4029 |
| 1193e19d | 09-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
new fortran interface
Hg-commit: 4a6638305aacc052919d0dcea60bf9ed7e619628 |
| ca0077cb | 09-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d937c2b75fc37abb900728016e11f7b9ed4a79d4 |
| 196cc216 | 09-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added PCFieldSplitGetSubKSP() for Fortran
Hg-commit: 40f9515d8b016d37466aebf307f39996fe7288c9 |
| 3972b0da | 07-Aug-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Changed how to deal with dirichlet boundaries. Also, minor changes to bddc code.
Hg-commit: 5927b9a10f1f99137708b6a55f48f724495308b6 |
| d29017dd | 01-Aug-2012 |
Jed Brown <jed@59A2.org> |
Fortran binding to PCASMGetSubKSP allows passing PETSC_NULL_OBJECT for KSP array
Hg-commit: ce527270c551e8538b15d4861f78268743b4f71e |
| ccd284c7 | 27-Jul-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some non-standard PETSc code: source file with no source, #include without full path from PETSc root to include file updated iphone builder
Hg-commit: b815c2c0cd32f2d30547b5032e995df93748071f |
| 23d4d1a5 | 24-Jul-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
Memory leak removed.
Hg-commit: 9c2998e066a7ed1f24487d4f15186d92a6a8385e |
| 514bf10d | 17-Jul-2012 |
Matthew G Knepley <knepley@gmail.com> |
Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with th
Now the inner A solve in S = C^T A^{-1} B by default is the same KSP as the (0,0) block. If you give any options with -fieldsplit_1_inner_* (or <split name>_inner_*) then it creates a new KSP with that prefix - Added MatSchurComplementSetKSP() - Added PetscOptionsFindPairPrefix_Private()
Hg-commit: 780f6f61e3b8a31069a311f5f8e3c99c14add8a8
show more ...
|
| 14798fb4 | 11-Jul-2012 |
Jed Brown <jed@59A2.org> |
Bug fix for PCILU and PCICC resetting solver package
Hg-commit: 09d701958d66272094cd5e68d34a3e6e69757e81 |
| c666adbf | 14-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
added better error handling.
Hg-commit: e49afd55a27e4def8aa2a9cd2c515ef1c1ea016e |
| a81d60d8 | 13-Jul-2012 |
Stefano Zampini <stefano.zampini@gmail.com> |
A very small change.
Create ISes for field splitting in BDDC when they are not passed in by the user.
Hg-commit: c8e0219f84034755f65c7cab6ecddf01326c6dfb |