| c92c230a | 20-Nov-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
trivial cleanup of output layout for nightly tests
Hg-commit: 1cc12aff23f420678fe9e7c15bd4126a4be741be |
| 2c620090 | 20-Nov-2010 |
Jed Brown <jed@59A2.org> |
merge ISOnComm and MatLocalRef changes
Hg-commit: 62c63f8fe41339dc5caa9bffea4d8a384666a076 |
| 5170d8fa | 20-Nov-2010 |
Jed Brown <jed@59A2.org> |
Add ISOnComm() to associate an index set with a different communicator, with optional copy
Hg-commit: ed078ad75ff96815ad327a4c8cf7c249ae6ef9d1 |
| 94f4c46b | 20-Nov-2010 |
Jed Brown <jed@59A2.org> |
silly index translation mistake
Hg-commit: 10bae133f38d41de56e6c09860e02fe3b76aaddb |
| d1e5cfd5 | 19-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed VecView_Seq() to always use VecGetArray() and not access array directly
Hg-commit: 3562f97c372c13a87eaa1745df243870f7b9ca2d |
| 73a80cc3 | 19-Nov-2010 |
Jed Brown <jed@59A2.org> |
Remove stale "Developer Note"
Hg-commit: 6bd24e55bf12b075700994320779022edd6a715f |
| 8ab951ed | 19-Nov-2010 |
Jed Brown <jed@59A2.org> |
Missed a __FUNCT__
Hg-commit: 0fa1e14243e184d2fbcce16bee518663850e7929 |
| b2beed0a | 19-Nov-2010 |
Jed Brown <jed@59A2.org> |
Add ISLocalToGlobalMappingUnBlock()
Hg-commit: 3312f3901584240c926dc971d8bb48dbf9d54cfc |
| 62aa09a7 | 19-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
added a veccudacopyfrom to some function in cuda axpby for alpha = 0 or something like that (nothing that will ever actually get called, ever)
Hg-commit: 5c41ba5c87a25fd57e3f2df83740e84f7c3321fd |
| 7272e58d | 19-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 53de80c73b25cb87701ba00b1315d39f0cab67ea |
| f7d2fac1 | 19-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
VecAXPY_Seq() should not support same x and y some additions for mixed precision
Hg-commit: 8dbec2a9631b78cfa5656a560229301cb29f4b93 |
| efe48dd8 | 18-Nov-2010 |
Jed Brown <jed@59A2.org> |
Remove ISAllGatherIndices, use ISCreateGeneral() then ISAllGather() instead
Hg-commit: 792f1190630e5dbe5875a022bdf47ab8b9b7235b |
| 0ae5be9a | 18-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 11f05d69329131e468f860e13f123d788f0c82f3 |
| b9ec02e8 | 18-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Wrap ISGetNonlocalIndices in an IS.
Hg-commit: c9a9a3ea7e43738b096ec37cb82da6b2031b394f |
| 4dfde864 | 18-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed for cuda seq vec functions that got lost with precision code
Hg-commit: 3f3eeecf1cc264adf9ac2fc928feef5a98d0a2a7 |
| 339e5a9e | 17-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 51230f40ae43d64d83d6ecc3987b102a86b5a803 |
| 57842e6a | 17-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
got simple example working that has both float and double Vecs. Very crude vec/examples/tutorials/ex43.c
Hg-commit: 032d19a78960421f7f2c6d1b17bb899399adee74 |
| cd9db26d | 17-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0 |
| 69555dec | 17-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
ISTotalIndices, ISNonlocalIndices added. This causes weird Fortran errors in alltest.
Hg-commit: 24c33df10190a7e2bd2ba036afac383ff8c93632 |
| 343551c4 | 16-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
reorganized seq vector source code a bit to move to the direction of supporting both single and double in same executable
Hg-commit: 824d2e96c5a3fc15d1284d6e93546f1eb31a068f |
| 8e067756 | 16-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commt after merge
Hg-commit: 75829d74d064b10a53180ed68e762ae0f7a73a44 |
| c47d93e8 | 16-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added cast of sizeof(PetscScalar) to (PetscPrecision) in inherit.c
Hg-commit: 42ef0b9707caaef6218d157cc517e9f2b0af9989 |
| 1794b118 | 16-Nov-2010 |
Satish Balay <balay@mcs.anl.gov> |
merge from 31
Hg-commit: a66fd0102179b1e62de3cf1dc8e07b93d0c45ebc |
| db81a22f | 16-Nov-2010 |
Satish Balay <balay@mcs.anl.gov> |
Bugfix from Lisandro for VecEqual() with complex
Hg-commit: b2220ed19f602bc25215c6a943fc0eff068dbbd3 |
| b859824c | 14-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved two logging types from petscsys.h to petsclog.h where they belong
Hg-commit: 3663015a7618f1d5e355075111313c1dc6ef6eb9 |