| #
26283091
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to PetscLayout
Hg-commit: b8f4632bd00d1563dcf8108fd4199169f8fd320b
|
| #
7a2fc3fe
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscMap to be pointer to _p_PetscMap changed PetscMapInitialize() to PetscMapCreate() and also have it malloc the space
Hg-commit: 2d1edc265bc1b52b0bfe730b4711ac37a11744fd
|
| #
25bba741
|
| 20-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge - Builder was almost certainly screwed up
Hg-commit: 2571e8ea748f6220b54dbcda3f10127411ca11ff
|
| #
c6b4b828
|
| 14-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge of bug fix for 3.0.0 memory leak in MatILUFactor_SeqBAIJ()
Hg-commit: 675a0b79ab7fa2ee77187a79905a9c2f70a950f3
|
| #
a23ff555
|
| 14-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
memory leak in MatILUFactor_SeqBAIJ() a->icol is created each time this is called, so repeated calls results in a memory leak. From: jirka.simonek@gmail.com Subject: Re: [PETSC #20104] MatIL
memory leak in MatILUFactor_SeqBAIJ() a->icol is created each time this is called, so repeated calls results in a memory leak. From: jirka.simonek@gmail.com Subject: Re: [PETSC #20104] MatILUFactor() - memory leak? Date: October 14, 2009 8:05:25 AM CDT
Hg-commit: 3db98aeeeaee2dcf30bb78618aac2474c52f1f89
show more ...
|
| #
ec1065ed
|
| 05-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e4ceadb2454090be7d46b3718e609756791804d0
|
| #
5604da14
|
| 29-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b70f4367eb5351c6e8d5d2a868decc5b50bd9108
|
| #
04fbf559
|
| 29-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
converted several while() loops in the AIJ data structure to for loops for better performance; also added a couple more const for better performance.
Hg-commit: 6a45602c88a9c228977c2b6cef3cf536137b9
converted several while() loops in the AIJ data structure to for loops for better performance; also added a couple more const for better performance.
Hg-commit: 6a45602c88a9c228977c2b6cef3cf536137b92d0
show more ...
|
| #
1784c0f5
|
| 28-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed missing PetscLogObjectMemory() in SeqBAIJ
Hg-commit: dd648d99753d6563a735deddbe6697f92b6120a2
|
| #
4fd072db
|
| 28-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MAT_SHARE_NONZERO_PATTERN for SeqBAIJ matrices in MatDuplicate() added a couple missing PetscLogObjectMemory() in SeqBAIJ
Hg-commit: 3fbba1b9cd2771828452e6c3179c885256f18b67
|
| #
458c5f23
|
| 17-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 5cfc927ddf10a2bff062bd23b3f8b5a57e4767bf
|
| #
715a17b5
|
| 16-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
Barry, I'm getting this in petsc4py testsuite against petsc-dev
[0]Total space allocated 248 bytes [ 0]116 bytes MatToSymmetricIJ_SeqAIJ() line 67 in src/mat/impls/aij/seq/ij.c [0] MatGetRowIJ
Barry, I'm getting this in petsc4py testsuite against petsc-dev
[0]Total space allocated 248 bytes [ 0]116 bytes MatToSymmetricIJ_SeqAIJ() line 67 in src/mat/impls/aij/seq/ij.c [0] MatGetRowIJ_SeqBAIJ() line 1176 in src/mat/impls/baij/seq/baij.c [0] MatGetRowIJ() line 6017 in src/mat/interface/matrix.c [0] MatOrdering_ND() line 18 in src/mat/order/spnd.c [0] MatGetOrdering() line 185 in src/mat/order/sorder.c
Could you please check MatGetRowIJ_SeqBAIJ()/MatRestoreRowIJ_SeqBAIJ(), specifically for the combination symmetryc=PETSC_TRUE and oshift=1 ?? ... After a VERY fast look, it seems the stuff allocated in MatToSymmetricIJ_SeqAIJ() is never deallocated...
It was not handling the symmetric + oshift case properly. If oshift was given it ignored the symmetric format that was created hence the memory leak PLUS a bug that it did not actually use the symmetric version created. Fixed by increasing the tia and tja directly in the symmetric plus oshift case.
Hg-commit: 7b2e613cf29c5a7a5a8d734070f335e5e8dd4cda
show more ...
|
| #
df961a86
|
| 11-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 8a8271760876e9baebcde5bfe347f3c1d80c7ab9
|
| #
16a2bf60
|
| 11-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatILUFactorSymbolic_SeqBAIJ() ilu(0) works. ilu(p), p>0 is not done yet
Hg-commit: fca544fa7099605d92c6e4a4a1ba1211b5314d50
|
| #
0230a03c
|
| 31-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 349518ceeca84623e101fa73fa2e7aa9b404d154
|
| #
f6d58c54
|
| 25-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
finished support for MatFDColoringCreate() etc for BAIJ matrices
Hg-commit: 61c9609b5ffa140392733ce982b1260ca27cbd92
|
| #
3acb8795
|
| 23-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
more work on adding FD computation of Jacobian for BAIJ matrices
Hg-commit: 89075e85186765069f32cddc814471a4b6a51957
|
| #
952b491a
|
| 20-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 042472a0480b67a718f2ad368cd38c5dbee71cec
|
| #
2767d60e
|
| 20-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 3130227ca1db4e998011a05bda2522c634b70f5b
|
| #
ab040260
|
| 20-Jul-2009 |
Jed Brown <jed@59A2.org> |
Enable SOR for BAIJ with block size 1.
Includes bug fix in MatPBRelax_SeqBAIJ_1, but this function was never called before.
Hg-commit: b6761fec08841f1e9f0b5b70e2ab44dbd28856cd
|
| #
2d0b4cb3
|
| 17-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d
|
| #
c60f0209
|
| 16-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
moved all the vector fortran kernels to correct location and the block invert kernels used by BAIJ and SBAIJ
Hg-commit: e1f076dca7c745ad92f3e0051127f9b15b56c9dc
|
| #
be7314b0
|
| 15-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
removed unneeded inline spops.h file removed unused macros from some inline files moved axpy.h to include/private/petscaxpy.h moved first Fortran kernels from central location to sys/utils/ftn-kernel
removed unneeded inline spops.h file removed unused macros from some inline files moved axpy.h to include/private/petscaxpy.h moved first Fortran kernels from central location to sys/utils/ftn-kernels where it is used
Hg-commit: c9e7a1a8dc579cf824e1f087165c3df9932aefb9
show more ...
|
| #
67f75438
|
| 25-Jun-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a6b2cac011f2b1bbeb36985731de582f75732062
|
| #
d49b2adc
|
| 25-Jun-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
minor fixes to bibtex entries formating and docs
Hg-commit: 0e01e475e8089cfce98623fa661ab1f523894c12
|