| 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 ...
|
| 77e54ba9 | 27-Aug-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1513 Kris@p4buschel.|ChangeSet|20030827193045|03036 ChangeSet 1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0 Configure fixes. BlockSolve icc bug fixes. MatSetOption bug fix.
bk-changeset-1.1513 Kris@p4buschel.|ChangeSet|20030827193045|03036 ChangeSet 1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0 Configure fixes. BlockSolve icc bug fixes. MatSetOption bug fix.
config/configure_cygwin-ms.py 1.1 03/08/27 12:30:44 Kris@p4buschel. +29 -0
src/mat/interface/matrix.c 1.75 03/08/27 12:30:44 Kris@p4buschel. +3 -1 Pass ALL matrix options to MatSetOption implementations.
src/mat/impls/sbaij/seq/sbaij.c 1.78 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/sbaij/mpi/mpisbaij.c 1.65 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/rowbs/mpi/mpirowbs.h 1.7 03/08/27 12:30:44 Kris@p4buschel. +5 -5 BlockSolve icc bug fix.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.36 03/08/27 12:30:44 Kris@p4buschel. +18 -5 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this.... Also, BlockSolve icc bug fixes.
src/mat/impls/dense/seq/dense.c 1.37 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/dense/mpi/mpidense.c 1.26 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
config/configure_cygwin-ms.py 1.0 03/08/27 12:30:44 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/config/configure_cygwin-ms.py
src/mat/impls/bdiag/seq/bdiag.c 1.20 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/bdiag/mpi/mpibdiag.c 1.22 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/baij/seq/baij.c 1.60 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/baij/mpi/mpibaij.c 1.37 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/aij/seq/aij.c 1.114 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/aij/mpi/mpiaij.c 1.95 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/adj/mpi/mpiadj.c 1.20 03/08/27 12:30:43 Kris@p4buschel. +2 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
python/PETSc/packages/MPI.py 1.30 03/08/27 12:30:43 Kris@p4buschel. +3 -1 On some systems MPI_Comm_create requires -lpmpich
python/PETSc/Configure.py 1.85 03/08/27 12:30:43 Kris@p4buschel. +1 -0 Compaq Fortran compiler cannot deal with /*comments*/
Hg-commit: 0037985fd6f4ff14f638c793b641fbb1f9b9a4d7
show more ...
|
| 2aa32adb | 06-Aug-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1467.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551 ChangeSet 1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0 Fix uninitialized variables in spooles, dscpack
bk-changeset-1.1467.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551 ChangeSet 1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0 Fix uninitialized variables in spooles, dscpack interface disable hdf4 interface for complex
src/vec/impls/mpi/pdvec.c 1.18 03/08/06 13:48:29 balay@smash.mcs.anl.gov +2 -2 hdf interface doesn't work with complex
src/sys/src/viewer/interface/viewregall.c 1.9 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1 hdf interface doesn't work with complex
src/sys/src/viewer/impls/hdf4/makefile 1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +3 -1 hdf interface doesn't work with complex
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1 hdf interface doesn't work with complex
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.38.1.1 03/08/06 13:48:29 balay@smash.mcs.anl.gov +11 -11 fix uninitialized variables
src/mat/impls/aij/seq/spooles/spooles.c 1.77 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1 fix uninitialized variables
src/dm/da/src/gr2.c 1.14 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1 hdf interface doesn't work with complex
include/petscversion.h 1.76 03/08/06 13:48:28 balay@smash.mcs.anl.gov +2 -2 update patch level
Hg-commit: 955ad2bf7098367624531f85eba8811ad14cd354
show more ...
|
| 97ce2d5c | 06-Aug-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1472 hzhang@smash.mcs.anl.gov|ChangeSet|20030806004803|24004 ChangeSet 1.1472 03/08/05 19:48:03 hzhang@smash.mcs.anl.gov +1 -0 fix warnings about uninitialized varibles.
src/mat
bk-changeset-1.1472 hzhang@smash.mcs.anl.gov|ChangeSet|20030806004803|24004 ChangeSet 1.1472 03/08/05 19:48:03 hzhang@smash.mcs.anl.gov +1 -0 fix warnings about uninitialized varibles.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.39 03/08/05 19:45:48 hzhang@smash.mcs.anl.gov +11 -11 *** empty log message ***
Hg-commit: d572ca28593e6efc13d80ad52efabc2c7f609427
show more ...
|
| a45adfd6 | 04-Aug-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1452.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219 ChangeSet 1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0 Better error messages
src/mat/impls/sbaij/
bk-changeset-1.1452.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219 ChangeSet 1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0 Better error messages
src/mat/impls/sbaij/seq/sbaij.c 1.77 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +5 -5 Better error messages
src/mat/impls/sbaij/mpi/mpisbaij.c 1.63 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +4 -4 Better error messages
src/mat/impls/baij/seq/baij.c 1.59 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +7 -7 Better error messages
src/mat/impls/baij/mpi/mpibaij.c 1.36 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +8 -8 Better error messages
src/mat/impls/aij/seq/aij.c 1.113 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4 Better error messages
src/mat/impls/aij/mpi/mpiaij.c 1.94 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4 Better error messages
Hg-commit: 427b1000776f8a9a031dad895e7b7a9d87b26b40
show more ...
|
| 002d173e | 23-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.9 Kris@p4buschel.|ChangeSet|20030723101132|58529 ChangeSet 1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0 Update MatType manpages.
src/mat/impls/sbaij/mpi/mpisbaij.c
bk-changeset-1.1413.1.9 Kris@p4buschel.|ChangeSet|20030723101132|58529 ChangeSet 1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0 Update MatType manpages.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.62 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/dense/mpi/mpidense.c 1.25 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.21 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/baij/mpi/mpibaij.c 1.35 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/aij/mpi/mpiaij.c 1.93 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
Hg-commit: 3c156441398eb7567efeb68e24c293590eb6b78a
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 ...
|
| 209238af | 22-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.5 Kris@p4buschel.|ChangeSet|20030722182757|60502 ChangeSet 1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0 New MatTypes which morph between Seq and MPI forms as appropria
bk-changeset-1.1413.1.5 Kris@p4buschel.|ChangeSet|20030722182757|60502 ChangeSet 1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0 New MatTypes which morph between Seq and MPI forms as appropriate.
include/petscmat.h 1.85 03/07/22 11:27:56 Kris@p4buschel. +7 -1 New morphic MatTypes.
src/mat/interface/matregis.c 1.28 03/07/22 11:24:11 Kris@p4buschel. +11 -0 Register new morphic types.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.60 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATSBAIJ which inherits from either MATSEQSBAIJ or MATMPISBAIJ as is appropriate.
src/mat/impls/dense/mpi/mpidense.c 1.23 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATDENSE which inherits from either MATSEQDENSE or MATMPIDENSE as is appropriate.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.19 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATBDIAG which inherits from either MATSEQBDIAG or MATMPIBDIAG as is appropriate.
src/mat/impls/baij/mpi/mpibaij.c 1.33 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATBAIJ which inherits from either MATSEQBAIJ or MATMPIBAIJ as is appropriate.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.71 03/07/22 11:24:11 Kris@p4buschel. +1 -1 Removed redundant CHKERRQ
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.49 03/07/22 11:24:11 Kris@p4buschel. +1 -1 Package is Spooles not MPIAIJSPOOLES
src/mat/impls/aij/mpi/mpiaij.c 1.91 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATAIJ which inherits from either MATSEQAIJ or MATMPIAIJ as is appropriate.
Hg-commit: 2fd522d975f7a2efb07abd9f486a408d609fd1cf
show more ...
|
| bfc4dfa8 | 16-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1405.1.3 Kris@mbuschel.|ChangeSet|20030716040302|36031 ChangeSet 1.1405.1.3 03/07/15 21:03:02 Kris@mbuschel. +3 -0 AACK
src/mat/utils/convert.c 1.5 03/07/15 21:03:00 Kris@mb
bk-changeset-1.1405.1.3 Kris@mbuschel.|ChangeSet|20030716040302|36031 ChangeSet 1.1405.1.3 03/07/15 21:03:02 Kris@mbuschel. +3 -0 AACK
src/mat/utils/convert.c 1.5 03/07/15 21:03:00 Kris@mbuschel. +2 -2 AACK
src/mat/impls/shell/shellcnv.c 1.5 03/07/15 21:03:00 Kris@mbuschel. +2 -2 AACK
src/mat/impls/baij/seq/aijbaij.c 1.6 03/07/15 21:03:00 Kris@mbuschel. +1 -1 AACK
Hg-commit: 76aff7e9fc7a4996cd75002cf47daa058a62b043
show more ...
|
| 676c34cd | 16-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1405.1.2 Kris@mbuschel.|ChangeSet|20030716035705|36067 ChangeSet 1.1405.1.2 03/07/15 20:57:05 Kris@mbuschel. +5 -0 Support inplace MatConvert
src/mat/utils/convert.c 1.4 03/
bk-changeset-1.1405.1.2 Kris@mbuschel.|ChangeSet|20030716035705|36067 ChangeSet 1.1405.1.2 03/07/15 20:57:05 Kris@mbuschel. +5 -0 Support inplace MatConvert
src/mat/utils/convert.c 1.4 03/07/15 20:57:01 Kris@mbuschel. +13 -7 Support inplace MatConvert
src/mat/impls/shell/shellcnv.c 1.4 03/07/15 20:57:01 Kris@mbuschel. +13 -9 Support inplace MatConvert
src/mat/impls/sbaij/seq/aijsbaij.c 1.5 03/07/15 20:57:01 Kris@mbuschel. +16 -9 Support inplace MatConvert
src/mat/impls/baij/seq/aijbaij.c 1.5 03/07/15 20:57:01 Kris@mbuschel. +29 -17 Support inplace MatConvert
src/mat/impls/adj/mpi/mpiadj.c 1.18 03/07/15 20:57:01 Kris@mbuschel. +8 -3 Support inplace MatConvert
Hg-commit: 23d0fac274d0a786b99ae483e1031ac94bf381e8
show more ...
|
| be9f9ed3 | 14-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1395.1.1 Kris@p4buschel.|ChangeSet|20030714012629|22937 ChangeSet 1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/seq
bk-changeset-1.1395.1.1 Kris@p4buschel.|ChangeSet|20030714012629|22937 ChangeSet 1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/seq/sbaij.c 1.75 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.59 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/esi/mesi.c 1.30 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/dense/seq/dense.c 1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/dense/mpi/mpidense.c 1.22 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/bdiag/seq/bdiag.c 1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/baij/seq/baij.c 1.57 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/baij/mpi/mpibaij.c 1.32 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/aij/seq/aij.c 1.111 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/aij/mpi/mpiaij.c 1.88.1.1 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
Hg-commit: 78793dc36bc4b4ac50a8904cf52a0273c71472c6
show more ...
|
| 97304618 | 13-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1394 Kris@p4buschel.|ChangeSet|20030713215719|23003 ChangeSet 1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0 MatLoad is now implemented within matrix class and accessed via creati
bk-changeset-1.1394 Kris@p4buschel.|ChangeSet|20030713215719|23003 ChangeSet 1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0 MatLoad is now implemented within matrix class and accessed via creation of a temporary dummy factory class.
src/mat/utils/matioall.c 1.25 03/07/13 14:57:17 Kris@p4buschel. +0 -74 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/utils/matio.c 1.13 03/07/13 14:57:17 Kris@p4buschel. +10 -6 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/matimpl.h 1.28 03/07/13 14:57:17 Kris@p4buschel. +4 -3 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/shell/shell.c 1.10 03/07/13 14:57:17 Kris@p4buschel. +24 -9 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/sbaij/seq/sbaij.h 1.24 03/07/13 14:57:17 Kris@p4buschel. +35 -34 Use EXTERN instead of extern
src/mat/impls/sbaij/seq/sbaij.c 1.74 03/07/13 14:57:17 Kris@p4buschel. +19 -18 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/sbaij/mpi/mpisbaij.h 1.10 03/07/13 14:57:17 Kris@p4buschel. +1 -0 Added prototype.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.58 03/07/13 14:57:17 Kris@p4buschel. +87 -71 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/rowbs/mpi/mpirowbs.h 1.6 03/07/13 14:57:17 Kris@p4buschel. +14 -1 Moved various prototypes from .c into .h
src/mat/impls/rowbs/mpi/mpirowbs.c 1.33 03/07/13 14:57:17 Kris@p4buschel. +36 -30 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/esi/mesi.c 1.29 03/07/13 14:57:17 Kris@p4buschel. +30 -5 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/dense/seq/dense.c 1.33 03/07/13 14:57:17 Kris@p4buschel. +35 -13 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/dense/mpi/mpidense.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0 Moved various prototypes from .c into .h
src/mat/impls/dense/mpi/mpidense.c 1.21 03/07/13 14:57:17 Kris@p4buschel. +36 -16 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/bdiag/seq/bdiag3.c 1.11 03/07/13 14:57:17 Kris@p4buschel. +0 -24 Moved various prototypes from .c into .h
src/mat/impls/bdiag/seq/bdiag.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +36 -0 Moved various prototypes from .c into .h
src/mat/impls/bdiag/seq/bdiag.c 1.17 03/07/13 14:57:17 Kris@p4buschel. +36 -53 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/bdiag/mpi/mpibdiag.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0 Moved various prototypes from .c into .h
src/mat/impls/bdiag/mpi/mpibdiag.c 1.17 03/07/13 14:57:16 Kris@p4buschel. +36 -15 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/seq/baij.h 1.13 03/07/13 14:57:16 Kris@p4buschel. +1 -0 Moved various prototypes from .c into .h
src/mat/impls/baij/seq/baij.c 1.56 03/07/13 14:57:16 Kris@p4buschel. +29 -14 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/mpi/mpibaij.h 1.7 03/07/13 14:57:16 Kris@p4buschel. +1 -0 Moved various prototypes from .c into .h
src/mat/impls/baij/mpi/mpibaij.c 1.31 03/07/13 14:57:16 Kris@p4buschel. +87 -71 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.37 03/07/13 14:57:16 Kris@p4buschel. +0 -20 MatLoad is now properly inherited from the appropriate class during MatCreate_DSCPACK.
src/mat/impls/aij/seq/aij.h 1.21 03/07/13 14:57:16 Kris@p4buschel. +21 -0 Moved various prototypes from .c into .h
src/mat/impls/aij/seq/aij.c 1.110 03/07/13 14:57:16 Kris@p4buschel. +26 -40 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.69 03/07/13 14:57:16 Kris@p4buschel. +0 -19 MatLoad is now properly inherited from the appropriate class during MatCreate_SuperLU_DIST.
src/mat/impls/aij/mpi/mumps/mumps.c 1.35 03/07/13 14:57:16 Kris@p4buschel. +0 -40 MatLoad is now properly inherited from the appropriate class during MatCreate_AIJMUMPS or MatCreate_SBAIJMUMPS.
src/mat/impls/aij/mpi/mpiaij.h 1.6 03/07/13 14:57:16 Kris@p4buschel. +21 -0 Moved various prototypes from .c into .h
src/mat/impls/aij/mpi/mpiaij.c 1.88 03/07/13 14:57:16 Kris@p4buschel. +26 -38 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/adj/mpi/mpiadj.c 1.17 03/07/13 14:57:16 Kris@p4buschel. +31 -8 Add comments to MatOps instance so it is easier to tell where ops belong.
src/mat/impls/adic/matadic.c 1.18 03/07/13 14:57:16 Kris@p4buschel. +19 -7 Add comments to MatOps instance so it is easier to tell where ops belong.
Hg-commit: c9cdd08be873eabc232c41f0a34627a15e706758
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 ...
|
| 3924e44c | 11-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1390 Kris@p4buschel.|ChangeSet|20030711193217|49562 ChangeSet 1.1390 03/07/11 12:32:17 Kris@p4buschel. +3 -0 Copy MatType objects using PetscStrallocpy instead of =.
src/mat/imp
bk-changeset-1.1390 Kris@p4buschel.|ChangeSet|20030711193217|49562 ChangeSet 1.1390 03/07/11 12:32:17 Kris@p4buschel. +3 -0 Copy MatType objects using PetscStrallocpy instead of =.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.35 03/07/11 12:32:16 Kris@p4buschel. +12 -14 Don't use basetype.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.67 03/07/11 12:32:16 Kris@p4buschel. +10 -8 Don't use basetype.
src/mat/impls/aij/mpi/mumps/mumps.c 1.33 03/07/11 12:32:16 Kris@p4buschel. +10 -7 Properly copy basetype.
Hg-commit: c5aef4bf7b646a99ea24be75c0ba22c7c741c3ec
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 ...
|
| 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 ...
|
| 7cff1425 | 08-Jul-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1372.1.55 balay@smash.mcs.anl.gov|ChangeSet|20030708204236|57438 ChangeSet 1.1372.1.55 03/07/08 15:42:36 balay@smash.mcs.anl.gov +4 -0 const fixes
src/mat/impls/sbaij/mpi/mmsbai
bk-changeset-1.1372.1.55 balay@smash.mcs.anl.gov|ChangeSet|20030708204236|57438 ChangeSet 1.1372.1.55 03/07/08 15:42:36 balay@smash.mcs.anl.gov +4 -0 const fixes
src/mat/impls/sbaij/mpi/mmsbaij.c 1.16 03/07/08 15:42:35 balay@smash.mcs.anl.gov +3 -1 const fixes
src/mat/impls/baij/mpi/mmbaij.c 1.11 03/07/08 15:42:35 balay@smash.mcs.anl.gov +1 -1 const fixes
src/mat/impls/aij/seq/aij.c 1.108 03/07/08 15:42:35 balay@smash.mcs.anl.gov +1 -1 const fixes
src/mat/examples/tests/ex74.c 1.11 03/07/08 15:42:34 balay@smash.mcs.anl.gov +4 -0 initialize factor info.. need better initialization
Hg-commit: f8a9e7f34d57e1127e9c16f58c7f494b65d3f45f
show more ...
|
| dff9ce97 | 08-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.53 Kris@p4buschel.|ChangeSet|20030708082520|58295 ChangeSet 1.1372.1.53 03/07/08 01:25:20 Kris@p4buschel. +3 -0 MatType manual pages for MATDSCPACK,MATMPISBAIJSPOOLES,MATSEQ
bk-changeset-1.1372.1.53 Kris@p4buschel.|ChangeSet|20030708082520|58295 ChangeSet 1.1372.1.53 03/07/08 01:25:20 Kris@p4buschel. +3 -0 MatType manual pages for MATDSCPACK,MATMPISBAIJSPOOLES,MATSEQSBAIJSPOOLES.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.32 03/07/08 01:25:19 Kris@p4buschel. +22 -0 Manual page for MATSEQSBAIJSPOOLES.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.20 03/07/08 01:25:19 Kris@p4buschel. +23 -0 Manual page for MATMPISBAIJSPOOLES
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.32 03/07/08 01:25:19 Kris@p4buschel. +31 -9 Eliminate MatUseDSCPACK Manual page for MatType MATDSCPACK
Hg-commit: cf0b4cb4b117bb517f54c96e07795e4432c90a69
show more ...
|
| a5ead818 | 02-Jul-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1372.8.2 hzhang@compbio.mcs.anl.gov|ChangeSet|20030702163909|52401 ChangeSet 1.1372.8.2 03/07/02 11:39:09 hzhang@compbio.mcs.anl.gov +1 -0 fix memory leak in dscpack.c
src/mat/i
bk-changeset-1.1372.8.2 hzhang@compbio.mcs.anl.gov|ChangeSet|20030702163909|52401 ChangeSet 1.1372.8.2 03/07/02 11:39:09 hzhang@compbio.mcs.anl.gov +1 -0 fix memory leak in dscpack.c
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.31 03/07/02 11:38:22 hzhang@compbio.mcs.anl.gov +0 -2 *** empty log message ***
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.30 03/07/02 11:13:21 hzhang@compbio.mcs.anl.gov +5 -4 *** empty log message ***
Hg-commit: 80701fd11db4ff0e86cd56d390da6b746431f6b7
show more ...
|
| 517cfa59 | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.27 Kris@p4buschel.|ChangeSet|20030701071233|19610 ChangeSet 1.1372.1.27 03/07/01 00:12:33 Kris@p4buschel. +1 -0 Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.
bk-changeset-1.1372.1.27 Kris@p4buschel.|ChangeSet|20030701071233|19610 ChangeSet 1.1372.1.27 03/07/01 00:12:33 Kris@p4buschel. +1 -0 Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.29 03/07/01 00:12:32 Kris@p4buschel. +7 -5 Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.
Hg-commit: 8a84e9574da310df83ea1b0f6452a16e0acc0df3
show more ...
|
| b1532260 | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.26 Kris@p4buschel.|ChangeSet|20030701070200|19620 ChangeSet 1.1372.1.26 03/07/01 00:02:00 Kris@p4buschel. +1 -0 Move DSC_Begin into symbolic factorization so that we cannot
bk-changeset-1.1372.1.26 Kris@p4buschel.|ChangeSet|20030701070200|19620 ChangeSet 1.1372.1.26 03/07/01 00:02:00 Kris@p4buschel. +1 -0 Move DSC_Begin into symbolic factorization so that we cannot call DSC_End improperly. The key is the CleanUpDSCPACK flag which is set here because of the MPI_Comm_Dup in this routine also.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.28 03/07/01 00:01:59 Kris@p4buschel. +3 -1 Move DSC_Begin into symbolic factorization so that we cannot call DSC_End improperly. The key is the CleanUpDSCPACK flag which is set here because of the MPI_Comm_Dup in this routine also.
Hg-commit: 362eb2875710ed7fd17a487883090523be6f7c26
show more ...
|
| eb0c2710 | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.25 Kris@p4buschel.|ChangeSet|20030701054353|19628 ChangeSet 1.1372.1.25 03/06/30 22:43:53 Kris@p4buschel. +1 -0 Fix comment.
src/mat/impls/baij/mpi/dscpack/dscpack.c
bk-changeset-1.1372.1.25 Kris@p4buschel.|ChangeSet|20030701054353|19628 ChangeSet 1.1372.1.25 03/06/30 22:43:53 Kris@p4buschel. +1 -0 Fix comment.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.27 03/06/30 22:43:53 Kris@p4buschel. +1 -1 Fix comment.
Hg-commit: 648bbca0c6b7cc532c8d957ba89e625f021b7467
show more ...
|
| dd23797b | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.24 Kris@p4buschel.|ChangeSet|20030701054230|19620 ChangeSet 1.1372.1.24 03/06/30 22:42:30 Kris@p4buschel. +2 -0 A few minor compile fixes.
src/mat/impls/baij/seq/baij.c
bk-changeset-1.1372.1.24 Kris@p4buschel.|ChangeSet|20030701054230|19620 ChangeSet 1.1372.1.24 03/06/30 22:42:30 Kris@p4buschel. +2 -0 A few minor compile fixes.
src/mat/impls/baij/seq/baij.c 1.54 03/06/30 22:42:29 Kris@p4buschel. +1 -1 A few minor compile fixes.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.26 03/06/30 22:42:29 Kris@p4buschel. +8 -8 A few minor compile fixes.
Hg-commit: a20972e4efecccef516432de87fe5fadbf439af7
show more ...
|
| b1d3ffd8 | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.22 Kris@p4buschel.|ChangeSet|20030701052835|19638 ChangeSet 1.1372.1.22 03/06/30 22:28:35 Kris@p4buschel. +1 -0 Implement MATDSCPACK.
src/mat/impls/baij/mpi/dscpack/dscpa
bk-changeset-1.1372.1.22 Kris@p4buschel.|ChangeSet|20030701052835|19638 ChangeSet 1.1372.1.22 03/06/30 22:28:35 Kris@p4buschel. +1 -0 Implement MATDSCPACK.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.25 03/06/30 22:28:34 Kris@p4buschel. +197 -39 Implement MATDSCPACK.
Hg-commit: 9e35deec3ff5b78a962b125cea3ba468683afc50
show more ...
|