| 12de4300 | 30-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
Switched rest of veccuda.cu to use VecCUDAGetArrayRead and such for breadboard testing
Hg-commit: 6994f88ca7dced118548007686bf51fe21324a81 |
| cfa89bad | 30-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
switched VecSet_SeqCUDA to use VecCUDAGetArrayWrite for breadboard test
Hg-commit: 19573f2a55b7dab722cccbf26852eeb3d57dc869 |
| 5c851502 | 29-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
typo in cudavecimpl.h
Hg-commit: f715aef45bbb2abe1006ca6103e438765aa2343e |
| 07ed33dc | 29-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb |
| a7bb0f05 | 29-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
const fixes for Matlab interface
Hg-commit: 0cb8d9c0a21891b6f462042a12a865f3aa798672 |
| d5ffb90f | 26-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed VecGet/RestoreArray_Private() since was not needed as VecGetArray() and friends can just call the function pointer directly.
Hg-commit: c47ab7ca260b9f251e5144c2403ca0dd69c9bb57 |
| d0600e63 | 26-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after update
Hg-commit: 7ed0b3265945b1c0005ae12e63c3ed6d669709ba |
| ec9811ee | 26-Nov-2010 |
Jed Brown <jed@59A2.org> |
Missed comments to generate Fortran stubs
Hg-commit: 686a8e1e3d348f891e88744b96d7433832dea468 |
| 700c5bfc | 26-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed VecGet/RestoreArrayPrivate()
Hg-commit: ab3b52558ed4c6f126300feb2fb92d901ed7ba64 |
| 8c19d482 | 25-Nov-2010 |
Jed Brown <jed@59A2.org> |
finer granularity guard
Hg-commit: 62aa723c7a5b8ffb43d87fb4f5ea14e096a20b60 |
| 0c86edee | 25-Nov-2010 |
Jed Brown <jed@59A2.org> |
ISContiguousLocal_General
Hg-commit: a920b787eb1290037bd3cb033663461bbd7f8e6b |
| 67dc94f9 | 25-Nov-2010 |
Jed Brown <jed@59A2.org> |
Add MatNest
Note: example uses SNES and was erroneously placed in mat directory.
Hg-commit: 1d45e7a1244851f034d3626bcb3a873a5b342dae |
| 7f3ad804 | 25-Nov-2010 |
Dave May <dave.mayhem23@gmail.com> |
Merge of MatNest
Hg-commit: 8de39f7aa15c0d2411c2ddafcbdf366122a9db26 |
| 38d238dc | 25-Nov-2010 |
Dave May <dave.mayhem23@gmail.com> |
Fixed a couple of implementation bugs in the nest. Placed guards around pointers associated with items being returned within getter functions.
Hg-commit: 458628f8e0110a726f5bedc08d4201220085aaeb |
| d74f38ad | 25-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed VecSet_Seq() to use VecGetArray()
Hg-commit: 3efb957420d81e127899c5824922f4c78015f6f9 |
| c3703aa1 | 25-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a622ca0ca0ec056b5777b2e09c09402ad0bbe76b |
| f2d8726e | 25-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed use of cached norms in vector operations to GET the cached values BEFORE calling the method. This allows the implementation of Vec methods to us VecGetArray() and not need the private.
Hg-co
changed use of cached norms in vector operations to GET the cached values BEFORE calling the method. This allows the implementation of Vec methods to us VecGetArray() and not need the private.
Hg-commit: 111eec38ab7b9b6b859146a74c37baa0037dd147
show more ...
|
| 1e7bc095 | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
can't spell
Hg-commit: 49e1f9eca0960bbb562be601e8aeb7b9e419cdf4 |
| 349440be | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
PetscUseFunction in VecNest
Hg-commit: d8fc0b4f40868fb8e9149d5ceea039d638aaea82 |
| 4b82382e | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
VecNest IS offset mapping
* Fix the definition of the index sets that we are using. * Add consistency checks for ISs passed in explicitly. * Don't special-case norms based on Complex.
Hg-commit: 79
VecNest IS offset mapping
* Fix the definition of the index sets that we are using. * Add consistency checks for ISs passed in explicitly. * Don't special-case norms based on Complex.
Hg-commit: 792d0db6af9664d3f311ac26a2bf6eb3b4a9b53a
show more ...
|
| f9cc441b | 24-Nov-2010 |
Victor Minden <victorminden@gmail.com> |
fixed some whitespace stuff
Hg-commit: 99713cde0123134adaa0a92e8198b284e1ba4d07 |
| 3092ff0d | 24-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 113660b243e6c0dd1f8f88c2a77cc515e22042f8 |
| b98f1d48 | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
VecGetSubVector_Nest implementation, remove VecCreate_Nest in favor of VecCreateNest
Hg-commit: 31fa975fcfd4597de2ab3a73181fa94a07645b3f |
| 85ea7b74 | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
Change to ISContiguousLocal, ISContiguous was a dumb idea. Specialize VecGetSubVector to be no-copy when possible.
Hg-commit: 7e322e7f6ca20e1f3fcabac1bb98d7648fa30947 |
| ef480657 | 24-Nov-2010 |
Jed Brown <jed@59A2.org> |
Add ISContiguous and ISSetContiguous, to test for the ability to make a fast subvector
Hg-commit: 85f6004cd26354b2acd3658a6c83cb4e8308dc7a |