| #
519f805a
|
| 20-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.
Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
|
| #
f5f7c1b9
|
| 19-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully replaced more '){' by ') {', added checker script
Hg-commit: a0037010be00b56a68354d942365c8f8df63198a
|
| #
307fe9f8
|
| 18-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Carefully removed \t from src/mat/. All sources are now free from tabs (exceptions: LaTeX docs, ftn-auto/ folders)
Hg-commit: 41ce18e98b1c9ae2af455e6fa76b9abd371521ee
|
| #
838b9a71
|
| 16-Jan-2013 |
Matthew G Knepley <knepley@gmail.com> |
Nightly build corrections
Hg-commit: 70895b37ae53c490230f9a6738bd956892413f93
|
| #
140e18c1
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly abreviations
Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f
|
| #
0d189d10
|
| 15-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PetscOpFList stuff since not used and new code will be very different minor updates to developers manual
Hg-commit: f51e7d05e50c42891c9c9e751f6afaba38dc023e
|
| #
8dab4803
|
| 09-Jan-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv event loging of MatPtAPxxx from impl to interface function MatPtAP
Hg-commit: 4308c54eb070b586d29f299719b875ee144652bb
|
| #
5c913ed7
|
| 09-Jan-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult(); update src/mat/examples/tests/ex93.c from sequential test to np>1
Hg-commit: 37e8170f9464171
cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult(); update src/mat/examples/tests/ex93.c from sequential test to np>1
Hg-commit: 37e8170f9464171541ac1e801921bf58130b8149
show more ...
|
| #
b769355b
|
| 31-Dec-2012 |
Jed Brown <jed@59A2.org> |
merge PetscSF implementation
Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294
|
| #
bcaeba4d
|
| 31-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed adic stuff
Hg-commit: 99933b6f66a48c78b00a3952edfaf6191df65340
|
| #
5a4671ae
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing spaces from all files
Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
|
| #
8cbdbec6
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed all incorrect spaces before CHKERR...
Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17
|
| #
a2ea699e
|
| 30-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up
ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.
Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53
show more ...
|
| #
e4de60d6
|
| 20-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ea1b92b8471b009c0bbde56bd683c7a6aba2b221
|
| #
8bc1a51b
|
| 20-Dec-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace *(*C)->ops->ptap with *(*C)->ops->ptapnumeric
Hg-commit: 74c37907d4aa8bca3aaf81d486be04c7bc71b3bc
|
| #
d9f62b5f
|
| 20-Dec-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 33
Hg-commit: 3a826b3e296df68ee2aa8682fc345424bf183de6
|
| #
6f0d185e
|
| 19-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bbd38bf296851975f262b25ab704d80bb1e75bf6
|
| #
d73949e8
|
| 19-Dec-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for reuse matrix product C=A*B, in which A and B are not same type.
Hg-commit: c22f179a03e8c061ef7ca6a99cc94af3e4efb1d2
|
| #
6aefbd18
|
| 18-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 59baa304d6a700ef7a35dab10252c2bcbccf5b2e
|
| #
636c4e8d
|
| 18-Dec-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
update src/mat/examples/tests/ex104.c for testing mpi dense and elemental matrices
Hg-commit: 8c91ab42012182ccb10d0ca0a26c8e4fff98e15d
|
| #
840d65cc
|
| 16-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
moved options checked in Vec/MatAssemblyEnd() into Vec/MatSetFromOptions() eventually we need to do the same for KSPSolve,SNESSolve,TSSolve and anyother options checking in the main computational str
moved options checked in Vec/MatAssemblyEnd() into Vec/MatSetFromOptions() eventually we need to do the same for KSPSolve,SNESSolve,TSSolve and anyother options checking in the main computational streams
Hg-commit: 76fd8399373a0d6da8c686fbc4c3e4d0b8d88a97
show more ...
|
| #
cffb1e40
|
| 16-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscOptionsGetViewer() now returns format since that is needed separately from viewer to be pushed and poped when used
Hg-commit: 3766d619209f59eac7f711df4eb56adfa9a0da7d
|
| #
0d2bece7
|
| 15-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
XXXiew_Private() -> XXXViewFromOptions()
Hg-commit: 956ff26f22f2a1ac0320a5a195731edd8cf3234a
|
| #
43b63833
|
| 14-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added support to matlab viewer in PetscOptionsGetViewer()
Hg-commit: e74348c694eca5572330506e6afc68adc0da932c
|
| #
1f243509
|
| 14-Dec-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fix bug associated with changes to -mat_view
Hg-commit: 19585e35388e42dc1ecb48699d222f3ada709e2a
|