| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
c19eab39
|
| 06-Mar-2013 |
Richard Tran Mills <rmills@ornl.gov> |
Automerge.
Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c
|
| #
2761ed1d
|
| 05-Mar-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
merge, terrible manual process with many conflicts with Jed's PETSC_INTERNAL
Hg-commit: 84df07d03c6e55bd0f27bd5ee8c1738562bd529d
|
| #
2c3ca321
|
| 05-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'visibility-externc'
Hg-commit: e48e1e796cbc108f60f0ea591bad057847501587
|
| #
5a576424
|
| 05-Mar-2013 |
Jed Brown <jed@59A2.org> |
visibility: use PETSC_INTERN when possible
Hg-commit: 3b4bfb5c23843293f1f08790b48437080a32eb42
|
| #
a663daf8
|
| 09-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added include stddef.h to petscsys.h removed many duplicate includes of system includes
Hg-commit: 26ea335c035572bcbd495f9993b3270632d5d3c6
|
| #
7e590d5f
|
| 03-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: db805e8197486aa7db018c01793dec447b9e9cbb
|
| #
bda325fc
|
| 02-Feb-2013 |
Paul Mullowney <paulm@txcorp.com> |
Reworked patch for bicg on GPUs. Adding changes to enable double complex bicg to work on GPUs via cusparse class. This includes a VecConjugate implementation in veccusp.cu and implementations of Tran
Reworked patch for bicg on GPUs. Adding changes to enable double complex bicg to work on GPUs via cusparse class. This includes a VecConjugate implementation in veccusp.cu and implementations of TransposeSolve in aijcusparse.cu. This also includes style fixes and protections to prevent memory leaks.
Hg-commit: ccdf0150dce67cfc50e1ec80872f3d5d171313c8
show more ...
|
| #
e79ce49d
|
| 02-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f37b1e00e84f4f2c19b94a78ed2de72bd29e5778
|
| #
2205254e
|
| 02-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Partially uncrustified /src/mat/*
Hg-commit: f66b7241e67ccd55e47747ce1f2433e82e4f86b9
|
| #
c5a46771
|
| 22-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aftr merge
Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850
|
| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
57eb53cd
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Refined cpp-comments-check. Replaced leftover C++ comments with C-style ones.
Hg-commit: e657140bc15bef243986fab093f5fe99b36ed9e1
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
d5d5282e
|
| 19-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge.
Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa
|
| #
7365001e
|
| 10-Jul-2012 |
Xuan Zhou <xzhou23@hawk.iit.edu> |
merge
Hg-commit: b77654ce6e927356f816923854787c16576e58d2
|
| #
48fab831
|
| 09-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge
Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637
|
| #
e057df02
|
| 08-Jul-2012 |
Paul Mullowney <paulm@txcorp.com> |
Refactoring how the options are set for cusp/cusparse classes.
Hg-commit: 8930801acb6b12d18a9eca7a7e8a988ad381a43a
|
| #
ca45077f
|
| 25-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares kry
Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares krylov solvers (lsqr) via PETSc on GPUs.
Hg-commit: db11b8fc0ec0bbe2daeb9fbcbcf6c2bcc2385d4b
show more ...
|
| #
9ae82921
|
| 11-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Lots of changes. Also addign new files for cusparse matrix type.
Hg-commit: d2f118b395b24fdc836f857e3f221f6c0c9eca58
|