| #
3f953163
|
| 30-Sep-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1467.1.7 Kris@p4buschel.|ChangeSet|20030930202121|19216 ChangeSet 1.1467.1.7 03/09/30 13:21:21 Kris@p4buschel. +11 -0 MatDuplicate for external packages fixed better. MatView fix
bk-changeset-1.1467.1.7 Kris@p4buschel.|ChangeSet|20030930202121|19216 ChangeSet 1.1467.1.7 03/09/30 13:21:21 Kris@p4buschel. +11 -0 MatDuplicate for external packages fixed better. MatView fixed for DSCPACK
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.40 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.28 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.38.1.3 03/09/30 13:21:16 Kris@p4buschel. +15 -2 MatView fix for dscpack: MatView_SeqBAIJ calls MatConvert, so we must provide a SeqBAIJ matrix for this call. Also, in MatDuplicate, copy stashed ops table instead of making a new one.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.23 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/seq/superlu/superlu.c 1.44 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/seq/spooles/spooles.c 1.79 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/seq/lusol/lusol.c 1.22 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/seq/essl/essl.c 1.21 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.75 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.53 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
src/mat/impls/aij/mpi/mumps/mumps.c 1.41 03/09/30 13:21:16 Kris@p4buschel. +1 -0 Copy old ops table during MatDuplicate instead of making a new one.
Hg-commit: 544284cf6fde653488ec32461fa8b0ed20b1dfcf
show more ...
|
| #
8f340917
|
| 30-Sep-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1467.1.6 Kris@mbuschel.|ChangeSet|20030930183740|18818 ChangeSet 1.1467.1.6 03/09/30 11:37:40 Kris@mbuschel. +11 -0 MatDuplicate for external packages bug fixed.
src/mat/impls/s
bk-changeset-1.1467.1.6 Kris@mbuschel.|ChangeSet|20030930183740|18818 ChangeSet 1.1467.1.6 03/09/30 11:37:40 Kris@mbuschel. +11 -0 MatDuplicate for external packages bug fixed.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.39 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.27 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.38.1.2 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.22 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/seq/superlu/superlu.c 1.43 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/seq/spooles/spooles.c 1.78 03/09/30 11:37:35 Kris@mbuschel. +3 -1 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/seq/lusol/lusol.c 1.21 03/09/30 11:37:35 Kris@mbuschel. +3 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/seq/essl/essl.c 1.20 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.74 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.52 03/09/30 11:37:35 Kris@mbuschel. +4 -2 MatDuplicate for external packages bug fixed.
src/mat/impls/aij/mpi/mumps/mumps.c 1.40 03/09/30 11:37:35 Kris@mbuschel. +8 -4 MatDuplicate for external packages bug fixed.
Hg-commit: 97ee244680b861eb5205311dea434f004c727f31
show more ...
|
| #
c2635cbc
|
| 25-Jul-2003 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.1418 kaushik@manu.mcs.anl.gov|ChangeSet|20030725014154|57998 ChangeSet 1.1418 03/07/24 20:41:54 kaushik@manu.mcs.anl.gov +0 -0 Merge http://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1418 kaushik@manu.mcs.anl.gov|ChangeSet|20030725014154|57998 ChangeSet 1.1418 03/07/24 20:41:54 kaushik@manu.mcs.anl.gov +0 -0 Merge http://petsc@petsc.bkbits.net/petsc-dev into manu.mcs.anl.gov:/home/kaushik/petsc
Hg-commit: 43f869289fdc7a60dfb86626b0260c9984709d65
show more ...
|
| #
fafad747
|
| 23-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.8 Kris@p4buschel.|ChangeSet|20030723100524|58558 ChangeSet 1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0 Update MatType manual pages.
src/snes/mf/snesmfj.c 1.22
bk-changeset-1.1413.1.8 Kris@p4buschel.|ChangeSet|20030723100524|58558 ChangeSet 1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0 Update MatType manual pages.
src/snes/mf/snesmfj.c 1.22 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/shell/shell.c 1.11 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.38 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/seq/sbaij.c 1.76 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.26 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.61 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.35 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/maij/maij.c 1.10 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/is/is.c 1.9 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/esi/mesi.c 1.31 03/07/23 03:05:22 Kris@p4buschel. +2 -2 Update MatType manual pages.
src/mat/impls/dense/seq/dense.c 1.35 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/dense/mpi/mpidense.c 1.24 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/bdiag/seq/bdiag.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/seq/baij.c 1.58 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/mpi/mpibaij.c 1.34 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.38 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.21 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/superlu/superlu.c 1.42 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/spooles/spooles.c 1.76 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/lusol/lusol.c 1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/essl/essl.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/aij.c 1.112 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.72 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.50 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/mumps/mumps.c 1.36 03/07/23 03:05:22 Kris@p4buschel. +2 -2 Update MatType manual pages.
src/mat/impls/aij/mpi/mpiaij.c 1.92 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/adj/mpi/mpiadj.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/adic/matadic.c 1.19 03/07/23 03:05:21 Kris@p4buschel. +1 -1 Update MatType manual pages.
Hg-commit: a4488752d2a96ca7cfd014930c9f3aa69035c069
show more ...
|
| #
b7d02931
|
| 11-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1392 Kris@p4buschel.|ChangeSet|20030711204826|35145 ChangeSet 1.1392 03/07/11 13:48:26 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.1392 Kris@p4buschel.|ChangeSet|20030711204826|35145 ChangeSet 1.1392 03/07/11 13:48:26 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-2
Hg-commit: e0a146a6942a7abb98f24f979070703f61c4da09
show more ...
|
| #
0bad9183
|
| 11-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1390.1.1 Kris@p4buschel.|ChangeSet|20030711204809|35142 ChangeSet 1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0 Matrix type documentation.
src/snes/mf/snesmfj.c 1.21 0
bk-changeset-1.1390.1.1 Kris@p4buschel.|ChangeSet|20030711204809|35142 ChangeSet 1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0 Matrix type documentation.
src/snes/mf/snesmfj.c 1.21 03/07/11 13:48:08 Kris@p4buschel. +8 -0 Matrix type documentation.
src/mat/impls/shell/shell.c 1.9 03/07/11 13:48:08 Kris@p4buschel. +8 -0 Matrix type documentation.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.37 03/07/11 13:48:08 Kris@p4buschel. +1 -1 Matrix type documentation.
src/mat/impls/sbaij/seq/sbaij.c 1.73 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.25 03/07/11 13:48:07 Kris@p4buschel. +0 -1 Matrix type documentation.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.57 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.32 03/07/11 13:48:07 Kris@p4buschel. +14 -0 Matrix type documentation.
src/mat/impls/maij/maij.c 1.8 03/07/11 13:48:07 Kris@p4buschel. +31 -0 Matrix type documentation.
src/mat/impls/is/is.c 1.8 03/07/11 13:48:07 Kris@p4buschel. +17 -0 Matrix type documentation.
src/mat/impls/esi/mesi.c 1.28 03/07/11 13:48:07 Kris@p4buschel. +21 -0 Matrix type documentation.
src/mat/impls/dense/seq/dense.c 1.32 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/dense/mpi/mpidense.c 1.20 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/bdiag/seq/bdiag.c 1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/baij/seq/baij.c 1.55 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/baij/mpi/mpibaij.c 1.30 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.36 03/07/11 13:48:07 Kris@p4buschel. +1 -1 Matrix type documentation.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.20 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/superlu/superlu.c 1.41 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/spooles/spooles.c 1.74 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/lusol/lusol.c 1.19 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/essl/essl.c 1.18 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/aij.c 1.109 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.68 03/07/11 13:48:06 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.48 03/07/11 13:48:06 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/mpi/mumps/mumps.c 1.34 03/07/11 13:48:06 Kris@p4buschel. +4 -4 Matrix type documentation.
src/mat/impls/aij/mpi/mpiaij.c 1.87 03/07/11 13:48:06 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/adj/mpi/mpiadj.c 1.16 03/07/11 13:48:06 Kris@p4buschel. +9 -0 Matrix type documentation.
src/mat/impls/adic/matadic.c 1.17 03/07/11 13:48:06 Kris@p4buschel. +9 -0 Matrix type documentation.
Hg-commit: 45fc210891cbc1e2f5ebf078620103988c24ada5
show more ...
|
| #
28b08bd3
|
| 10-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1386 Kris@p4buschel.|ChangeSet|20030710212323|49470 ChangeSet 1.1386 03/07/10 14:23:23 Kris@p4buschel. +7 -0 Document usage of MatConvert for inplace conversions between child clas
bk-changeset-1.1386 Kris@p4buschel.|ChangeSet|20030710212323|49470 ChangeSet 1.1386 03/07/10 14:23:23 Kris@p4buschel. +7 -0 Document usage of MatConvert for inplace conversions between child class and parent class for external package support.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.19 03/07/10 14:23:22 Kris@p4buschel. +2 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/seq/superlu/superlu.c 1.40 03/07/10 14:23:22 Kris@p4buschel. +2 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/seq/spooles/spooles.c 1.72 03/07/10 14:23:22 Kris@p4buschel. +2 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/seq/essl/essl.c 1.17 03/07/10 14:23:22 Kris@p4buschel. +2 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.66 03/07/10 14:23:22 Kris@p4buschel. +3 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.46 03/07/10 14:23:22 Kris@p4buschel. +2 -1 Document usage of MatConvert for inplace conversions between child class and parent class.
src/mat/impls/aij/mpi/mumps/mumps.c 1.32 03/07/10 14:23:22 Kris@p4buschel. +6 -2 Document usage of MatConvert for inplace conversions between child class and parent class.
Hg-commit: 24c4f82fdfedc334652beea9217f7b156a4dab38
show more ...
|
| #
5441df8e
|
| 10-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1384 Kris@p4buschel.|ChangeSet|20030710205026|49418 ChangeSet 1.1384 03/07/10 13:50:26 Kris@p4buschel. +14 -0 Be sure to perform a proper reset of type to get inheritance correct.
bk-changeset-1.1384 Kris@p4buschel.|ChangeSet|20030710205026|49418 ChangeSet 1.1384 03/07/10 13:50:26 Kris@p4buschel. +14 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class. Also pick a more suitable default matrix type for DA's when communicator size is 1.
src/snes/utils/damgsnes.c 1.17 03/07/10 13:50:24 Kris@p4buschel. +9 -2 Pick a good default type for communicators size 1 (seqaij instead of mpiaij).
src/snes/examples/tutorials/ex30.c 1.24.1.1 03/07/10 13:50:24 Kris@p4buschel. +3 -1 Protect non-Matlab users from Matlab specific code.
src/sles/utils/damg.c 1.11 03/07/10 13:50:24 Kris@p4buschel. +16 -3 Pick a good default type for communicators size 1 (seqaij instead of mpiaij).
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.35 03/07/10 13:50:24 Kris@p4buschel. +3 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.23 03/07/10 13:50:24 Kris@p4buschel. +3 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.34 03/07/10 13:50:24 Kris@p4buschel. +5 -4 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.18 03/07/10 13:50:24 Kris@p4buschel. +2 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/seq/superlu/superlu.c 1.39 03/07/10 13:50:24 Kris@p4buschel. +2 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/seq/spooles/spooles.c 1.70 03/07/10 13:50:24 Kris@p4buschel. +3 -1 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/seq/lusol/lusol.c 1.18 03/07/10 13:50:24 Kris@p4buschel. +3 -2 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/seq/essl/essl.c 1.16 03/07/10 13:50:24 Kris@p4buschel. +2 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.65 03/07/10 13:50:24 Kris@p4buschel. +5 -4 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.45 03/07/10 13:50:24 Kris@p4buschel. +2 -0 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
src/mat/impls/aij/mpi/mumps/mumps.c 1.31 03/07/10 13:50:24 Kris@p4buschel. +8 -4 Be sure to perform a proper reset of type to get inheritance correct. To do this I'm setting the type name to desired value before calling MatSetType of parent class.
Hg-commit: a98a0490bbaf026ec983a91e854797ff4c39ec0b
show more ...
|
| #
8119f7c1
|
| 08-Jul-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1374 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030708213433|52266 ChangeSet 1.1374 03/07/08 17:34:33 victorle@tibook500ve.cs.utk.edu +0 -0 Merge http://petsc@petsc.bkbits.net/pet
bk-changeset-1.1374 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030708213433|52266 ChangeSet 1.1374 03/07/08 17:34:33 victorle@tibook500ve.cs.utk.edu +0 -0 Merge http://petsc@petsc.bkbits.net/petsc-dev into tibook500ve.cs.utk.edu:/Users/victorle/Software/petsc/petsc-dev
Hg-commit: a1501ebf30d2526fb9e17fc3a08ebfdefdde44c5
show more ...
|
| #
fd6d283a
|
| 08-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.56 Kris@p4buschel.|ChangeSet|20030708205251|50685 ChangeSet 1.1372.1.56 03/07/08 13:52:51 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.
bk-changeset-1.1372.1.56 Kris@p4buschel.|ChangeSet|20030708205251|50685 ChangeSet 1.1372.1.56 03/07/08 13:52:51 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-2
Hg-commit: c9f389ea6f9bc88083d4d8e4a231237d71b21bbb
show more ...
|
| #
f0c56d0f
|
| 08-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.10.1 Kris@p4buschel.|ChangeSet|20030708205243|51542 ChangeSet 1.1372.10.1 03/07/08 13:52:43 Kris@p4buschel. +16 -0 Suffix implementations with generic form of typename. Impl
bk-changeset-1.1372.10.1 Kris@p4buschel.|ChangeSet|20030708205243|51542 ChangeSet 1.1372.10.1 03/07/08 13:52:43 Kris@p4buschel. +16 -0 Suffix implementations with generic form of typename. Implement correct MatDuplicate.
src/mat/interface/matregis.c 1.27 03/07/08 13:52:41 Kris@p4buschel. +10 -10 Suffix implementations with typename.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.33 03/07/08 13:47:22 Kris@p4buschel. +99 -92 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/seq/essl/essl.c 1.15 03/07/08 13:35:08 Kris@p4buschel. +68 -57 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/utils/matioall.c 1.24 03/07/08 13:25:24 Kris@p4buschel. +8 -8 Suffix MatLoad implementations with typename.
src/mat/impls/aij/mpi/mumps/mumps.c 1.30 03/07/08 13:23:44 Kris@p4buschel. +136 -116 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/seq/lusol/lusol.c 1.17 03/07/08 12:59:43 Kris@p4buschel. +233 -234 Intentation fix.
src/mat/impls/aij/seq/lusol/lusol.c 1.16 03/07/08 12:56:46 Kris@p4buschel. +65 -53 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/seq/umfpack/umfpack.c 1.17 03/07/08 12:45:50 Kris@p4buschel. +80 -70 Suffix implementations with typename. Implement correct MatDuplicate.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.34 03/07/08 12:35:38 Kris@p4buschel. +2 -1 Match typenames in tag for conversion function composition tag.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.22 03/07/08 12:35:38 Kris@p4buschel. +1 -0 Save inherited MatDuplicate implementation.
src/mat/impls/aij/seq/spooles/spooles.c 1.69 03/07/08 12:35:38 Kris@p4buschel. +3 -2 Match typenames in tag for conversion function composition tag.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.64 03/07/08 12:35:38 Kris@p4buschel. +107 -92 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.44 03/07/08 12:35:38 Kris@p4buschel. +1 -0 Save inherited MatDuplicate implementation.
src/mat/interface/matregis.c 1.26 03/07/08 12:06:50 Kris@p4buschel. +12 -12 Suffix implementations with typename.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.33 03/07/08 12:06:50 Kris@p4buschel. +34 -23 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.21 03/07/08 12:06:50 Kris@p4buschel. +32 -20 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/seq/superlu/superlu.c 1.37 03/07/08 12:06:50 Kris@p4buschel. +89 -75 Suffix implementations with typename. Implement correct MatDuplicate.
src/mat/impls/aij/seq/spooles/spooles.h 1.38 03/07/08 12:06:50 Kris@p4buschel. +24 -19 Suffix implementations with typename.
src/mat/impls/aij/seq/spooles/spooles.c 1.68 03/07/08 12:06:50 Kris@p4buschel. +40 -30 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/seq/spooles/aijspooles.c 1.32 03/07/08 12:06:50 Kris@p4buschel. +21 -21 Suffix implementations with typename.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.43 03/07/08 12:06:49 Kris@p4buschel. +36 -25 Suffix implementations with typename. Implement correct MatDuplicate
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.26 03/07/08 12:06:49 Kris@p4buschel. +9 -9 Suffix implementations with typename.
Hg-commit: e3524f7e04da7fadda63281033bad663bf7418c7
show more ...
|
| #
2f71e704
|
| 08-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.51 Kris@p4buschel.|ChangeSet|20030708024408|60484 ChangeSet 1.1372.1.51 03/07/07 19:44:08 Kris@p4buschel. +6 -0 Document MatTypes MATMPIAIJSPOOLES,MATESSL,MATLUSOL,MATSEQAIJ
bk-changeset-1.1372.1.51 Kris@p4buschel.|ChangeSet|20030708024408|60484 ChangeSet 1.1372.1.51 03/07/07 19:44:08 Kris@p4buschel. +6 -0 Document MatTypes MATMPIAIJSPOOLES,MATESSL,MATLUSOL,MATSEQAIJSPOOLES,MATSUPERLU,MATUMFPACK,MATSUPERLU Fix memory leak in MATESSL Implement conversion routines for MATLUSOL to and from MATSEQAIJ
src/mat/impls/aij/seq/umfpack/umfpack.c 1.16 03/07/07 19:44:07 Kris@p4buschel. +30 -0 Document MatType MATUMFPACK
src/mat/impls/aij/seq/superlu/superlu.c 1.36 03/07/07 19:44:07 Kris@p4buschel. +1 -1 Fix documentation for MatType MATSUPERLU
src/mat/impls/aij/seq/spooles/spooles.c 1.67 03/07/07 19:44:07 Kris@p4buschel. +35 -0 Document MatType MATSEQAIJSPOOLES
src/mat/impls/aij/seq/lusol/lusol.c 1.15 03/07/07 19:44:07 Kris@p4buschel. +100 -45 Implement Conversion routines for MATLUSOL Document MatType MATLUSOL
src/mat/impls/aij/seq/essl/essl.c 1.14 03/07/07 19:44:07 Kris@p4buschel. +53 -26 Document MatType MATESSL Fix memory leak in MATESSL
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.42 03/07/07 19:44:06 Kris@p4buschel. +23 -0 Document MatType MATMPIAIJSPOOLES.
Hg-commit: 00a29ae482477a29ac28b144dc5feaca72ce1905
show more ...
|
| #
d844382d
|
| 29-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.2 Kris@p4buschel.|ChangeSet|20030629204719|41066 ChangeSet 1.1372.1.2 03/06/29 13:47:19 Kris@p4buschel. +1 -0 Implement converters between MATUMFPACK and MATSEQAIJ.
src/m
bk-changeset-1.1372.1.2 Kris@p4buschel.|ChangeSet|20030629204719|41066 ChangeSet 1.1372.1.2 03/06/29 13:47:19 Kris@p4buschel. +1 -0 Implement converters between MATUMFPACK and MATSEQAIJ.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.15 03/06/29 13:47:18 Kris@p4buschel. +103 -56 Implement converters between MATUMFPACK and MATSEQAIJ.
Hg-commit: 5f9a2c2f46499bd42e82f9e0202692ceb2bda4c7
show more ...
|
| #
0e3434ee
|
| 27-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1360 Kris@p4buschel.|ChangeSet|20030627232605|25985 ChangeSet 1.1360 03/06/27 16:26:05 Kris@p4buschel. +3 -0 Missing prototype and casts.
src/mat/impls/aij/seq/umfpack/umfpack.c
bk-changeset-1.1360 Kris@p4buschel.|ChangeSet|20030627232605|25985 ChangeSet 1.1360 03/06/27 16:26:05 Kris@p4buschel. +3 -0 Missing prototype and casts.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.14 03/06/27 16:26:04 Kris@p4buschel. +1 -0 missing prototype.
src/mat/impls/aij/seq/superlu/superlu.c 1.30 03/06/27 16:26:04 Kris@p4buschel. +1 -1 Missing prototype
src/mat/impls/aij/mpi/mumps/mumps.c 1.17 03/06/27 16:26:04 Kris@p4buschel. +4 -2 Missing prototype and casts.
Hg-commit: 6677255d6a86bfb47457eb2a0715eb6f28ea7287
show more ...
|
| #
e1b4c3a1
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1347 Kris@p4buschel.|ChangeSet|20030626202937|47716 ChangeSet 1.1347 03/06/26 13:29:37 Kris@p4buschel. +2 -0 UMFPACK fix. SuperLU_Dist now working (I think).
src/mat/impls/aij
bk-changeset-1.1347 Kris@p4buschel.|ChangeSet|20030626202937|47716 ChangeSet 1.1347 03/06/26 13:29:37 Kris@p4buschel. +2 -0 UMFPACK fix. SuperLU_Dist now working (I think).
src/mat/impls/aij/seq/umfpack/umfpack.c 1.13 03/06/26 13:29:36 Kris@p4buschel. +11 -8 Create MATUMFPACK matrix instead of SeqAIJ.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.53 03/06/26 13:29:36 Kris@p4buschel. +1 -3 Wrong MatUse! Damn copy/paste. Unnecessary resetting of function pointers removed.
Hg-commit: 1e683572fc17fa663bda75380775ac5894d51d49
show more ...
|
| #
54c494e3
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1346 Kris@p4buschel.|ChangeSet|20030626195733|47698 ChangeSet 1.1346 03/06/26 12:57:33 Kris@p4buschel. +1 -0 Current version is UMFPACK 4.1 (as of April 30, 2003).
src/mat/impls
bk-changeset-1.1346 Kris@p4buschel.|ChangeSet|20030626195733|47698 ChangeSet 1.1346 03/06/26 12:57:33 Kris@p4buschel. +1 -0 Current version is UMFPACK 4.1 (as of April 30, 2003).
src/mat/impls/aij/seq/umfpack/umfpack.c 1.12 03/06/26 12:57:32 Kris@p4buschel. +1 -1 Current version is UMFPACK 4.1 (as of April 30, 2003).
Hg-commit: cb3e5d9397f4bcb5dcba62426a8ab7c644c64a29
show more ...
|
| #
6d2bd097
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1345 Kris@p4buschel.|ChangeSet|20030626195208|47694 ChangeSet 1.1345 03/06/26 12:52:08 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.1345 Kris@p4buschel.|ChangeSet|20030626195208|47694 ChangeSet 1.1345 03/06/26 12:52:08 Kris@p4buschel. +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-2
Hg-commit: 058d567504531df5a31ba66ad4cf3df02b03a7e9
show more ...
|
| #
0801d200
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1343.2.3 Kris@p4buschel.|ChangeSet|20030626195152|47681 ChangeSet 1.1343.2.3 03/06/26 12:51:52 Kris@p4buschel. +1 -0 UMFPACK changed umfpack_*_symbolic interface in Version 4.1.
bk-changeset-1.1343.2.3 Kris@p4buschel.|ChangeSet|20030626195152|47681 ChangeSet 1.1343.2.3 03/06/26 12:51:52 Kris@p4buschel. +1 -0 UMFPACK changed umfpack_*_symbolic interface in Version 4.1.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.11 03/06/26 12:51:51 Kris@p4buschel. +5 -1 UMFPACK changed umfpack_*_symbolic interface in Version 4.1.
Hg-commit: db0f4b8fb553bf496a05f5576d22e0af83fe3b9a
show more ...
|
| #
fb731535
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1343.2.2 Kris@p4buschel.|ChangeSet|20030626193016|47697 ChangeSet 1.1343.2.2 03/06/26 12:30:16 Kris@p4buschel. +2 -0 UMFPACK removed certain parameters in Version 4.2
src/mat/im
bk-changeset-1.1343.2.2 Kris@p4buschel.|ChangeSet|20030626193016|47697 ChangeSet 1.1343.2.2 03/06/26 12:30:16 Kris@p4buschel. +2 -0 UMFPACK removed certain parameters in Version 4.2
src/mat/impls/aij/seq/umfpack/umfpack.c 1.10 03/06/26 12:30:15 Kris@p4buschel. +5 -1 UMFPACK removed certain parameters in Version 4.2
src/mat/impls/aij/seq/umfpack/makefile 1.2 03/06/26 12:30:15 Kris@p4buschel. +1 -1 Oops.
Hg-commit: aa5b4094e788ffde968c5763efb7fb0eeffe410b
show more ...
|
| #
1677d0b8
|
| 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1343.2.1 Kris@p4buschel.|ChangeSet|20030626191721|47682 ChangeSet 1.1343.2.1 03/06/26 12:17:21 Kris@p4buschel. +7 -0 MatType MATUMFPACK="umfpack"
src/mat/utils/matioall.c 1.
bk-changeset-1.1343.2.1 Kris@p4buschel.|ChangeSet|20030626191721|47682 ChangeSet 1.1343.2.1 03/06/26 12:17:21 Kris@p4buschel. +7 -0 MatType MATUMFPACK="umfpack"
src/mat/utils/matioall.c 1.17 03/06/26 12:17:20 Kris@p4buschel. +3 -0 MATUMFPACK inherits the load constructor from MATSEQAIJ
src/mat/interface/matregis.c 1.19 03/06/26 12:17:20 Kris@p4buschel. +6 -0 Load Constructor for MATUMFPACK
src/mat/impls/aij/seq/umfpack/umfpack.c 1.9 03/06/26 12:17:20 Kris@p4buschel. +74 -22 Implement MATUMFPACK.
src/mat/impls/aij/seq/makefile 1.20 03/06/26 12:17:20 Kris@p4buschel. +4 -4 Moved UMFPACK into separate directory
src/mat/impls/aij/seq/aij.c 1.104.1.1 03/06/26 12:17:20 Kris@p4buschel. +2 -15 Removed UMFPACK from SeqAIJ source
include/petscmat.h 1.78 03/06/26 12:17:20 Kris@p4buschel. +1 -0 MatType MATUMFPACK="umfpack"
src/mat/impls/aij/seq/umfpack/makefile 1.1 03/06/26 11:21:59 Kris@p4buschel. +21 -0
src/mat/impls/aij/seq/umfpack/makefile 1.0 03/06/26 11:21:59 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/umfpack/makefile
src/mat/impls/aij/seq/umfpack/umfpack.c 1.8 03/06/26 11:18:45 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/umfpack.c -> src/mat/impls/aij/seq/umfpack/umfpack.c
Hg-commit: b7f70fd922031fcb663da7e5a4173cf448149ddb
show more ...
|