| be39023a | 30-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1908 hzhang@smash.mcs.anl.gov|ChangeSet|20040130013948|40431 ChangeSet 1.1908 04/01/29 19:39:48 hzhang@smash.mcs.anl.gov +1 -0 fix few warnings as reported by nightly test.
src/
bk-changeset-1.1908 hzhang@smash.mcs.anl.gov|ChangeSet|20040130013948|40431 ChangeSet 1.1908 04/01/29 19:39:48 hzhang@smash.mcs.anl.gov +1 -0 fix few warnings as reported by nightly test.
src/mat/impls/sbaij/mpi/sbaijov.c 1.6 04/01/29 19:33:56 hzhang@smash.mcs.anl.gov +1 -57 *** empty log message ***
Hg-commit: e2c6974e6be76daddb1cdae672cfb0a111337f7a
show more ...
|
| fc70d14e | 30-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1900.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040130011622|29122 ChangeSet 1.1900.1.1 04/01/29 19:16:22 hzhang@smash.mcs.anl.gov +1 -0 sbaijov.c: *** empty log message ***
s
bk-changeset-1.1900.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040130011622|29122 ChangeSet 1.1900.1.1 04/01/29 19:16:22 hzhang@smash.mcs.anl.gov +1 -0 sbaijov.c: *** empty log message ***
src/mat/impls/sbaij/mpi/sbaijov.c 1.3.1.2 04/01/29 19:14:32 hzhang@smash.mcs.anl.gov +57 -214 *** empty log message ***
src/mat/impls/sbaij/mpi/sbaijov.c 1.3.1.1 04/01/29 15:43:14 hzhang@smash.mcs.anl.gov +119 -36 *** empty log message ***
Hg-commit: cca95084c163990bf36d269215eacfd90cd90f40
show more ...
|
| dc008846 | 29-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1900 hzhang@smash.mcs.anl.gov|ChangeSet|20040129030845|29136 ChangeSet 1.1900 04/01/28 21:08:45 hzhang@smash.mcs.anl.gov +1 -0 on going work for MatIncreaseOverlap_MPISBAIJ()
bk-changeset-1.1900 hzhang@smash.mcs.anl.gov|ChangeSet|20040129030845|29136 ChangeSet 1.1900 04/01/28 21:08:45 hzhang@smash.mcs.anl.gov +1 -0 on going work for MatIncreaseOverlap_MPISBAIJ()
src/mat/impls/sbaij/mpi/sbaijov.c 1.3 04/01/28 21:07:02 hzhang@smash.mcs.anl.gov +102 -136 *** empty log message ***
Hg-commit: 55ee662d7b54793fb978b6be8451af8fd7986e3d
show more ...
|
| 4be2ffe0 | 29-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1899 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012340|29131 ChangeSet 1.1899 04/01/28 19:23:40 barrysmith@barry-smiths-computer.local +2 -0 merge
src/mat/interfac
bk-changeset-1.1899 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012340|29131 ChangeSet 1.1899 04/01/28 19:23:40 barrysmith@barry-smiths-computer.local +2 -0 merge
src/mat/interface/matrix.c 1.93 04/01/28 19:21:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij2.c 1.19 04/01/28 19:21:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 05e8903b36b7e68020da5afaa2e4ff5e79fe95cd
show more ...
|
| b01c7715 | 29-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1898 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012103|37713 ChangeSet 1.1898 04/01/28 19:21:03 barrysmith@barry-smiths-computer.local +4 -0 MatPBRlax for seqbaij
bk-changeset-1.1898 barrysmith@barry-smiths-computer.local|ChangeSet|20040129012103|37713 ChangeSet 1.1898 04/01/28 19:21:03 barrysmith@barry-smiths-computer.local +4 -0 MatPBRlax for seqbaij
src/mat/impls/baij/seq/baij.h 1.19 04/01/28 19:21:01 barrysmith@barry-smiths-computer.local +2 -1 flag to indicate if inverse of diagonal blocks is valid for pbsor
src/mat/impls/baij/seq/baij.c 1.74 04/01/28 19:19:30 barrysmith@barry-smiths-computer.local +123 -0 relax for bs 5
src/mat/impls/baij/seq/baij.c 1.73 04/01/28 18:51:31 barrysmith@barry-smiths-computer.local +116 -4 relax for block size 4
src/mat/impls/baij/seq/baij.c 1.72 04/01/28 14:31:44 barrysmith@barry-smiths-computer.local +45 -11 relax for bs 3
src/mat/impls/baij/seq/baij.c 1.71 04/01/28 11:39:00 barrysmith@barrysmith-57.mcs.anl.gov +36 -6 check relax against Matlab for symmetric case with medium matrix and got identical results therefor conclude the relax is finally correct.
src/mat/impls/baij/seq/baij.c 1.70 04/01/27 16:55:23 barrysmith@barry-smiths-computer.local +229 -63 found the damn bug that was haunting me. I didn't increate the idiag pointer for row 1 so it still used row 0 and was always 1 (block) row behind. Damn fool for testing initially with too simple a matrix.
docs/website/documentation/changes/220.html 1.10 04/01/26 14:21:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.18 04/01/26 11:11:09 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 missing error checking
Hg-commit: b47bef0f90fc31c7dbd848856732382ea5e62369
show more ...
|
| c910923d | 28-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1895.1.5 hzhang@smash.mcs.anl.gov|ChangeSet|20040128223716|64420 ChangeSet 1.1895.1.5 04/01/28 16:37:16 hzhang@smash.mcs.anl.gov +2 -0 local part is done for MatIncreaseOverlap_MPI
bk-changeset-1.1895.1.5 hzhang@smash.mcs.anl.gov|ChangeSet|20040128223716|64420 ChangeSet 1.1895.1.5 04/01/28 16:37:16 hzhang@smash.mcs.anl.gov +2 -0 local part is done for MatIncreaseOverlap_MPISBAIJ_Once() add ex92.c for testing MatIncreaseOverlap(), MatGetSubMatrices() on parallel MatSBAIJ format
src/mat/examples/tests/ex92.c 1.1 04/01/28 16:37:15 hzhang@smash.mcs.anl.gov +230 -0
src/mat/examples/tests/ex92.c 1.0 04/01/28 16:37:15 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/ex92.c
src/mat/impls/sbaij/mpi/sbaijov.c 1.2 04/01/28 16:34:02 hzhang@smash.mcs.anl.gov +122 -51 *** empty log message ***
Hg-commit: e57ac863515a0ca68fd51e6757cf1d900a634c95
show more ...
|
| 632d0f97 | 28-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1895.1.4 hzhang@smash.mcs.anl.gov|ChangeSet|20040128023927|50240 ChangeSet 1.1895.1.4 04/01/27 20:39:27 hzhang@smash.mcs.anl.gov +1 -0 New BitKeeper file ``src/mat/impls/sbaij/mpi/
bk-changeset-1.1895.1.4 hzhang@smash.mcs.anl.gov|ChangeSet|20040128023927|50240 ChangeSet 1.1895.1.4 04/01/27 20:39:27 hzhang@smash.mcs.anl.gov +1 -0 New BitKeeper file ``src/mat/impls/sbaij/mpi/sbaijov.c'' functions used by MatIncreaseOverlap_MPISBAIJ()
src/mat/impls/sbaij/mpi/sbaijov.c 1.1 04/01/27 20:39:25 hzhang@smash.mcs.anl.gov +577 -0
src/mat/impls/sbaij/mpi/sbaijov.c 1.0 04/01/27 20:39:25 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/impls/sbaij/mpi/sbaijov.c
Hg-commit: 51823c4aa9d5f9d793d9054c1dfa978d0ee0a5a5
show more ...
|
| d94109b8 | 27-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1895.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852 ChangeSet 1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0 A new implementation of MatIncreaseOverlap_Se
bk-changeset-1.1895.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852 ChangeSet 1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0 A new implementation of MatIncreaseOverlap_SeqSBAIJ() without explicit column search -- useful for mpi implementation.
src/mat/impls/sbaij/mpi/makefile 1.10 04/01/27 11:44:51 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.17.1.1 04/01/27 11:39:32 hzhang@smash.mcs.anl.gov +77 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.82 04/01/26 16:09:16 hzhang@smash.mcs.anl.gov +2 -1 *** empty log message ***
src/mat/interface/matrix.c 1.91.1.1 04/01/26 15:42:34 hzhang@smash.mcs.anl.gov +0 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/makefile 1.9 04/01/26 11:38:13 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/baij/mpi/mpibaij.c 1.47 04/01/26 11:34:00 hzhang@smash.mcs.anl.gov +4 -0 *** empty log message ***
Hg-commit: fc692dac4cee137de6afd7bc4571a45389cd052d
show more ...
|
| 5333f59e | 24-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1892 hzhang@smash.mcs.anl.gov|ChangeSet|20040124202053|10106 ChangeSet 1.1892 04/01/24 14:20:53 hzhang@smash.mcs.anl.gov +2 -0 Implement MatIncreaseOverlap_SeqSBAIJ() Add new exa
bk-changeset-1.1892 hzhang@smash.mcs.anl.gov|ChangeSet|20040124202053|10106 ChangeSet 1.1892 04/01/24 14:20:53 hzhang@smash.mcs.anl.gov +2 -0 Implement MatIncreaseOverlap_SeqSBAIJ() Add new example ex91.c for Testing MatIncreaseOverlap(), MatGetSubMatrices() for sequential MatSBAIJ format.
src/mat/examples/tests/ex91.c 1.1 04/01/24 14:20:52 hzhang@smash.mcs.anl.gov +220 -0
src/mat/examples/tests/ex91.c 1.0 04/01/24 14:20:52 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/ex91.c
src/mat/impls/sbaij/seq/sbaij2.c 1.17 04/01/24 14:17:57 hzhang@smash.mcs.anl.gov +37 -12 *** empty log message ***
Hg-commit: fba016ce2156cc2a851bfebc2302421626db0de1
show more ...
|
| 5eee224d | 22-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1890 hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529 ChangeSet 1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0 implement MatIncreaseOverlap_SeqSBAIJ()
src/mat/
bk-changeset-1.1890 hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529 ChangeSet 1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0 implement MatIncreaseOverlap_SeqSBAIJ()
src/mat/impls/sbaij/seq/sbaij2.c 1.16 04/01/22 17:07:51 hzhang@smash.mcs.anl.gov +62 -2 *** empty log message ***
src/mat/impls/baij/seq/baij2.c 1.12 04/01/22 16:51:26 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 3f2fb6b40e82a88fea80192c74694c67beec144d
show more ...
|
| 595208bc | 22-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1889 hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682 ChangeSet 1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0 bug fix: add 'check for missing diagonals' in Mat
bk-changeset-1.1889 hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682 ChangeSet 1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0 bug fix: add 'check for missing diagonals' in MatConvert_xxx_SeqSBAIJ()
src/mat/impls/sbaij/seq/aijsbaij.c 1.13 04/01/22 15:50:18 hzhang@smash.mcs.anl.gov +3 -7 *** empty log message ***
src/mat/impls/baij/seq/baij.h 1.17 04/01/22 15:47:28 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/aij/seq/aij.h 1.24 04/01/22 15:47:17 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/examples/tests/ex74.c 1.13 04/01/22 10:41:37 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 18c34ffad1e1e4e4b1efdad785595b4072b50610
show more ...
|
| af95d814 | 21-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1888 hzhang@smash.mcs.anl.gov|ChangeSet|20040121175124|62779 ChangeSet 1.1888 04/01/21 11:51:24 hzhang@smash.mcs.anl.gov +1 -0 bug fix: a var is use befor declaration.
src/mat/i
bk-changeset-1.1888 hzhang@smash.mcs.anl.gov|ChangeSet|20040121175124|62779 ChangeSet 1.1888 04/01/21 11:51:24 hzhang@smash.mcs.anl.gov +1 -0 bug fix: a var is use befor declaration.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.34 04/01/21 11:49:30 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 4240fe045f8c72a59b8ec8bc5d169377cf8bfda8
show more ...
|
| 589264c8 | 20-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1885 Kris@p4buschel.|ChangeSet|20040120211758|61858 ChangeSet 1.1885 04/01/20 13:17:58 Kris@p4buschel. +1 -0 another copy/paste typo fixed in mpisbaij
src/mat/impls/sbaij/mpi/mp
bk-changeset-1.1885 Kris@p4buschel.|ChangeSet|20040120211758|61858 ChangeSet 1.1885 04/01/20 13:17:58 Kris@p4buschel. +1 -0 another copy/paste typo fixed in mpisbaij
src/mat/impls/sbaij/mpi/mpisbaij.c 1.81 04/01/20 13:17:57 Kris@p4buschel. +1 -1 Use SeqBAIJ preallocation with SeqBAIJ type.
Hg-commit: a82881455edd9f72b012e28c18d04737c5e37701
show more ...
|
| 4aea0f9e | 20-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1884 hzhang@smash.mcs.anl.gov|ChangeSet|20040120162313|62783 ChangeSet 1.1884 04/01/20 10:23:13 hzhang@smash.mcs.anl.gov +1 -0 Bug fix for MatMPISBAIJSetPreallocation_MPISBAIJ()
bk-changeset-1.1884 hzhang@smash.mcs.anl.gov|ChangeSet|20040120162313|62783 ChangeSet 1.1884 04/01/20 10:23:13 hzhang@smash.mcs.anl.gov +1 -0 Bug fix for MatMPISBAIJSetPreallocation_MPISBAIJ() For mpisbaij matrix, the local matrix block B is a seqbaij matrix (non-symmetric), not seqsbaij.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.80 04/01/20 10:20:19 hzhang@smash.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 116cbe1cf3dcf56ffc3c29ebeee104447e3964ba
show more ...
|
| 9c097c71 | 19-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1883 Kris@p4buschel.|ChangeSet|20040119222151|61868 ChangeSet 1.1883 04/01/19 14:21:51 Kris@p4buschel. +7 -0 Creation of inner matrices for MPISBAIJ and MPIBAIJ requires block size
bk-changeset-1.1883 Kris@p4buschel.|ChangeSet|20040119222151|61868 ChangeSet 1.1883 04/01/19 14:21:51 Kris@p4buschel. +7 -0 Creation of inner matrices for MPISBAIJ and MPIBAIJ requires block size information for PETSc to DETERMINE the locl sizes properly. As such, the creation of these inner matrices MUST be done in the Preallocation routine, not in the Create routine. Creation of MATMPISBAIJSPOOLES, MATDSCPACK, and MATSBAIJMUMPS have been updated accordingly to overload their Preallocation routines.
src/mat/impls/baij/mpi/mpibaij.c 1.46 04/01/19 14:21:50 Kris@p4buschel. +6 -7 Undo the previous separation of Creation and Preallocation for inner matrices for MPIBAIJ. This is necessary because we do not know m if PETSC_DETERMINE was used until the Preallocation step which defines the block size. UUGH.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.33 04/01/19 14:15:47 Kris@p4buschel. +35 -3 We can't convert the local diagonal block to MPISBAIJSPOOLES type in the Create routine because some of the data structure creation for SBAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.79 04/01/19 14:15:47 Kris@p4buschel. +7 -7 Undo the previous separation of Creation and Preallocation for inner matrices for MPISBAIJ. This is necessary because we do not know m if PETSC_DETERMINE was used until the Preallocation step which defines the block size. UUGH.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.48 04/01/19 14:15:47 Kris@p4buschel. +37 -4 We can't convert the local diagonal block to DSCPACK type in the Create routine because some of the data structure creation for BAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/aij/seq/spooles/spooles.h 1.43 04/01/19 14:15:47 Kris@p4buschel. +1 -0 Added function pointer for overloading the Preallocation routine for MPISBAIJ type.
src/mat/impls/aij/mpi/mumps/mumps.c 1.56 04/01/19 14:15:46 Kris@p4buschel. +35 -4 We can't convert the local diagonal block to SBAIJMUMPS type in the Create routine because some of the data structure creation for SBAIJ MUST be done in the Preallocation routine. So we must overload the Preallocation instead.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.78 04/01/19 12:36:34 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has already been determined
src/mat/impls/baij/mpi/mpibaij.c 1.45 04/01/19 12:34:18 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has been evaluated already.
src/mat/impls/aij/mpi/mpiaij.c 1.104 04/01/19 12:34:18 Kris@p4buschel. +2 -2 Use actual sizes for local block matrix creation because PETSC_DETERMINE has been evaluated already.
Hg-commit: f3bffe4aa33d9c0b9e761422d43eba0b77d2485a
show more ...
|
| c60e587d | 16-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1875 Kris@p4buschel.|ChangeSet|20040116221827|55752 ChangeSet 1.1875 04/01/16 14:18:27 Kris@p4buschel. +6 -0 More fixes for inheritance model for external packages. Clean up sepa
bk-changeset-1.1875 Kris@p4buschel.|ChangeSet|20040116221827|55752 ChangeSet 1.1875 04/01/16 14:18:27 Kris@p4buschel. +6 -0 More fixes for inheritance model for external packages. Clean up separation of creation and preallocation for base classes.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.32 04/01/16 14:18:26 Kris@p4buschel. +1 -1 Cannot use MatConvert directly here because the matrix has not been preallocated or assembled.
src/mat/impls/aij/seq/spooles/spooles.h 1.42 04/01/16 14:18:26 Kris@p4buschel. +1 -0 Added prototype.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.77 04/01/16 14:13:37 Kris@p4buschel. +9 -5 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
src/mat/impls/baij/mpi/mpibaij.c 1.44 04/01/16 14:13:37 Kris@p4buschel. +10 -4 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
src/mat/impls/aij/seq/spooles/spooles.h 1.41 04/01/16 14:13:37 Kris@p4buschel. +1 -0 Add prototype for specific converter.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.57 04/01/16 14:13:37 Kris@p4buschel. +1 -1 Cannot use MatConvert here because the matrix has not been preallocated yet.
src/mat/impls/aij/mpi/mpiaij.c 1.103 04/01/16 14:13:37 Kris@p4buschel. +9 -5 Only perform preallocation steps in the preallocation routines Move basic data structure creation into the creation routine
Hg-commit: 9badeb7884ea07f0a3d38ffac039bc13ac56450f
show more ...
|
| e2d9671b | 16-Jan-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1874 Kris@p4buschel.|ChangeSet|20040116211125|60115 ChangeSet 1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0 Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inherit
bk-changeset-1.1874 Kris@p4buschel.|ChangeSet|20040116211125|60115 ChangeSet 1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0 Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inheritance problems Set the local diagonal block matrix type to be external package specific when appropriate
src/mat/impls/sbaij/seq/sbaij2.c 1.15 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateSeqSBAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.31 04/01/16 13:11:23 Kris@p4buschel. +7 -3 set the local diagonal block matrix type to be spooles type
src/mat/impls/baij/seq/baij2.c 1.11 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateSeqBAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.47 04/01/16 13:11:23 Kris@p4buschel. +4 -1 set the local diagonal block matrix type to be dscpack type
src/mat/impls/aij/seq/aij.c 1.121 04/01/16 13:11:23 Kris@p4buschel. +6 -2 Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.83 04/01/16 13:11:23 Kris@p4buschel. +4 -1 set the local diagonal block matrix type to be superludist type
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.56 04/01/16 13:11:23 Kris@p4buschel. +6 -3 set the type of local diagonal block matrix to be spooles type
src/mat/impls/aij/mpi/mumps/mumps.c 1.55 04/01/16 13:11:23 Kris@p4buschel. +10 -4 Set the type of local diagonal block matrix for MPI types to be MUMPS types
src/mat/impls/aij/mpi/mpiov.c 1.12 04/01/16 13:11:23 Kris@p4buschel. +7 -3 Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems
src/mat/impls/aij/mpi/mpiaij.c 1.102 04/01/16 13:11:23 Kris@p4buschel. +3 -1 Replace MatCreateMPIAIJ with MatCreate,MatSetType to fix inheritance problems
Hg-commit: 3e45700e6e6778c14505f8e83a319963b8c5e299
show more ...
|
| 1ddafa72 | 09-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1865 hzhang@smash.mcs.anl.gov|ChangeSet|20040109164222|05309 ChangeSet 1.1865 04/01/09 10:42:22 hzhang@smash.mcs.anl.gov +1 -0 add new function MatGetInertia_MPISBAIJSpooles().
bk-changeset-1.1865 hzhang@smash.mcs.anl.gov|ChangeSet|20040109164222|05309 ChangeSet 1.1865 04/01/09 10:42:22 hzhang@smash.mcs.anl.gov +1 -0 add new function MatGetInertia_MPISBAIJSpooles().
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.30 04/01/09 10:41:12 hzhang@smash.mcs.anl.gov +23 -0 *** empty log message ***
Hg-commit: bf520d2774dd10a608e2234b4459e7a2dbcaf0b1
show more ...
|
| 93d1592d | 09-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1858.2.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040109012525|13195 ChangeSet 1.1858.2.1 04/01/08 19:25:25 hzhang@smash.mcs.anl.gov +3 -0 add comments for code understanding
src/ks
bk-changeset-1.1858.2.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040109012525|13195 ChangeSet 1.1858.2.1 04/01/08 19:25:25 hzhang@smash.mcs.anl.gov +3 -0 add comments for code understanding
src/ksp/examples/tutorials/ex10.c 1.33 04/01/08 19:24:18 hzhang@smash.mcs.anl.gov +2 -1 *** empty log message ***
src/vec/utils/vscat.c 1.12 04/01/07 15:02:07 hzhang@smash.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/impls/sbaij/mpi/mmsbaij.c 1.20 04/01/07 15:01:15 hzhang@smash.mcs.anl.gov +2 -1 *** empty log message ***
Hg-commit: ba3dcea1bb7d04b9075331f8b82a7d00b25d7d04
show more ...
|
| 387bc808 | 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1856 hzhang@smash.mcs.anl.gov|ChangeSet|20040106201223|16025 ChangeSet 1.1856 04/01/06 14:12:23 hzhang@smash.mcs.anl.gov +4 -0 bug fix for MatDuplicate_MPISBAIJ()
src/vec/utils/
bk-changeset-1.1856 hzhang@smash.mcs.anl.gov|ChangeSet|20040106201223|16025 ChangeSet 1.1856 04/01/06 14:12:23 hzhang@smash.mcs.anl.gov +4 -0 bug fix for MatDuplicate_MPISBAIJ()
src/vec/utils/vscat.c 1.11 04/01/06 14:11:33 hzhang@smash.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/examples/tests/ex75.c 1.9 04/01/06 14:10:29 hzhang@smash.mcs.anl.gov +2 -14 *** empty log message ***
src/mat/impls/sbaij/mpi/mmsbaij.c 1.19 04/01/06 14:09:44 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.76 04/01/06 14:05:36 hzhang@smash.mcs.anl.gov +26 -11 *** empty log message ***
Hg-commit: ec91979cbf086071a7bcbdbfa170eb908f38eece
show more ...
|
| cbfba800 | 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1855 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207 ChangeSet 1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into sm
bk-changeset-1.1855 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207 ChangeSet 1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smash.mcs.anl.gov:/sandbox/hzhang/petsc-dev
src/mat/impls/sbaij/seq/sbaij.c 1.89 04/01/06 13:07:34 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/sbaij/mpi/mpisbaij.c 1.75 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.68 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/mpi/mpibaij.c 1.43 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
Hg-commit: c46cd9b4c83dc38650a16fec825e023182e121ca
show more ...
|
| 82327fa8 | 06-Jan-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1849.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293 ChangeSet 1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0 bug fix for MatDuplicate_MPISBAIJ()
src/ma
bk-changeset-1.1849.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293 ChangeSet 1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0 bug fix for MatDuplicate_MPISBAIJ()
src/mat/examples/tests/ex75.c 1.8 04/01/06 13:07:10 hzhang@smash.mcs.anl.gov +36 -1 bug fix for MatDuplicate_MPISBAIJ()
src/mat/impls/sbaij/seq/sbaij.c 1.87.1.1 04/01/06 13:04:52 hzhang@smash.mcs.anl.gov +8 -6 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.73.1.1 04/01/06 13:04:30 hzhang@smash.mcs.anl.gov +11 -5 *** empty log message ***
Hg-commit: 5792f243edd81858ade0093aa6118e2aacb2d9b7
show more ...
|
| b1d4fb26 | 04-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1851 barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901 ChangeSet 1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0 vecgetarrayfast() now us
bk-changeset-1.1851 barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901 ChangeSet 1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0 vecgetarrayfast() now used in all Mat impls undid extern c put in gmres to remove warnings on solaris (change made it worse)
src/mat/matimpl.h 1.33 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -0 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sro.c 1.5 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaijfact2.c 1.31 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +68 -69 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaijfact.c 1.52 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaij2.c 1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +88 -89 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/seq/sbaij.c 1.88 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/mpi/mpisbaij.c 1.74 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +18 -19 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/sbaij/mpi/mmsbaij.c 1.18 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/rowbs/mpi/mpirowbs.c 1.42 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +20 -21 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/rowbs/mpi/iccbs.c 1.4 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +16 -16 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/ksp/ksp/impls/gmres/gmres2.c 1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -2 undo extern c stuff I tried
src/mat/impls/rowbs/mpi/cholbs.c 1.5 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +22 -22 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/seq/dense.c 1.42 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +42 -42 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/mpi/mpidense.c 1.30 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/dense/mpi/mmdense.c 1.7 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag3.c 1.12 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag2.c 1.13 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +76 -77 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdiag.c 1.24 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +8 -9 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/seq/bdfact.c 1.6 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +24 -25 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/mpi/mpibdiag.c 1.26 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/bdiag/mpi/mmbdiag.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact9.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact8.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact7.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact6.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact5.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact4.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact3.c 1.8 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact2.c 1.29 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +128 -130 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact14.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact13.c 1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact12.c 1.17 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact11.c 1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact10.c 1.4 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baijfact.c 1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baij2.c 1.10 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +92 -93 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/seq/baij.c 1.66.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +2 -3 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/mpi/mpibaij.c 1.41.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +4 -5 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/baij/mpi/mmbaij.c 1.13 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/fdaij.c 1.8 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aijnode.c 1.21 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +14 -15 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aijfact.c 1.45 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +20 -21 vecimpl.h is now contained by matimpl.h so do not need to list in each file use VecGetArrayFast in alll Mat impls
src/mat/impls/aij/seq/aij.c 1.120 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/pxxt.c 1.12 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +8 -8 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/mpiaij.c 1.101 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/mmaij.c 1.9 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/mat/impls/aij/mpi/fdmpiaij.c 1.5 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -1 vecimpl.h is now contained by matimpl.h so do not need to list in each file
src/ksp/ksp/impls/gmres/gmresp.h 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/borthog2.c 1.10 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/borthog.c 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/fgmres/modpcf.c 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -6 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/fgmres/fgmresp.h 1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
include/petscksp.h 1.35 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -4 undoing extern c I put in everywhere for solaris compiler complaints (it made matters worse, now errors instead of warnings)
src/ksp/ksp/impls/gmres/gmres2.c 1.13 04/01/04 13:16:50 barrysmith@barry-smiths-computer.local +2 -2 more outdated unmodified gram schmidt manual page mentions
src/ksp/ksp/impls/gmres/gmres2.c 1.12 04/01/04 13:10:37 barrysmith@barry-smiths-computer.local +1 -1 wrong name in manual page
todo 1.11 04/01/03 16:57:05 barrysmith@barry-smiths-computer.local +4 -0 *** empty log message ***
Hg-commit: 58c4930d3d31bcdcffc199367ee5c46310909139
show more ...
|
| 5a7c0312 | 22-Dec-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1823 hzhang@smash.mcs.anl.gov|ChangeSet|20031222164131|42577 ChangeSet 1.1823 03/12/22 10:41:31 hzhang@smash.mcs.anl.gov +3 -0 add implementation of MatMultTranspose_MPISBAIJ()
bk-changeset-1.1823 hzhang@smash.mcs.anl.gov|ChangeSet|20031222164131|42577 ChangeSet 1.1823 03/12/22 10:41:31 hzhang@smash.mcs.anl.gov +3 -0 add implementation of MatMultTranspose_MPISBAIJ() MatMultTransposeAdd_MPISBAIJ()
src/mat/examples/tests/ex75.c 1.7 03/12/19 19:21:47 hzhang@smash.mcs.anl.gov +26 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.73 03/12/19 19:21:36 hzhang@smash.mcs.anl.gov +6 -2 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij2.c 1.13 03/12/19 19:17:51 hzhang@smash.mcs.anl.gov +0 -0 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.72 03/12/19 16:09:56 hzhang@smash.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: 186f03700a9192b8f8dcb23dcf2fcb9f318264e8
show more ...
|
| a0e1a404 | 12-Dec-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1796.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20031212170923|36448 ChangeSet 1.1796.1.1 03/12/12 11:09:23 hzhang@smash.mcs.anl.gov +4 -0 add MatConvert_SeqSBAIJ_SeqBAIJ() MatCo
bk-changeset-1.1796.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20031212170923|36448 ChangeSet 1.1796.1.1 03/12/12 11:09:23 hzhang@smash.mcs.anl.gov +4 -0 add MatConvert_SeqSBAIJ_SeqBAIJ() MatConvert_SeqBAIJ_SeqSBAIJ()
src/mat/examples/tests/ex55.c 1.8 03/12/12 11:06:30 hzhang@smash.mcs.anl.gov +7 -6 *** empty log message ***
src/mat/impls/sbaij/seq/aijsbaij.c 1.12 03/12/12 11:06:07 hzhang@smash.mcs.anl.gov +148 -0 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.87 03/12/11 14:41:28 hzhang@smash.mcs.anl.gov +4 -0 *** empty log message ***
src/mat/impls/baij/seq/baij.c 1.66 03/12/11 14:41:13 hzhang@smash.mcs.anl.gov +4 -0 *** empty log message ***
Hg-commit: 3e1f4dab70edd526246edbd5b9c828da6eae9301
show more ...
|