History log of /petsc/src/mat/interface/matrix.c (Results 2526 – 2550 of 3231)
Revision Date Author Comments
# c7ed68ee 25-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 5409dc292ba7dae3601b23f22089b3dbaf6e735c


# 66cd746e 22-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

manually merged incomplete error check with support for
PETSC_DEFAULT


Hg-commit: b4a88b87cf3055af31b5af8010db6d5c798b00a9


# 54996860 22-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

beats me, I hate hg


Hg-commit: a9c284f610437724e9e5046ec08ca223a57725d7


# 5297d158 18-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Hg-commit: 3b2cd1aefaaf3d9f5c16a58897f9b7783b78eb7e


# e81db812 18-Jul-2006 Satish Balay <balay@mcs.anl.gov>

merge


Hg-commit: 7876e6cfcd79813d380f1f171dc8ee6efc16be3f


# ba03775d 18-Jul-2006 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatConvert SEQAIJ to/from SEQCSRPERM
add more comments


Hg-commit: c63e01e8bf9c5273366948b138ec68632e0d7ded


# 795a1d5e 14-Jul-2006 Matthew Knepley <knepley@mcs.anl.gov>

Turn off Sieve vectors
Fix Mat error message


Hg-commit: 69bb49d1bed4e08c61e4800837daaf0bb42a69c1


# e6b907ac 28-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared
a common block of records. Updated code to use
this.


Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08


# a84c7d86 26-Jun-2006 Hong Zhang <hzhang@mcs.anl.gov>

typo


Hg-commit: e630671a451df9ae3bdeb7a0ce7f0325d94effb5


# 4324174e 26-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

completed first cut of fast MatMatMult_MPIAIJ_MPIDense
Mild testing with ex109.



Hg-commit: 265ced46799b86182b2d3a4ba01bfbbc10d9c41e


# f32d5d43 25-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

minor improvements to web pages
partially optimised MatMatMult for AIJ * Dense -> Dense


Hg-commit: 49fdde9b92ba89a6e7ae6774d68fd55a15003b38


# c40d1c1f 18-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

automerge


Hg-commit: 6a6ed4c35ea45871c951b7a44b37e43bfb4c02af


# 181621ef 18-Jun-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: 5c78c4ad956beb46acd1812a52064a1b1eb1dd63


# 4ae313f4 17-Jun-2006 Hong Zhang <hzhang@mcs.anl.gov>

continue work on MatMatMult_AIJ_Dense()


Hg-commit: b383d98c4a2740b9dd562eaacdf5747a53292604


# 9123193a 16-Jun-2006 Hong Zhang <hzhang@mcs.anl.gov>

Add support for MatMatMult_AIJ_Dense()


Hg-commit: a9468febbedad8251883e65ec13590026255b2f2


# 38877d5b 22-Apr-2006 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.4266
hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712
ChangeSet
1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0
raise the error flag when user provides fill<1.0

bk-changeset-1.4266
hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712
ChangeSet
1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0
raise the error flag when user provides fill<1.0

src/mat/interface/matrix.c
1.218 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +6 -5
raise the error flag when user provides fill<1.0

src/mat/impls/aij/seq/matmatmult.c
1.93 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1
undo the previous change on fill < 1.0

src/mat/impls/aij/seq/aijfact.c
1.142 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -4
undo the previous change on fill < 1.0

src/mat/impls/aij/mpi/mpiptap.c
1.31 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1
undo the previous change on fill < 1.0


Hg-commit: 049df65c402b247c6fedbed2415d206360ddd16f

show more ...


# f3a39bec 18-Apr-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4263
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819
ChangeSet
1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0
matrix.c, aijfact.c, lu.c, ilu.c, icc

bk-changeset-1.4263
bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819
ChangeSet
1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0
matrix.c, aijfact.c, lu.c, ilu.c, icc.h, icc.c, cholesky.c:
PCView_factor shows actual fill ratio

src/mat/interface/matrix.c
1.217 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +1 -1
PCView_factor shows actual fill ratio

src/mat/impls/aij/seq/aijfact.c
1.140 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +4 -1
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/lu/lu.c
1.53 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +9 -4
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/ilu/ilu.c
1.66 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +12 -2
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/icc/icc.h
1.10 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +1 -0
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/icc/icc.c
1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +18 -1
PCView_factor shows actual fill ratio

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +9 -4
PCView_factor shows actual fill ratio


Hg-commit: 7d1e3cb8dc9dd8dde2346330e6d71d613bc01825

show more ...


# 5c52c8b9 05-Apr-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.4232
balay@asterix.mcs.anl.gov|ChangeSet|20060405070948|15551
ChangeSet
1.4232 06/04/05 02:09:48 balay@asterix.mcs.anl.gov +1 -0
#14504 MatDestroy() should work - even if MatSetTyp

bk-changeset-1.4232
balay@asterix.mcs.anl.gov|ChangeSet|20060405070948|15551
ChangeSet
1.4232 06/04/05 02:09:48 balay@asterix.mcs.anl.gov +1 -0
#14504 MatDestroy() should work - even if MatSetType() is not caled

src/mat/interface/matrix.c
1.216 06/04/05 02:09:46 balay@asterix.mcs.anl.gov +3 -4
#14504 MatDestroy() should work - even if MatSetType() is not caled


Hg-commit: e29204c41480138beb345a5810b2802822d94018

show more ...


# 699b0258 02-Feb-2006 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.4008
knepley@khan.(none)|ChangeSet|20060202200914|39390
ChangeSet
1.4008 06/02/02 14:09:14 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.4008
knepley@khan.(none)|ChangeSet|20060202200914|39390
ChangeSet
1.4008 06/02/02 14:09:14 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev


Hg-commit: 68108f78a293edc789498a2743f7ab5adf57eff6

show more ...


# d95db058 02-Feb-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.4006.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20060202195837|39393
ChangeSet
1.4006.1.1 06/02/02 13:58:37 balay@asterix.mcs.anl.gov +6 -0
fix bugs introduced yesterday

src/mat/ut

bk-changeset-1.4006.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20060202195837|39393
ChangeSet
1.4006.1.1 06/02/02 13:58:37 balay@asterix.mcs.anl.gov +6 -0
fix bugs introduced yesterday

src/mat/utils/gcreate.c
1.50 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +4 -2
- Destory spptr as well in MatHeaderReplace()
- remove PetscMapInitialize() from MatSetSizes(). [causes errors]. Should bs always be used with this?

src/mat/interface/matrix.c
1.215 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +1 -0
destroy spptr in MatDestroy

src/mat/impls/aij/aij/aijtype.c
1.16 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +5 -4
- move deallocation of spptr to MatDestroy()
- Destroy spptr - before reassining

src/mat/examples/tests/makefile
1.65 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +1 -1
test DOF=1 as well

python/PETSc/packages/BlasLapack.py
1.154 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +1 -1
increase type for blaslapack build

maint/asterix-test.sh
1.4 06/02/02 13:58:35 balay@asterix.mcs.anl.gov +1 -0
add more tests


Hg-commit: ca202c41effbc81379ed015eb791d34ce9a3513e

show more ...


# f47c727a 27-Jan-2006 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3991
knepley@khan.(none)|ChangeSet|20060127024552|23960
ChangeSet
1.3991 06/01/26 20:45:52 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.3991
knepley@khan.(none)|ChangeSet|20060127024552|23960
ChangeSet
1.3991 06/01/26 20:45:52 knepley@khan.(none) +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/PETSc3/petsc/petsc-dev


Hg-commit: 0c4984f2139e0a6dc8a2e2858407ad284173b088

show more ...


# f7d956cb 26-Jan-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3988.1.13
balay@asterix.mcs.anl.gov|ChangeSet|20060126230456|23949
ChangeSet
1.3988.1.13 06/01/26 17:04:56 balay@asterix.mcs.anl.gov +1 -0
typo fix

src/mat/interface/matrix.c

bk-changeset-1.3988.1.13
balay@asterix.mcs.anl.gov|ChangeSet|20060126230456|23949
ChangeSet
1.3988.1.13 06/01/26 17:04:56 balay@asterix.mcs.anl.gov +1 -0
typo fix

src/mat/interface/matrix.c
1.214 06/01/26 17:04:54 balay@asterix.mcs.anl.gov +1 -1
typo fix


Hg-commit: 70f6ccf7a7321c276b22d4f1f431925ead069321

show more ...


# 29f56cbb 26-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3988.1.11
barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194957|25006
ChangeSet
1.3988.1.11 06/01/26 13:49:57 barrysmith@barrysmith-11.mcs.anl.gov +2 -0
Merge bk://petsc@pe

bk-changeset-1.3988.1.11
barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194957|25006
ChangeSet
1.3988.1.11 06/01/26 13:49:57 barrysmith@barrysmith-11.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-11.mcs.anl.gov:/Users/barrysmith/petsc-dev

src/mat/interface/matrix.c
1.213 06/01/26 13:49:51 barrysmith@barrysmith-11.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiaij.c
1.270 06/01/26 13:49:50 barrysmith@barrysmith-11.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 3d8eb5ac8355952cf16c70ad17b2de56bb6141e9

show more ...


# 95a80f87 26-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3988.3.1
barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194857|40047
ChangeSet
1.3988.3.1 06/01/26 13:48:57 barrysmith@barrysmith-11.mcs.anl.gov +9 -0
iscoloring.c, ex5s.c,

bk-changeset-1.3988.3.1
barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060126194857|40047
ChangeSet
1.3988.3.1 06/01/26 13:48:57 barrysmith@barrysmith-11.mcs.anl.gov +9 -0
iscoloring.c, ex5s.c, matrix.c, inode.c, aij.c, mpiaij.c, color.c, fdda.c:
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()
hyppilut.c:
removed outdated warning message 14245

src/vec/is/utils/iscoloring.c
1.41 06/01/26 13:41:49 barrysmith@barrysmith-11.mcs.anl.gov +5 -4
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/snes/examples/tutorials/ex5s.c
1.14 06/01/26 13:41:46 barrysmith@barrysmith-11.mcs.anl.gov +1 -1
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/mat/interface/matrix.c
1.211.1.1 06/01/26 13:41:46 barrysmith@barrysmith-11.mcs.anl.gov +4 -4
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/mat/impls/csr/inode/inode.c
1.60 06/01/26 13:41:45 barrysmith@barrysmith-11.mcs.anl.gov +2 -2
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/mat/impls/aij/seq/aij.c
1.252 06/01/26 13:41:44 barrysmith@barrysmith-11.mcs.anl.gov +1 -1
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/mat/impls/aij/mpi/mpiaij.c
1.267.1.1 06/01/26 13:41:43 barrysmith@barrysmith-11.mcs.anl.gov +3 -3
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/mat/color/color.c
1.29 06/01/26 13:41:42 barrysmith@barrysmith-11.mcs.anl.gov +4 -4
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/dm/da/utils/fdda.c
1.56 06/01/26 13:41:40 barrysmith@barrysmith-11.mcs.anl.gov +14 -14
Rich Katz petsc-maint 14240 incorrect args to ISColoringCreate()

src/ksp/pc/impls/hypre/hyppilut.c
1.85 06/01/26 10:35:22 barrysmith@barry-smiths-computer.local +0 -1
removed outdated warning message 14245


Hg-commit: ec297955cced9b3ad8bba55562c3e03463cacda6

show more ...


# fc42d0c8 26-Jan-2006 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3988.1.7
balay@asterix.mcs.anl.gov|ChangeSet|20060126053611|25172
ChangeSet
1.3988.1.7 06/01/25 23:36:11 balay@asterix.mcs.anl.gov +3 -0
get mat/examples/tests/ex96 working

src/

bk-changeset-1.3988.1.7
balay@asterix.mcs.anl.gov|ChangeSet|20060126053611|25172
ChangeSet
1.3988.1.7 06/01/25 23:36:11 balay@asterix.mcs.anl.gov +3 -0
get mat/examples/tests/ex96 working

src/mat/interface/matrix.c
1.212 06/01/25 23:36:08 balay@asterix.mcs.anl.gov +2 -2
support NULL argument

src/mat/impls/aij/mpi/mpiptap.c
1.29 06/01/25 23:36:08 balay@asterix.mcs.anl.gov +4 -2
- fix memory leak
- PetscMatInitialize requires bs to be set
- Use PetscCommGetNewTag() instead of PetscIbjectGetNewTag()

src/mat/impls/aij/mpi/mpiaij.c
1.268 06/01/25 23:36:08 balay@asterix.mcs.anl.gov +1 -0
PetscMapInitialize requires bs to be set correctly


Hg-commit: 7f547bf3bafc002e12b7033d2b025c9e823d2579

show more ...


1...<<101102103104105106107108109110>>...130