MatSetSize() called after MatSetUp() is now forbidden even for Dense matricesMatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matricesFixed vec nest example that
MatSetSize() called after MatSetUp() is now forbidden even for Dense matricesMatSetBlockSize() must be called beofre MatSetUp()/ MatXXXSetPreallocation() for all matricesFixed vec nest example that pushed format that prevented values from being printedHg-commit: 80ec81eb9db92735994e950eda2d2db6657bb6cb
show more ...
namespace Mat utility functionsHg-commit: 2912dadb08982f5a3e4a9b22bd8b48ffa685bef3
namespaced some Mat utilities that lacked the MatHg-commit: 6f712ebe4bb5ddbcbf32ebd864d408e3a35085b0
Phase 2 of update of PetscBT: PetscBTDestroy() takes pointerHg-commit: aca1f1363559db957297829187a5e034ace731de
phase 1 of PetscBT conversion: changed from Macros to static functionsHg-commit: 7b64fe46b771f1e27250f571813ebf7716745437
Fixes in MatConvert_SeqSBAIJ() for MAT_SHARE_NONZERO_PATTERNHg-commit: 7289bc5a7ae9d6486783026c5ee98e11fe25e051
Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
MatMissingDiagonal_XXX bug fix - Break after the first nonzero diagonal is found.Hg-commit: bc585624d25c8bbe0c4d4cbdc5899e659efe06ef
minor nightly build fixesHg-commit: 31540b560fddd11bab6aca79c9110d92099e008e
changed MatCreateMPIXXX() to MatCreateXXX() since that is what they areHg-commit: 88fb4066e05405d3c444fb00dd00ab15e805b3e3
Fix merge error introduced in changeset 22293Hg-commit: 76771fe8e7493f3473aa546611cb1bea95ac357a
merge from 32 [wrt relax.h ignore 32 changes in favor of dev changes]Hg-commit: 3c4863d3a3db139d0362d09bb6d60182cd51eae9
[petsc-maint # 106790] Bug fix from petsc-3.2 for MatMult_SeqSBAIJ_1 for matrices with empty diagonal.http://petsc.cs.iit.edu/petsc/releases/petsc-3.2/rev/1d4f6480deceHg-commit: 91a2796f989bc00505
[petsc-maint # 106790] Bug fix from petsc-3.2 for MatMult_SeqSBAIJ_1 for matrices with empty diagonal.http://petsc.cs.iit.edu/petsc/releases/petsc-3.2/rev/1d4f6480deceHg-commit: 91a2796f989bc0050581da5fc238a524d7430fbf
[petsc-maint # 106790] Removed extra if test in the inner loop of MatMult_SeqSBAIJ_1Hg-commit: 1d4f6480dece199f4cc7967098e7cbffa741a2b1
[petsc-maint #106790] Fixed bug in MatMult_SeqSBAIJ_1 versions for symmetric matrices having empty diagonal.Hg-commit: 3b022781a8df6d13f2a1e23f284add510c79dace
bugfix for seqsbaij with USESHORT - when matrix data structure is changed, previous jshort must be replacedHg-commit: cdeadfe75d9385ee75e1b3b6997e8a07e011691d
merge from releaseHg-commit: 099f9627addec755748385f99a454f509a67fd1f
Now MatSetValues() does not automatically mark the matrix as unassembled- Individual types set the assembly flag if values need to be communicated- This is done to allow programming in the followin
Now MatSetValues() does not automatically mark the matrix as unassembled- Individual types set the assembly flag if values need to be communicated- This is done to allow programming in the following way:for(r = rStart; r < rEnd; ++r) { MatGetRow() <transform values> MatRestoreRow() MatSetValues()}Hg-commit: 1fc53ac2b8ab5649a32e5123d93f6c2f69dbdd4d
Remove MatSetUpPreallocation() and MatPreallocated(). MatSetUp() required if not preallocated. Unify error reporting.Hg-commit: 9dd5fa086e48409435f8bacb456e7397da336895
rm C++ style comment that was accidentally pushed with the previous change setHg-commit: f127636ed65e551e9df322e515a64504d6495de7
add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLERef: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)Hg-commit: 8cc43958d6493
add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLERef: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)Hg-commit: 8cc43958d6493e4eeb199b935ab256ab96f3dc6d
Many fixes for // comments in C sourceHg-commit: 6087d5ff9c9480e0ff8b9d44422a6be84041fc11
bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PMHg-commit: 143491d1970242baaec82f3ab
bugfix for MatConvert_xxx_xxx() when user uses mpi format for sequential runs. Ref [petsc-dev] Failure converting MPIBAIJ -> MPIAIJ, Sun, Sep 18, 2011 at 5:19 PMHg-commit: 143491d1970242baaec82f3ab55545fd4379a5e9
Remove ftn-kernels from makefiles that they shouldn't be inHg-commit: 0b2449747389f960e00fee87632d3d6f09101f31
bug in ASCII viewing of sbaij factored matrix for complex numbersHg-commit: 76bbec18a94233bcf0a9cf6f319c95db2288776b
1...<<21222324252627282930>>...69