History log of /petsc/src/mat/impls/sbaij/mpi/mpisbaij.c (Results 826 – 850 of 1197)
Revision Date Author Comments
# d519adbf 30-Apr-2009 Matthew Knepley <knepley@mcs.anl.gov>

Removed MatCompress completely

Hg-commit: 4724a9ef7c2da8d62781764b00487fecf0216211


# aab6e468 21-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ec24c1d09461b39e43cac65048d88f31b197417e


# c6f55e7a 21-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 7310e662d7e7ab5f463ec1b2157758e04c0de51e


# ae1d86c5 16-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes

Hg

removed a bunch of left-over (and hence now wrong) references to the old aijmumps and other solver matrix types that were all removed. This is just documentation changes/removals. No code changes

Hg-commit: 364f8e245ed70b6ece0d3dafd86b1927e3b5d436

show more ...


# 57ffb780 16-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d8afe4a849df2afa9973805b4911b6b4ec60d063


# 9fd31f9c 15-Jan-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: e678be977486fa01752c16931409deaf44484ef5


# 4eeb8337 14-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed buggy code of == PETSC_TRUE that was left in PETSc in a bunch of places

Hg-commit: 3b39666b3f4f3164f8096be65c636b5126e3ee2b


# b5e56a35 06-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij
removed unused variables from pastix.c
pastix works for me for seqaij and mpiaij, but not sbaij

typo fix in superlu.c

Hg-commit: b237a

added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij
removed unused variables from pastix.c
pastix works for me for seqaij and mpiaij, but not sbaij

typo fix in superlu.c

Hg-commit: b237a972f2bdea6c2b81622f0e7da4bfe20b13c3

show more ...


# 28b2fa4a 13-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added a new option
- MAT_UNUSED_NONZERO_LOCATION_ERR indicates when unused space has been allocated

Hg-commit: d10d5d18ac9b373ad66e42b56d03063833c579c1


# 2d200336 06-Nov-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750


# 7c4f633d 03-Nov-2008 Barry Smith <bsmith@mcs.anl.gov>

removed -I$PETSC_DIR from make system and changed the corresponding
#include "src/dsdsdsds" to "../src/sdsdsds" in the source code

Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d


# 9e5a995e 26-Oct-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c


# 0c85ee0b 24-Oct-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e


# fe9eba3d 22-Oct-2008 Barry Smith <bsmith@mcs.anl.gov>

removed last uses of global_rows etc with MatInfo
removed cast with DMUMPS_REAL stuff in mumps.c, just caste with PetscScalar

Hg-commit: 282bdabaf64fcd1e9eff701c62fc11d77269675c


# 4fc57388 15-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5


# db4efbfd 15-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() i

moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set
in the function table or in the getfactor
moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor

Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281

show more ...


# d0f46423 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


# fd5f9c01 01-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819


# 611f576c 25-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

fixes for complex numbers with MatGetFactor()

Hg-commit: 96c21a6619637c708bd5d6c3d6564fc075f37818


# 207126cb 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers

Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700


# 5c9eb25f 23-Jul-2008 Barry Smith <bsmith@mcs.anl.gov>

basic transistion to new model for external direct solvers all tests pass

Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52


# 392a8661 26-Jun-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178


# a313700d 24-Jun-2008 Barry Smith <bsmith@mcs.anl.gov>

moved the const out of XXType definitions and into the Set and Get Methods

Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999


# f3618155 11-Mar-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: ae910a8c341252193d05c7b6e3a1801bc7c73425


# d7957c25 07-Mar-2008 Hong Zhang <hzhang@mcs.anl.gov>

commit after merge

Hg-commit: 6b4ac957a41c4eebfcda210f0c39ba836b723840


1...<<31323334353637383940>>...48