| 9326bf63 | 13-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed extra +1) from some PetscMalloc from the old days when we could not malloc something of size 0
Hg-commit: 89891f2473c899b4ebab69e305e96b5d87381644 |
| 640d1cb0 | 13-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved some vector functions so they don't conflict between single and double
Hg-commit: 63f6826459a410f950e1401ec807dcfb44fa93e4 |
| ac296375 | 10-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
Timestepping now works for HDF5 viewer
Hg-commit: 7ef595ed7f70457289ec18b111225efc5653c53d |
| 44851de5 | 07-Nov-2010 |
Jed Brown <jed@59A2.org> |
Avoid C99 for loop declaration
Hg-commit: bce90b5c169c89b0dc1fd01aa9426be838a55a0d |
| 61ea93a1 | 06-Nov-2010 |
Brad Aagaard <baagaard@usgs.gov> |
Fixed some errors related to setting up an HDF5 dataset with multiple time steps.
Hg-commit: 2c6fb64675b81a38d3e65a264cb8899694b11d5c |
| 43c8710a | 06-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
More HDF5 work
Hg-commit: 4a12e1dbd71f961cff2033dfe8e605fbf1e7e0d5 |
| d6db8083 | 04-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ebaab317c53837c315f2352bd5006ef68c02ec27 |
| 201057c6 | 04-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed filling of struct elements in same PetscMallocN() as struct creation because some compilers complained
Hg-commit: ff93a7affc202aef951ac072392185512ae02b83 |
| 66b32d5e | 03-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
Fixed CUDA check, added some HDF5 stuff
Hg-commit: 331e1a642f5a6965cc080cb074817bedbd2a8ff7 |
| ebdbe881 | 03-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce |
| 8c03b21a | 03-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Apparent bugs in asm that allocate not arrays of objects, but arrays of pointers to objects. Minor doc/comment fixes.
Hg-commit: bf80f5b2d259b82720b566b07eb191b67098cfb0 |
| 8efbeff4 | 03-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
change Matlab TS example to work
Hg-commit: 50c76bc9368ed2d51fe8e0bef3332a8189adc2c4 |
| 30a1dd1f | 02-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed generation of error when PetscDLLSym() does not find symbol in path removed duplicate DLL code from fwk.c since no longer needed
Hg-commit: bcd387c1e4d77febd992f4da143d33b7fe274a3f |
| f8a423b1 | 02-Nov-2010 |
Brad Aagaard <baagaard at usgs.gov> |
Adjusted use of block size for consistency with rest of code.
Hg-commit: d2d60fe64fc114d36109c4db6214bee333bb258d |
| 8f5c3c7b | 02-Nov-2010 |
Brad Aagaard <baagaard at usgs.gov> |
Fixed HDF5 output for Vec with blocksize. Must adjust dim[0] to reflect multiple dimensions (divide by blocksize).
Hg-commit: 57a52aae417f55231744d8da74d263dde90d0227 |
| 8d609951 | 02-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
Fixed group support in HDF5 (VecLoad support is still missing)
Hg-commit: 9e90e34eecaab2e951cfa00e013b71d523688556 |
| 564f14d6 | 01-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatZeroRowsColumns_MPIAIJ() and modified ex140.c to test parallel case
Hg-commit: 58e4f0a93bc8e8e34c80527848169824711c6a3a |
| 1e20f459 | 01-Nov-2010 |
Brad Aagaard <baagaard at usgs.gov> |
Explicitly use HDF5 v1.8 API rather than rely on macro to map to appropriate function since v1.8 can be setup to use old API.
Hg-commit: 28ddb7c45ca171c95e0c95bff4e33f3742234a48 |
| b25904b8 | 01-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
Added groups to HDF5 viewer
Hg-commit: 2531a9a8dffd0fa8dd1c303236423f33a2295ce2 |
| 5464dd29 | 01-Nov-2010 |
Matthew G Knepley <knepley@gmail.com> |
Added block size for HDF5
Hg-commit: 158d62d50f5d2c80d990c013365034003fc6c48a |
| 9793b452 | 29-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
forgot to list ISToGeneral_General() in is ops table for ISGENERAL
Hg-commit: 42bbacd894a8f75b4206e8fb45d564ac1157147f |
| ed857012 | 26-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after massive merge, what the hey did people do to PETSc?
Hg-commit: 031d5f8bde1a14a3fe45758d80598ded09e1c94a |
| 97b48c8f | 26-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this added binary viewer for ISGENERAL and added code to load IS into Matlab added changes and faq for MatZeroRowsColumns()
Hg-
added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this added binary viewer for ISGENERAL and added code to load IS into Matlab added changes and faq for MatZeroRowsColumns()
Hg-commit: 1121f78e90708a5c1c51c1e9ef599ba80ffa6f27
show more ...
|
| 22fac872 | 25-Oct-2010 |
Victor Minden <victorminden@gmail.com> |
added conditions on number of entries copied to CUDA scatter (copyfromsome) for optimality
Hg-commit: e95282b262b602f57be7ce6a00e53096ca8e4b0f |
| 2b40b63f | 22-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added vec x and b to the MatZeroRowsXXX() routines, they are not yet used.
Hg-commit: aeb830e2090107e6c8d4fcf07605e004a9e621cf |