History log of /petsc/src/mat/impls/sbaij/seq/aijsbaij.c (Results 151 – 175 of 264)
Revision Date Author Comments
# 51a6ce93 20-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 7bfe1376f1432461d3e26c90cb5fbc8c082e5072


# 0ce45336 20-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

copy Mat optins in MatConvert() instead of in MatConvert_xxx()
Add test for MatConverting_xxx_mpisbaij

Hg-commit: 6d8d6942c2dc7091bdac9b2eb9c5320f3965b209


# 701b2c3f 17-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

check flag A->symmetric in MatConvert_xxx_sbaij()

Hg-commit: 9ee4abdc344f826596c05604c4e6f1e09328aeba


# 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


# 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 ...


# bfb86719 18-Nov-2010 Jed Brown <jed@59A2.org>

merge

Hg-commit: 9c05fd816e6a2ad50d1d3b5362606bb2b47d18b7


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


# 86352194 17-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 830b9adacd2cdfa08428f137d5d5c2ff58971131


# 74ee4d9f 16-Nov-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of MatConvert_SeqSBAIJ_SeqBAIJ() - transpose blocks of original matrix in lowwer triangular part of baij matrix

Hg-commit: d3a819fe219d19d4b51cd6e86bea10c0232f8244


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

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# 3bededec 26-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

BAD bug in MatConvert_SeqSBAIJ_SeqAIJ(), did not transpose little block matrices when putting in the lower diagonal portion!
Added MatZeroRowsColumns_SeqSBAIJ()

Hg-commit: 1f12d874303fc32a7202424312

BAD bug in MatConvert_SeqSBAIJ_SeqAIJ(), did not transpose little block matrices when putting in the lower diagonal portion!
Added MatZeroRowsColumns_SeqSBAIJ()

Hg-commit: 1f12d874303fc32a720242431217aeb76b310f08

show more ...


# 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


# 54b7effa 10-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9819d3416fadfb925ec641339fae95f90802240b


# a0be2ed3 09-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed MatConvert SBAIJ to AIJ when matrix is missing diagonal entries

Hg-commit: 76016e659c0d95db474ccfa556c81e7569577eac


# 01be0148 09-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed bug in MatConvert from abaij to aij when matrix is missing diagonal entries also backported to 3.1

Hg-commit: 47e98898329c4da5db3033ff7fbac29d084959e0


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# b4be0e3a 31-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a


# e7f143fa 31-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 21ce832f6372fd3b563c19fc7f166b12c02a05f0


# d5a03580 30-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 746d671c7f0b089917f89896919629e9b7f19414


# 7af9e4fd 30-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

add missing and fix incorrect __FUNCT__

Hg-commit: 759637f5acf1b9598b2e50440facf5bcd95ba6b3


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


1234567891011