History log of /petsc/src/mat/impls/sbaij/seq/sbaij.c (Results 701 – 725 of 1290)
Revision Date Author Comments
# 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


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


# 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


# d61e7eb3 14-Oct-2010 Jed Brown <jed@59A2.org>

Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)

Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c


# acfcf0e5 14-Oct-2010 Jed Brown <jed@59A2.org>

PetscOptionsTruth -> PetscOptionsBool and related

Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77


# 4ac538c5 06-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.

Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d


# d42befbd 03-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 82642228d6bd5403fffa4e07f8bfa1cbb2627304


# 10e2f6b9 03-Oct-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Small bug fix for MATSEQSBAIJ ASCII viewer

Hg-commit: db62a807e4f40cb9cf70b336a8438d1a1dc82e0f


# d9227fec 01-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: fce2a66dc2063b8ef778418bbaa633cd631d256e


# 7566de4b 01-Oct-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added printing of matrix name and type for ASCII viewer. Implemented for aij,baij,sbaij,and dense matrix types.

Hg-commit: 9e3b8e72e632eee8f747cc98d27400b4ba5f3c71


# 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


# 21ef1412 22-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 24f850366a2082bcd995e66168dffae5083a9b77


# dfb205c3 22-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

added MatCreateMPIBAIJWithArrays() and MatCreateMPISBAIJWithArrays()

Hg-commit: 668a61a0fae60b105f1eb95c730ea25d28e197bc


# b32cb4a7 17-Sep-2010 Jed Brown <jed@59A2.org>

Make use of a->maxnz consistent in (S)BAIJ as the number of blocks

Hg-commit: 623a2a6b139428abec72964c7a1491a3f1ee1e1d


# f2cbd3d5 17-Sep-2010 Jed Brown <jed@59A2.org>

Slightly hairy merge

Barry should not use tabs in source.

Hg-commit: 1034e7ac3169f83cc7763b9b7bc9759aefdba1d5


# 1451c9d6 29-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f4adcc058053db0591717333b80bc943449cec4b


# ca403474 29-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 320e12621a75b76069d3a8a897aa3f72377aa8dd


# 0598bfeb 29-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built

updates to docs to include actual hyperlink to users manual when possible
now use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new types

Hg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e

show more ...


# 70a4bf9c 24-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4976d5f8a5ede0d2f344004f84eef28988480d5f


# 88974ac8 23-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 9ef83e41d4a8326e1cf5e296edd80e06079632b1


# 112444f4 22-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Reordered MatLoad input arguments.
Updated custom fortran MatLoad stub.

Hg-commit: 1b34440d31d2a1eb45d0adecc1d80c3909b37054


# 44deb32b 08-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 018734d0b4cb2ec7c57c9b5d27e2bffe4a51bda0


# c9b90e31 06-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: f9a876531578af47c6e59a2c1d832a9c96637bc5


1...<<21222324252627282930>>...52