| 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 ...
|
| 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 ...
|
| 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 ...
|
| 618c6428 | 07-Jul-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1372.1.49 hzhang@compbio.mcs.anl.gov|ChangeSet|20030707151509|60545 ChangeSet 1.1372.1.49 03/07/07 10:15:09 hzhang@compbio.mcs.anl.gov +13 -0 replace SUPERLUDIST with SUPERLU_DIST
bk-changeset-1.1372.1.49 hzhang@compbio.mcs.anl.gov|ChangeSet|20030707151509|60545 ChangeSet 1.1372.1.49 03/07/07 10:15:09 hzhang@compbio.mcs.anl.gov +13 -0 replace SUPERLUDIST with SUPERLU_DIST
bmake/linux/packages 1.34 03/07/07 10:12:30 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
bmake/linux/packages 1.33 03/07/07 10:10:09 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/vec/impls/seq/bvec2.c 1.21 03/07/07 10:07:08 hzhang@compbio.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/interface/matregis.c 1.25 03/07/07 10:06:11 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.63 03/07/07 08:53:03 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/utils/matioall.c 1.23 03/07/07 08:43:21 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/aij/mpi/superlu_dist/makefile 1.4 03/07/07 08:43:08 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
bmake/common/variables 1.46 03/07/07 08:42:53 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
bmake/linux/packages 1.32 03/07/07 08:42:47 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
bmake/linux_jazz_intel/packages 1.6 03/07/07 08:42:40 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
bmake/linux_superludist/packages 1.30 03/07/07 08:42:34 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
bmake/linux_uni/packages 1.3 03/07/07 08:42:26 hzhang@compbio.mcs.anl.gov +6 -6 *** empty log message ***
maint/builddist 1.33 03/07/07 08:42:18 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
bmake/t3e/packages 1.11 03/07/07 08:41:02 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
bmake/linux_intel/packages 1.19 03/07/07 08:38:31 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
bmake/linux_intel/packages 1.18 03/07/07 08:38:01 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/aij/mpi/superlu_dist/makefile 1.3 03/07/07 08:35:16 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 8b55f4f6efa65f09c442da2bbd602fb44784fb11
show more ...
|
| 24b6179b | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.37 Kris@p4buschel.|ChangeSet|20030701194538|50233 ChangeSet 1.1372.1.37 03/07/01 12:45:38 Kris@p4buschel. +3 -0 A few manpages for external matrix/solver packages.
src/ma
bk-changeset-1.1372.1.37 Kris@p4buschel.|ChangeSet|20030701194538|50233 ChangeSet 1.1372.1.37 03/07/01 12:45:38 Kris@p4buschel. +3 -0 A few manpages for external matrix/solver packages.
src/mat/impls/aij/seq/superlu/superlu.c 1.35 03/07/01 12:45:37 Kris@p4buschel. +25 -0 MATSUPERLU manpage
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.62 03/07/01 12:45:37 Kris@p4buschel. +33 -28 MATSUPERLU_DIST manpage
src/mat/impls/aij/mpi/mumps/mumps.c 1.25 03/07/01 12:45:37 Kris@p4buschel. +76 -0 MATAIJMUMPS manpage MATSBAIJMUMPS manpage
Hg-commit: 4637ba1bb1ebce283d73641d92b240b470b49b17
show more ...
|
| 1accf828 | 29-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.8 Kris@p4buschel.|ChangeSet|20030629232446|40017 ChangeSet 1.1372.1.8 03/06/29 16:24:46 Kris@p4buschel. +1 -0 Fix misleading comment.
src/mat/impls/aij/mpi/superlu_dist/s
bk-changeset-1.1372.1.8 Kris@p4buschel.|ChangeSet|20030629232446|40017 ChangeSet 1.1372.1.8 03/06/29 16:24:46 Kris@p4buschel. +1 -0 Fix misleading comment.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.61 03/06/29 16:24:45 Kris@p4buschel. +1 -1 Fix misleading comment.
Hg-commit: 87c8e98b990d3dfdba96db8c7a2fd891e26837a4
show more ...
|
| 8759341f | 29-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.6 Kris@p4buschel.|ChangeSet|20030629214438|40035 ChangeSet 1.1372.1.6 03/06/29 14:44:38 Kris@p4buschel. +1 -0 Implement converters between MATSUPERLU_DIST and base classes.
bk-changeset-1.1372.1.6 Kris@p4buschel.|ChangeSet|20030629214438|40035 ChangeSet 1.1372.1.6 03/06/29 14:44:38 Kris@p4buschel. +1 -0 Implement converters between MATSUPERLU_DIST and base classes.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.60 03/06/29 14:44:37 Kris@p4buschel. +117 -56 Implement converters between MATSUPERLU_DIST and base classes.
Hg-commit: cc70499899e04eabee61f291babcb9cc7e47a1b4
show more ...
|
| 460c4903 | 29-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1368 Kris@p4buschel.|ChangeSet|20030629002711|26039 ChangeSet 1.1368 03/06/28 17:27:11 Kris@p4buschel. +3 -0 Implement SeqAIJ/Essl converters. Reference counting bugfix in SuperL
bk-changeset-1.1368 Kris@p4buschel.|ChangeSet|20030629002711|26039 ChangeSet 1.1368 03/06/28 17:27:11 Kris@p4buschel. +3 -0 Implement SeqAIJ/Essl converters. Reference counting bugfix in SuperLU type.
src/mat/impls/aij/seq/superlu/superlu.c 1.33 03/06/28 17:27:10 Kris@p4buschel. +3 -5 Fix reference counting bug.
src/mat/impls/aij/seq/essl/essl.c 1.12 03/06/28 17:27:10 Kris@p4buschel. +75 -17 Implement SeqAIJ/Essl converters. Use converters in constructor/destructor.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.59 03/06/28 17:27:10 Kris@p4buschel. +2 -2 Cosmetic changes.
Hg-commit: 8a045cb805e1c61b5c332fea0d14cda4fbacc4d2
show more ...
|
| 0dd8e64f | 28-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1363.1.1 Kris@p4buschel.|ChangeSet|20030628062503|23988 ChangeSet 1.1363.1.1 03/06/27 23:25:03 Kris@p4buschel. +11 -0 We must reset the destroy function pointer after following the
bk-changeset-1.1363.1.1 Kris@p4buschel.|ChangeSet|20030628062503|23988 ChangeSet 1.1363.1.1 03/06/27 23:25:03 Kris@p4buschel. +11 -0 We must reset the destroy function pointer after following the destroy function pointer in MatSetType so that we can have nested calls to MatSetType within MatSetFromOptions (i.e., proper inheritance support).
src/mat/interface/matreg.c 1.10 03/06/27 23:25:02 Kris@p4buschel. +1 -0 We must reset the destroy function pointer so that we can have nested calls to MatSetType within MatSetFromOptions.
src/mat/impls/sbaij/seq/spooles/makefile 1.3 03/06/27 23:25:02 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/sbaij/mpi/spooles/makefile 1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/seq/umfpack/makefile 1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/seq/superlu/makefile 1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/seq/lusol/makefile 1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/seq/essl/makefile 1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/seq/dxml/makefile 1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/mpi/superlu_dist/makefile 1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/mpi/spooles/makefile 1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
src/mat/impls/aij/mpi/mumps/makefile 1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1 LOCDIR requires / at the end for proper stack writing in PetscError.
Hg-commit: c3d5940bee259c19ad214b2dab6f53aca1b111e1
show more ...
|
| f91308e3 | 28-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1363 Kris@p4buschel.|ChangeSet|20030628005710|24004 ChangeSet 1.1363 03/06/27 17:57:10 Kris@p4buschel. +2 -0 Fixed format problem. Removed unused variable.
src/mat/impls/aij/m
bk-changeset-1.1363 Kris@p4buschel.|ChangeSet|20030628005710|24004 ChangeSet 1.1363 03/06/27 17:57:10 Kris@p4buschel. +2 -0 Fixed format problem. Removed unused variable.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.58 03/06/27 17:57:09 Kris@p4buschel. +0 -1 Unused variable.
src/mat/impls/aij/mpi/mumps/mumps.c 1.19 03/06/27 17:57:09 Kris@p4buschel. +1 -1 Fixed formatting problem.
Hg-commit: c595f27f650e7b4016112dbf856270e724900db4
show more ...
|
| d54de34f | 28-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1362 Kris@p4buschel.|ChangeSet|20030628004929|23991 ChangeSet 1.1362 03/06/27 17:49:29 Kris@p4buschel. +8 -0 Removed unused variables.
src/mat/impls/sbaij/seq/spooles/sbaijspool
bk-changeset-1.1362 Kris@p4buschel.|ChangeSet|20030628004929|23991 ChangeSet 1.1362 03/06/27 17:49:29 Kris@p4buschel. +8 -0 Removed unused variables.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.29 03/06/27 17:49:28 Kris@p4buschel. +1 -1 Removed unused variables.
src/mat/impls/baij/mpi/dscpack.c 1.22 03/06/27 17:49:28 Kris@p4buschel. +1 -1 Removed unused variables.
src/mat/impls/aij/seq/superlu/superlu.c 1.31 03/06/27 17:49:28 Kris@p4buschel. +1 -1 Removed unused variables.
src/mat/impls/aij/seq/lusol/lusol.c 1.14 03/06/27 17:49:28 Kris@p4buschel. +0 -1 Removed unused variables.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.57 03/06/27 17:49:28 Kris@p4buschel. +1 -1 Removed unused variables.
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.23 03/06/27 17:49:28 Kris@p4buschel. +0 -1 Removed unused variables.
src/mat/impls/aij/mpi/mumps/mumps.c 1.18 03/06/27 17:49:28 Kris@p4buschel. +2 -3 Removed unused variables.
bmake/win32_gnu/variables 1.5 03/06/27 17:49:28 Kris@p4buschel. +1 -1 Add -Wall flag for better code style checking.
Hg-commit: 3db740d3933924a85a7d02c7422ffa1c28654e6a
show more ...
|
| 8ef18079 | 27-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1359 Kris@p4buschel.|ChangeSet|20030627232551|25994 ChangeSet 1.1359 03/06/27 16:25:51 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.1359 Kris@p4buschel.|ChangeSet|20030627232551|25994 ChangeSet 1.1359 03/06/27 16:25:51 Kris@p4buschel. +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-2
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.56 03/06/27 16:25:50 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: 9835e3142e06664c12fb0a1b7ad60b4ff491bc81
show more ...
|
| 201f5f94 | 27-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1354.1.5 balay@smash.mcs.anl.gov|ChangeSet|20030627230525|14944 ChangeSet 1.1354.1.5 03/06/27 18:05:25 balay@smash.mcs.anl.gov +4 -0 more nightly build fixes
src/sles/examples/t
bk-changeset-1.1354.1.5 balay@smash.mcs.anl.gov|ChangeSet|20030627230525|14944 ChangeSet 1.1354.1.5 03/06/27 18:05:25 balay@smash.mcs.anl.gov +4 -0 more nightly build fixes
src/sles/examples/tutorials/ex21f.F 1.5 03/06/27 18:05:24 balay@smash.mcs.anl.gov +2 -1 fix buggy code
src/mat/impls/dense/seq/dense.c 1.30 03/06/27 18:05:24 balay@smash.mcs.anl.gov +1 -5 fix bug in indexing
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.54.1.1 03/06/27 18:05:24 balay@smash.mcs.anl.gov +2 -0 fix missing prototype
src/mat/examples/tutorials/ex3.c 1.4 03/06/27 18:05:24 balay@smash.mcs.anl.gov +3 -3 remove unused variables
Hg-commit: 83397fa3b6c657da3760ee1418856d3e3a0c3128
show more ...
|
| 1d96aa28 | 27-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1358 Kris@p4buschel.|ChangeSet|20030627212350|26773 ChangeSet 1.1358 03/06/27 14:23:50 Kris@p4buschel. +2 -0 Updated manual page for MATSUPERLU_DIST and options to reflect package
bk-changeset-1.1358 Kris@p4buschel.|ChangeSet|20030627212350|26773 ChangeSet 1.1358 03/06/27 14:23:50 Kris@p4buschel. +2 -0 Updated manual page for MATSUPERLU_DIST and options to reflect package name. Removed manual page for internal routine MatUseSuperLU_DIST_MPIAIJ. Changed type name and options for matrix type supporting SuperLU_Dist to reflect package name.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.55 03/06/27 14:23:49 Kris@p4buschel. +30 -38 Updated manual page for MATSUPERLU_DIST and options to reflect package name. Removed manual page for internal routine MatUseSuperLU_DIST_MPIAIJ.
include/petscmat.h 1.82 03/06/27 14:23:49 Kris@p4buschel. +1 -1 Changed type name for SuperLU_Dist to reflect package name better.
Hg-commit: f4d107ddc0089a90387773649242b29db66a7509
show more ...
|
| 016de5df | 27-Jun-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1354.1.3 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030627202807|17007 ChangeSet 1.1354.1.3 03/06/27 16:28:07 victorle@tibook500ve.cs.utk.edu +1 -0 Merge
src/mat/impls/aij/mpi/
bk-changeset-1.1354.1.3 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030627202807|17007 ChangeSet 1.1354.1.3 03/06/27 16:28:07 victorle@tibook500ve.cs.utk.edu +1 -0 Merge
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.54 03/06/27 16:28:03 victorle@tibook500ve.cs.utk.edu +0 -0 SCCS merged
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.46.1.2 03/06/27 16:15:08 victorle@tibook500ve.cs.utk.edu +0 -0 Merge rename: src/mat/impls/aij/mpi/superlu_dist.c -> src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
Hg-commit: ac812b6c5da8218d1c5e694d2d470fb091beb514
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 ...
|
| 899d7b4f | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1343 Kris@p4buschel.|ChangeSet|20030626113751|34441 ChangeSet 1.1343 03/06/26 04:37:51 Kris@p4buschel. +4 -0 Bug fixes. SuperLU appears to work now. SuperLU_Dist on the other han
bk-changeset-1.1343 Kris@p4buschel.|ChangeSet|20030626113751|34441 ChangeSet 1.1343 03/06/26 04:37:51 Kris@p4buschel. +4 -0 Bug fixes. SuperLU appears to work now. SuperLU_Dist on the other hand....
src/mat/impls/aij/seq/superlu/superlu.c 1.29 03/06/26 04:37:50 Kris@p4buschel. +1 -2 Extract lu pointer, don't replace it with an empty one?!
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.52 03/06/26 04:37:50 Kris@p4buschel. +2 -3 Extract lu pointer, don't replace it with an empty one?!
src/snes/mf/snesmfj.c 1.19 03/06/26 04:03:30 Kris@p4buschel. +1 -1 const []
src/mat/impls/baij/seq/makefile 1.4 03/06/26 04:03:30 Kris@p4buschel. +1 -1 Remove unnecessary INCLUDE
src/mat/impls/aij/seq/superlu/superlu.c 1.28 03/06/26 04:03:30 Kris@p4buschel. +6 -3 Factored matrix MUST be of type MATSUPERLU.
Hg-commit: e9673d75b822b571eb957105157b5de642891c73
show more ...
|
| 448de63e | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1342 Kris@p4buschel.|ChangeSet|20030626085014|36229 ChangeSet 1.1342 03/06/26 01:50:14 Kris@p4buschel. +8 -0 MatType MATSUPERLUDIST="superludist" Note: MATSUPERLUDIST inherits of
bk-changeset-1.1342 Kris@p4buschel.|ChangeSet|20030626085014|36229 ChangeSet 1.1342 03/06/26 01:50:14 Kris@p4buschel. +8 -0 MatType MATSUPERLUDIST="superludist" Note: MATSUPERLUDIST inherits off of SeqAIJ for single process communicators, but it inherits off of MPIAIJ for communicators supporting multiple processes.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.51 03/06/26 01:50:13 Kris@p4buschel. +2 -2 Compilation errors.
src/mat/utils/matioall.c 1.16 03/06/26 01:45:10 Kris@p4buschel. +6 -0 Register Load Constructor for MATSUPERLUDIST.
src/mat/interface/matregis.c 1.18 03/06/26 01:45:10 Kris@p4buschel. +6 -0 Register Constructor for MATSUPERLUDIST
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.50 03/06/26 01:45:10 Kris@p4buschel. +20 -0 Implement Load constructor for MATSUPERLUDIST. Note: This type inherits off of SeqAIJ if communicator supports a single process, but MPIAIJ for multiple processes.
include/petscmat.h 1.77 03/06/26 01:45:10 Kris@p4buschel. +24 -23 MatType MATSUPERLUDIST="superludist"
src/mat/impls/aij/seq/aij.c 1.104 03/06/26 01:19:49 Kris@p4buschel. +2 -15 Remove SuperLU_Dist from SeqAIJ source code.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.49 03/06/26 01:15:57 Kris@p4buschel. +110 -40 Implement SuperLUDist type. Note: This switches from inheriting from SeqAIJ to MPIAIJ for communicators with more than one process.
src/mat/impls/aij/mpi/mpiaij.c 1.84 03/06/26 01:15:56 Kris@p4buschel. +2 -15 Remove SuperLU_DIST from mpiaij source.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.48 03/06/26 00:33:51 Kris@p4buschel. +0 -14 Compilation protection is in makefile so it isn't needed in the source.
src/mat/impls/aij/mpi/makefile 1.20 03/06/26 00:32:16 Kris@p4buschel. +4 -4 Moved superlu_dist to separate directory
src/mat/impls/aij/mpi/superlu_dist/makefile 1.1 03/06/26 00:31:43 Kris@p4buschel. +20 -0
src/mat/impls/aij/mpi/superlu_dist/makefile 1.0 03/06/26 00:31:43 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/mpi/superlu_dist/makefile
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.47 03/06/26 00:26:05 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/mpi/superlu_dist.c -> src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
Hg-commit: 44fbcf94ff0074ddcf182f7db538fcf93d6ac6a5
show more ...
|