History log of /petsc/src/mat/impls/baij/seq/baij.c (Results 751 – 775 of 1525)
Revision Date Author Comments
# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# b99fa21e 05-May-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8923a5fa9cee577f1b68ce816f018962ff130d22


# 3edee7c7 05-May-2011 Satish Balay <balay@mcs.anl.gov>

compile fix

Hg-commit: eb43cbb0cd1a26a500f9107f8d020d36d8ecdc56


# 2938c13d 05-May-2011 Dahai Guo <dhguo@ncsa.uiuc.edu>

forgot to regist for bstrm and sbstrm

Hg-commit: 8ac6c3df46db844bfcb5f360da123815954211b0


# 453d3561 28-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

add MatIsTranspose_SeqBAIJ() - can be further optimized if time permits

Hg-commit: 878502b1f132131ad29c199836f7b1ac26e7131a


# bf0cc555 27-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix types

Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8


# c0cdd4a1 27-Apr-2011 Dahai Guo <dhguo@ncsa.uiuc.edu>

#71395 Add new matrix formats (BSTRM and SBSTRM) that are good at prefetching.
Tested on IBM-P7 with MatMult with "cfd.2.10"

Hg-commit: bd4d42fd7f0b82ecaa07ce3480e86280567fd887


# 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


# 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


# f38cfdcd 14-Dec-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587


# cd6b891e 14-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes
recompute compressed row structure for each new matrix assembly, when requested so that compressed information is al

[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes
recompute compressed row structure for each new matrix assembly, when requested so that compressed information is always up to date

Hg-commit: 8b3422309f64468fec0ab5079c31f1ed7cabd7f9

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 07ed33dc 29-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb


# 6915305f 29-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3


# d00279f6 28-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_YES, PETSC_NO, totally unneeded syntax

Hg-commit: 9eb0184341915de100abd00a96a6d6eed4378362


# 784ac674 19-Nov-2010 Jed Brown <jed@59A2.org>

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


# ebdbe881 03-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# 56777dd2 27-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

got MatZeroRowsColumns_Seq(S)BAIJ() to handle x and b vector updates correctly

Hg-commit: 79a5d45cc3106f33bbfa8d16fef9893e537bfb5c


# 97b48c8f 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this
added binary viewer for ISGENERAL and added code to load IS into Matlab
added changes and faq for MatZeroRowsColumns()

Hg-

added MatZeroRowsColumns() for SeqAIJ and SeqBAIJ, added test code for this
added binary viewer for ISGENERAL and added code to load IS into Matlab
added changes and faq for MatZeroRowsColumns()

Hg-commit: 1121f78e90708a5c1c51c1e9ef599ba80ffa6f27

show more ...


# 2b40b63f 22-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

added vec x and b to the MatZeroRowsXXX() routines, they are not yet used.

Hg-commit: aeb830e2090107e6c8d4fcf07605e004a9e621cf


1...<<31323334353637383940>>...61