| #
d7b97159
|
| 21-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
adding missing lower triangular entries in diagonal blocks of MatConvert_MPIAIJ_MPISBAIJ() bugfix of MatIncreaseOverlap_SBAIJ()
Hg-commit: 2b3dab7dd0b21d82f7ebf126a86ea89f5f29523d
|
| #
3bd96682
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge, some manual merges
Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0
|
| #
5111b020
|
| 19-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f406ac24be205c63ce341616bf1c2b192bdf8d7c
|
| #
b11de2a9
|
| 18-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
final cleanup of MatIncreaseOverlap_MPISBAIJ()
Hg-commit: 21db728158c609962664911d708351b7f3e781e6
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
9b08a598
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after terrible merge
Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb
|
| #
68b022c8
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f
|
| #
7a868f3e
|
| 15-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add flg 'ijonly' to MatGetSubMatrices_MPIBAIJ_local() for output matrix structure only. Use MPIBIJ routines for MatIncreaseOverlap_MPISBAIJ().
Hg-commit: d8f2246f982123860df463a58876048fa927bd04
|
| #
03c90c5c
|
| 14-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 7dfd49b521cdd96eaf8b7cd37fbe9bcd6cabdcd9
|
| #
487daaac
|
| 12-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatIncreaseOverlap_MPISBAIJ()
Hg-commit: eaa64247f27eb86ae85adc52a03757f0f012b646
|
| #
db41cccf
|
| 12-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add a new implementation of MatIncreaseOverlap_MPISBAIJ() that uses scalable routines for BAIJ() - further cleanup/org remains to be done.
Hg-commit: 7d7b300aad655617268c4af48a2249a45dea8c6b
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
70b3c8c7
|
| 03-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()
Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364
|
| #
e32f2f54
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI_Comm as first argument to PetscError() and SETERRQX()
Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
|
| #
a19eae5c
|
| 10-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge lsqr is broken for now
Hg-commit: df0260c88087fef5d8f80cbb540cd2c7402b75ba
|
| #
40cb64c9
|
| 09-Feb-2010 |
Jed Brown <jed@59A2.org> |
MatIncreaseOverlap_MPISBAIJ_Once: allocate enough space for Bowners (was writing off end of array)
Hg-commit: 25f687205746c78cdd21001dd45081a028cf565e
|
| #
a53b13b9
|
| 07-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0408f87716ee4bc571ead239bb7d6e050d5cd665
|
| #
288a2dc7
|
| 07-Feb-2010 |
Jed Brown <jed@59A2.org> |
MatIncreaseOverlap_MPISBAIJ_Once: fix for bs>1
The ctable is set up for indexing block rows, but values were being entered for scalar rows (thus writing off the end of the array and causing memory c
MatIncreaseOverlap_MPISBAIJ_Once: fix for bs>1
The ctable is set up for indexing block rows, but values were being entered for scalar rows (thus writing off the end of the array and causing memory corruption elsewhere).
Hg-commit: 049190cf44b0bc279a70391590ea078f56869f2b
show more ...
|
| #
74ed9c26
|
| 19-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
updated more files to use PetscMallocN() instead of single malloc with ugly operations
Hg-commit: 06b9e8a2056c1ddd773610bbb1de775ec9eddee0
|
| #
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 ...
|