| #
3ec68557
|
| 18-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Removed dead code for MatGetSubMatricesParallel (moving it to a branch).
Hg-commit: df72c92038d957e9180cb3ac11a1ea5b4c5d9c37
|
| #
339e5a9e
|
| 17-Nov-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 51230f40ae43d64d83d6ecc3987b102a86b5a803
|
| #
d9744627
|
| 22-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Bug fix.
Hg-commit: b4eb919f4fab1125f354bfb0a5137da66a264aa6
|
| #
358de08f
|
| 22-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
MatGetSubMatricesParallel_MPIXAIJ compiles and is dispatched to by *_MPIAIJ.
Hg-commit: 0e07026334e210ed47a88355126d413332fbf2c4
|
| #
367f67ff
|
| 18-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Use ISGetNonlocalIS in MatGetSubMatricesParallel_MPIXAIJ
Hg-commit: ea39a7326852ba252f984242c8dfe4a1933514a7
|
| #
6945e63e
|
| 18-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Work in progress on MatGetSubMatricesParallel_MPIXAIJ
Hg-commit: e9f8f3b048bf791572efeaae0068edcf69c4d590
|
| #
69555dec
|
| 17-Nov-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
ISTotalIndices, ISNonlocalIndices added. This causes weird Fortran errors in alltest.
Hg-commit: 24c33df10190a7e2bd2ba036afac383ff8c93632
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
70b3c8c7
|
| 03-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()
Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
e7e72b3d
|
| 08-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicator reformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate line
Hg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5
show more ...
|
| #
e32f2f54
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI_Comm as first argument to PetscError() and SETERRQX()
Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
d5f3da31
|
| 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is
Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
|
| #
533163c2
|
| 24-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of fixing to use PetscMallocN() for several files
Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01
|
| #
c05d87d6
|
| 22-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPIU_INTEGER for Fortran converted many more ugly multiple mallocs to use PetscMallocN()
Hg-commit: 6332e45bf3b90c2617b87da25cdc8572dba04922
|
| #
687f1162
|
| 17-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixups from incorrect sizes in some mallocs (not ones that causes crashes) after converting to PetscMallocN()
Hg-commit: 69d53b9cdd147b9a315d66104575655ba8c22135
|
| #
0572522c
|
| 16-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would
two bug fixes for my changes to use PetscMallocN() instead of single PetscMalloc() and then assigning parts to different variables. In one it was a missing &, in another it was an old bug (that would never cause a crash because sizeof(PetscInt*) == sizeof(PetscInt**) that only appeared after the change.
Hg-commit: 8bfb6c75bb5c2a1f0f26500274a43bb6a9b7df8a
show more ...
|
| #
1d79065f
|
| 14-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command
Hg-commit: db7
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command
Hg-commit: db793741ae0135c011d800b787b94e2bfd91670d
show more ...
|
| #
a85a5ba5
|
| 29-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 80ce29f5b087cb5c44dd8b0ec36b14a49dc7fba4
|
| #
76941f23
|
| 28-Jan-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 92d30fe428db07e99de2a9cd0051a102535da8e3
|
| #
fc195bd7
|
| 27-Jan-2009 |
Satish Balay <balay@mcs.anl.gov> |
merge from release
Hg-commit: 2602a5b005a31423b8d919a0adc5bc884a6f07cb
|
| #
052f0c41
|
| 26-Jan-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls. From: mark.vandoesburg@hetnet.nl Subject: Re: [PETSC #18943] Un
Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls. From: mark.vandoesburg@hetnet.nl Subject: Re: [PETSC #18943] Unable to allocate sufficient memory Date: January 26, 2009 4:56:52 PM CST
Hg-commit: 97dda86dd93d88798f8eed1a6128802961637cb3
show more ...
|