| 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 ...
|
| 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 ...
|