| #
9230625d
|
| 20-Oct-2012 |
Jed Brown <jed@59A2.org> |
const-correctness for MatMPIAIJGetSeqAIJ
Hg-commit: 599655901578e54a05acc8cb5c8afb8688387ec8
|
| #
7a3afff6
|
| 15-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22
|
| #
0beca09b
|
| 14-Oct-2012 |
Jed Brown <jed@59A2.org> |
Fix use of uninitialized memory in MatTranspose_MPIAIJ
Hg-commit: 75fca7ed1efa754ca010596a8ba69319501baf52
|
| #
80bcc5a1
|
| 14-Oct-2012 |
Jed Brown <jed@59A2.org> |
Preallocate for MatTranspose_MPIAIJ
Hg-commit: 486d000050ec62fbd732c0049cb5f09b2b5709b8
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
71612352
|
| 10-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 380ae759f230cc24e57854311296627da416f7b8
|
| #
0e9bae81
|
| 10-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetValues(Blocked)_MPI(B)AIJ did not handle no new zero entry error generation in off diagonal part MatSetValues(Blocked)Stencil stupidly used PETSC_MIN_INT to indicate a negative row/column (mea
MatSetValues(Blocked)_MPI(B)AIJ did not handle no new zero entry error generation in off diagonal part MatSetValues(Blocked)Stencil stupidly used PETSC_MIN_INT to indicate a negative row/column (meaning not to insert anything there), but then MatSetValuesBlocked() multiplied these numbers by the block size the turning the negative number into a positive which MatSetValues() then tried to put into the matrix (even though it was a garbage location) added support for using lldb debugger with -start_in_debugger and -on_error_attach_debugger
Hg-commit: 817ef0048927d966788e5fa1c4cdadf402d2ac09
show more ...
|
| #
f60c3dc2
|
| 10-Sep-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm support for spooles
Hg-commit: f63ad423091e815c9f03907640b3d5a4908d978d
|
| #
06c1657b
|
| 01-Sep-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 33
Hg-commit: 65b85ca420e4046859e760ac01ff92c738a1a588
|
| #
efcf75d5
|
| 01-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed bug in setting block size of redistributed matrix since it used object that did not exist on some MPI processes
Hg-commit: 23f912b865b5e245e8065ddaa5fede58f1e4adfe
|
| #
4dd37ed8
|
| 29-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a
|
| #
7dd0b29c
|
| 27-Aug-2012 |
Jed Brown <jed@59A2.org> |
Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored
Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7
|
| #
4e980039
|
| 25-Aug-2012 |
Jed Brown <jed@59A2.org> |
Close memory leaks for SOR_APPLY_UPPER
Hg-commit: bfb7a3d591b79d9e8327452528c5e9068755ea52
|
| #
1251c579
|
| 22-Aug-2012 |
Matthew G Knepley <knepley@gmail.com> |
MATMPIBAIJ: Fixed allocation for MatLoad - Fixed first fix
Hg-commit: 848377ed9a3b4008d3b860716abeb7f547e03cd9
|
| #
5c4ea359
|
| 22-Aug-2012 |
Matthew G Knepley <knepley@gmail.com> |
MATMPIAIJ: Fixed allocation in MatLoad
Hg-commit: a9e909684c35fe0a0957c86b28df64acfa4694a3
|
| #
73a71a0f
|
| 14-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatSeqDenseGetArray() and MatSetRandom() switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()
Hg-commit: d91242180205aedab6a564c6081a3c979cd67075
|
| #
8cf3ef60
|
| 12-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bd03fdcd3cf87c5b29ea28a5f4737ae936d9df04
|
| #
a8a8f366
|
| 11-Aug-2012 |
Satish Balay <balay@mcs.anl.gov> |
merge from 33
Hg-commit: fcf85c783eea43b41926a5894f4c39ade16496ad
|
| #
2d07f8ea
|
| 01-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6c9340ae8f518660dd575d818b3696567841c49f
|
| #
17f1a0ea
|
| 01-Aug-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
prepare for implementation of clique interface
Hg-commit: 12e7c15365ecb1e0d1a4ec619af4a13f202a5512
|
| #
f1f41ecb
|
| 30-Jul-2012 |
Jed Brown <jed@59A2.org> |
Implement MatFindZeroDiagonals_MPIAIJ so that -pc_fieldsplit_detect_saddle_point works in parallel
Hg-commit: e54b522f767fc2ce547d6af8f3ae14b8221a798d
|
| #
f2c98031
|
| 30-Jul-2012 |
Jed Brown <jed@59A2.org> |
Fix case in MatFindNonzeroRows_MPIAIJ
Hg-commit: 19c8cf105610aff9f4023ea6d75318750aa8e667
|