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


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

Distinguish row and column mappings for MatSetValuesLocal

Hg-commit: 71968a52236f04a9bab5e1d4a884aa59ef0c7cfd


# 855771a1 11-Nov-2010 Victor Minden <victorminden@gmail.com>

added -pc_sacuda_cycles option

Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a


# 06d1790b 09-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 02f87e02d6d0329644ac4959f5f9fc6d5f5757be


# 9da3dea7 09-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 32bec2ba683ce3bf6bbec487cd64aadad26022ee


# bf831d64 09-Nov-2010 Jed Brown <jed@59A2.org>

Clarify MPISBAIJ preallocation docs

Hg-commit: 0a354f9bb0c1a658c603a0a321833d98b8226be1


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

Merge.

Hg-commit: 408da9d97fba22d7285ddfd7e8a6e622299e2cce


# 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


# 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


# 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


# 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


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

Use local row count instead of global for MPI(S)BAIJ local summary

Hg-commit: 35e2047b39e6f3068a4d47e5ae35b13a509cd923


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

Fix detailed diagnostics for MPI(S)BAIJ, was multiplying by block size extra times

Hg-commit: f3c98f53f8591976bb4689843e2835a50b5cf760


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

Slightly hairy merge

Barry should not use tabs in source.

Hg-commit: 1034e7ac3169f83cc7763b9b7bc9759aefdba1d5


# 4cb17eb5 14-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

added MAT_NO_OFF_PROC_ENTRIES

Hg-commit: f210f82d77e94a973918cbd989aee2263e028ced


# 0117d93f 14-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f2eca01056de2dc58eac39accff8a49933374032


# 13ea16ff 14-Sep-2010 Hong Zhang <hzhang@mcs.anl.gov>

bugfix of MatDestroy_MPIBAIJ() and MatDestroy_MPISBAIJ()

Hg-commit: a90b296e70aacef9449cfedebddf88a2a8b5686f


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

commit after merge

Hg-commit: 4976d5f8a5ede0d2f344004f84eef28988480d5f


1...<<21222324252627282930>>...48