| b72907f3 | 29-Jul-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1413.10.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030729183511|62428 ChangeSet 1.1413.10.1 03/07/29 13:35:11 bsmith@harley.mcs.anl.gov +10 -0 better memory corruption check for vecto
bk-changeset-1.1413.10.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030729183511|62428 ChangeSet 1.1413.10.1 03/07/29 13:35:11 bsmith@harley.mcs.anl.gov +10 -0 better memory corruption check for vector arrays adic fixes
bmake/linux/packages 1.35 03/07/29 13:35:09 bsmith@harley.mcs.anl.gov +1 -1 try new code to handle intrinsics
bmake/adicmf.init 1.14 03/07/29 13:35:08 bsmith@harley.mcs.anl.gov +0 -1 don't need, don't work
bmake/adic.init 1.15 03/07/29 13:35:06 bsmith@harley.mcs.anl.gov +0 -1 don't need, don't work
bin/adprocess.py 1.15 03/07/29 13:35:02 bsmith@harley.mcs.anl.gov +1 -0 doesn't belong here but hate to make new includes
src/mat/impls/dense/seq/dense.c 1.36 03/07/27 12:03:19 bsmith@harley.mcs.anl.gov +1 -1 don't allocate extra space in matrix array helps find memory corruption
src/mat/interface/matrix.c 1.73 03/07/27 12:01:36 bsmith@harley.mcs.anl.gov +3 -0 check for memory corruption when restoring array
src/vec/impls/mpi/pbvec.c 1.12 03/07/27 12:01:07 bsmith@harley.mcs.anl.gov +2 -1 don't allocate extra space at end of array for mpi vector to help find memory corruption
src/vec/impls/seq/bvec2.c 1.22 03/07/27 12:00:13 bsmith@harley.mcs.anl.gov +1 -1 don't allocate extra space in vector so easier to find corruption at end of array
src/vec/interface/vector.c 1.48 03/07/27 11:59:36 bsmith@harley.mcs.anl.gov +3 -0 check memory for corruption upon vecrestore array with bopt g
src/fortran/custom/zda.c 1.8 03/07/25 09:44:12 bsmith@harley.mcs.anl.gov +6 -0 added dasetblockfills per [PETSC #7414] Code Addition
Hg-commit: a4460839ee6d01a6c2fb61697fe812ff63dfb2e3
show more ...
|
| 123bf89a | 25-Jul-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1413.1.20 balay@smash.mcs.anl.gov|ChangeSet|20030725174419|59135 ChangeSet 1.1413.1.20 03/07/25 12:44:19 balay@smash.mcs.anl.gov +1 -0 fix the mumps name change
src/mat/interfac
bk-changeset-1.1413.1.20 balay@smash.mcs.anl.gov|ChangeSet|20030725174419|59135 ChangeSet 1.1413.1.20 03/07/25 12:44:19 balay@smash.mcs.anl.gov +1 -0 fix the mumps name change
src/mat/interface/matregis.c 1.29 03/07/25 12:44:18 balay@smash.mcs.anl.gov +2 -2 fix the mumps name change
Hg-commit: d0972a58b2ec8b1a1e3da31878d4f18999d4ce62
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 ...
|
| a2ec6df8 | 15-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1403.1.1 Kris@p4buschel.|ChangeSet|20030715201456|39147 ChangeSet 1.1403.1.1 03/07/15 13:14:56 Kris@p4buschel. +1 -0 MatSetType bugfix. Only call MatSetPreallocation before calli
bk-changeset-1.1403.1.1 Kris@p4buschel.|ChangeSet|20030715201456|39147 ChangeSet 1.1403.1.1 03/07/15 13:14:56 Kris@p4buschel. +1 -0 MatSetType bugfix. Only call MatSetPreallocation before calling destructor, then unset preallocated flag. Perhaps MatSetType should take a Mat * so the matrix can be recreated properly.
src/mat/interface/matreg.c 1.11 03/07/15 13:14:55 Kris@p4buschel. +3 -1 Move MatPreallocated test to where it is needed (before the destroy). Then unset the preallocated flag after destruction. This might not need to be the only flag that needs to be unset here. Perhaps this routine should take a Mat * so the matrix can be recreated properly.
Hg-commit: 5b6a04baf9e9c750087343f7b8b0fa35c3ec4797
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 ...
|
| 8da957c5 | 01-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1372.1.23 Kris@p4buschel.|ChangeSet|20030701053612|19612 ChangeSet 1.1372.1.23 03/06/30 22:36:12 Kris@p4buschel. +3 -0 MatType MATDSCPACK="dscpack"
include/petscmat.h 1.83 0
bk-changeset-1.1372.1.23 Kris@p4buschel.|ChangeSet|20030701053612|19612 ChangeSet 1.1372.1.23 03/06/30 22:36:12 Kris@p4buschel. +3 -0 MatType MATDSCPACK="dscpack"
include/petscmat.h 1.83 03/06/30 22:36:12 Kris@p4buschel. +1 -0 MatType MATDSCPACK="dscpack"
src/mat/utils/matioall.c 1.22 03/06/30 22:35:09 Kris@p4buschel. +6 -0 Register load constructor for DSCPACK. Since dscpack's inheritance depends on the size of the communicator used, a special load constructor is provided.
src/mat/interface/matregis.c 1.24 03/06/30 22:35:09 Kris@p4buschel. +6 -0 Register constructor for MATDSCPACK.
Hg-commit: 0db83f920e0c763e8ef22c2cc6cf43e2d5436273
show more ...
|
| b0592601 | 28-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1366 Kris@p4buschel.|ChangeSet|20030628094212|25115 ChangeSet 1.1366 03/06/28 02:42:12 Kris@p4buschel. +2 -0 Provide conversion support to and from MATSUPERLU and MATSEQAIJ.
src
bk-changeset-1.1366 Kris@p4buschel.|ChangeSet|20030628094212|25115 ChangeSet 1.1366 03/06/28 02:42:12 Kris@p4buschel. +2 -0 Provide conversion support to and from MATSUPERLU and MATSEQAIJ.
src/mat/impls/aij/seq/superlu/superlu.c 1.32 03/06/28 02:42:12 Kris@p4buschel. +94 -55 Provide conversion support to and from MATSUPERLU and MATSEQAIJ.
src/mat/interface/matrix.c 1.72 03/06/28 02:04:11 Kris@p4buschel. +34 -21 Check to see if conversion routine is known by the class to be converted to also! Reorganize order of preference for finding conversion routines.
Hg-commit: d3e593fb9e4c6fc877103f4fd8c1c0548ca5992c
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 ...
|
| d72ddd2a | 27-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1361 Kris@p4buschel.|ChangeSet|20030627235906|25998 ChangeSet 1.1361 03/06/27 16:59:06 Kris@p4buschel. +2 -0 I thought I changed these.
src/mat/utils/matioall.c 1.21 03/06/2
bk-changeset-1.1361 Kris@p4buschel.|ChangeSet|20030627235906|25998 ChangeSet 1.1361 03/06/27 16:59:06 Kris@p4buschel. +2 -0 I thought I changed these.
src/mat/utils/matioall.c 1.21 03/06/27 16:59:05 Kris@p4buschel. +1 -1 I thought I changed these.
src/mat/interface/matregis.c 1.23 03/06/27 16:59:05 Kris@p4buschel. +1 -1 I thought I changed these.
Hg-commit: ba808da774513d8464d0dadf1b2302c2ec2f77b9
show more ...
|
| 397b6df1 | 27-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1356 Kris@p4buschel.|ChangeSet|20030627205749|27959 ChangeSet 1.1356 03/06/27 13:57:49 Kris@p4buschel. +10 -0 MatType MATAIJMUMPS="aijmumps" MatType MATSBAIJMUMPS="sbaijmumps"
bk-changeset-1.1356 Kris@p4buschel.|ChangeSet|20030627205749|27959 ChangeSet 1.1356 03/06/27 13:57:49 Kris@p4buschel. +10 -0 MatType MATAIJMUMPS="aijmumps" MatType MATSBAIJMUMPS="sbaijmumps" MATAIJMUMPS inherits off of SeqAIJ when created with single process communicators and MPIAIJ otherwise. MATSBAIJMUMPS inherits off of SeqSBAIJ when created with single process communicators and MPIAIJ otherwise.
src/mat/impls/aij/mpi/mumps/mumps.c 1.16 03/06/27 13:57:48 Kris@p4buschel. +5 -5 Compilation fixes.
src/mat/utils/matioall.c 1.20 03/06/27 13:16:09 Kris@p4buschel. +9 -0 Register Load constructors for MATAIJMUMPS and MATSBAIJMUMPS.
src/mat/interface/matregis.c 1.22 03/06/27 13:16:09 Kris@p4buschel. +8 -0 Register Constructors for MATAIJMUMPS and MATSBAIJMUMPS.
include/petscmat.h 1.81 03/06/27 13:16:09 Kris@p4buschel. +2 -0 MatType MATAIJMUMPS="aijmumps" MatType MATSBAIJMUMPS="sbaijmumps"
src/mat/impls/sbaij/seq/sbaij.c 1.70 03/06/27 13:07:36 Kris@p4buschel. +0 -15 Remove MUMPS from the SeqSBAIJ sources.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.56 03/06/27 13:07:36 Kris@p4buschel. +0 -16 Remove MUMPS from the MPISBAIJ sources.
src/mat/impls/aij/seq/aij.c 1.104.2.1 03/06/27 13:07:36 Kris@p4buschel. +0 -19 Remove MUMPS from the SeqAIJ sources.
src/mat/impls/aij/mpi/mumps/mumps.c 1.15 03/06/27 13:07:36 Kris@p4buschel. +217 -82 Implement AIJMUMPS and SBAIJMUMPS
src/mat/impls/aij/mpi/mpiaij.c 1.85 03/06/27 13:07:36 Kris@p4buschel. +0 -19 Remove MUMPS from the MPIAIJ sources.
src/mat/impls/aij/mpi/mumps/makefile 1.1 03/06/27 10:17:03 Kris@p4buschel. +20 -0
src/mat/impls/aij/mpi/mumps/mumps.c 1.14 03/06/27 10:17:03 Kris@p4buschel. +0 -14 Move build safety into makefile.
src/mat/impls/aij/mpi/mumps/makefile 1.0 03/06/27 10:17:03 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/mpi/mumps/makefile
src/mat/impls/aij/mpi/makefile 1.21 03/06/27 10:17:03 Kris@p4buschel. +4 -4 Move MUMPS into separate directory.
src/mat/impls/aij/mpi/mumps/mumps.c 1.13 03/06/27 10:09:05 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/mpi/mumps.c -> src/mat/impls/aij/mpi/mumps/mumps.c
Hg-commit: e10c70d4a2a91e1f253a84ba9c6549a8bb4dd55f
show more ...
|
| 4eb8e494 | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1352 Kris@p4buschel.|ChangeSet|20030626235024|15331 ChangeSet 1.1352 03/06/26 16:50:24 Kris@p4buschel. +8 -0 Implement MATLUSOL MatType MATLUSOL="lusol"
src/mat/utils/matioall
bk-changeset-1.1352 Kris@p4buschel.|ChangeSet|20030626235024|15331 ChangeSet 1.1352 03/06/26 16:50:24 Kris@p4buschel. +8 -0 Implement MATLUSOL MatType MATLUSOL="lusol"
src/mat/utils/matioall.c 1.19 03/06/26 16:50:23 Kris@p4buschel. +3 -0 MATLUSOL inherits SeqAIJ's load constructor.
src/mat/impls/aij/seq/aij.c 1.104.1.4 03/06/26 16:48:06 Kris@p4buschel. +0 -5 Remove references to LUSOL from SeqAIJ sources.
src/mat/interface/matregis.c 1.21 03/06/26 16:46:30 Kris@p4buschel. +6 -0 Register MATLUSOL constructor.
src/mat/impls/aij/seq/lusol/lusol.c 1.12 03/06/26 16:46:30 Kris@p4buschel. +53 -33 Implement MATLUSOL.
src/mat/impls/aij/seq/essl/essl.c 1.11 03/06/26 16:46:30 Kris@p4buschel. +1 -0 EXTERN_C_BEGIN/END
src/mat/impls/aij/seq/aij.c 1.104.1.3 03/06/26 16:46:30 Kris@p4buschel. +0 -4 Remove DXML reference from SeqAIJ matrix.
include/petscmat.h 1.80 03/06/26 16:46:30 Kris@p4buschel. +1 -0 MatType MATLUSOL="lusol"
src/mat/impls/aij/seq/lusol/makefile 1.1 03/06/26 16:00:23 Kris@p4buschel. +21 -0
src/mat/impls/aij/seq/makefile 1.23 03/06/26 16:00:23 Kris@p4buschel. +3 -3 Move lusol into its own directory.
src/mat/impls/aij/seq/lusol/makefile 1.0 03/06/26 16:00:23 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/lusol/makefile
src/mat/impls/aij/seq/lusol/lusol.c 1.11 03/06/26 16:00:23 Kris@p4buschel. +0 -14 Move build protection into makefile and out of source.
src/mat/impls/aij/seq/lusol/lusol.c 1.10 03/06/26 15:56:53 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/lusol.c -> src/mat/impls/aij/seq/lusol/lusol.c
Hg-commit: 5c9fe9c277fce3ba5aeb01fb94fc23f9aa29cd1f
show more ...
|
| e8aa55a4 | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1351 Kris@p4buschel.|ChangeSet|20030626225547|02639 ChangeSet 1.1351 03/06/26 15:55:47 Kris@p4buschel. +7 -0 MatType MATESSL="essl" MATESSL inherits from SeqAIJ.
src/mat/utils
bk-changeset-1.1351 Kris@p4buschel.|ChangeSet|20030626225547|02639 ChangeSet 1.1351 03/06/26 15:55:47 Kris@p4buschel. +7 -0 MatType MATESSL="essl" MATESSL inherits from SeqAIJ.
src/mat/utils/matioall.c 1.18 03/06/26 15:55:46 Kris@p4buschel. +3 -0 Inherit Load constructor for MATESSL from SeqAIJ
src/mat/interface/matregis.c 1.20 03/06/26 15:55:46 Kris@p4buschel. +6 -0 Register Constructor for MATESSL
src/mat/impls/aij/seq/essl/essl.c 1.10 03/06/26 15:55:46 Kris@p4buschel. +40 -20 Implement MATESSL
src/mat/impls/aij/seq/aij.c 1.104.1.2 03/06/26 15:55:46 Kris@p4buschel. +0 -5 Removed references to ESSL from SeqAIJ sources.
include/petscmat.h 1.79 03/06/26 15:55:46 Kris@p4buschel. +1 -0 MatType MATESSL="essl"
src/mat/impls/aij/seq/essl/makefile 1.1 03/06/26 15:25:16 Kris@p4buschel. +20 -0
src/mat/impls/aij/seq/makefile 1.22 03/06/26 15:25:16 Kris@p4buschel. +3 -3 Move essl into own subdirectory. Remove dxml from all PETSc builds as it is presently unsupported.
src/mat/impls/aij/seq/essl/makefile 1.0 03/06/26 15:25:16 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/essl/makefile
src/mat/impls/aij/seq/essl/essl.c 1.9 03/06/26 15:25:16 Kris@p4buschel. +0 -16 Move build protection into makefile.
src/mat/impls/aij/seq/essl/essl.c 1.8 03/06/26 15:21:09 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/essl.c -> src/mat/impls/aij/seq/essl/essl.c
Hg-commit: 1ff84d35515528bcfdbbba0c0cb004966ba4eda9
show more ...
|
| 1677d0b8 | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1343.2.1 Kris@p4buschel.|ChangeSet|20030626191721|47682 ChangeSet 1.1343.2.1 03/06/26 12:17:21 Kris@p4buschel. +7 -0 MatType MATUMFPACK="umfpack"
src/mat/utils/matioall.c 1.
bk-changeset-1.1343.2.1 Kris@p4buschel.|ChangeSet|20030626191721|47682 ChangeSet 1.1343.2.1 03/06/26 12:17:21 Kris@p4buschel. +7 -0 MatType MATUMFPACK="umfpack"
src/mat/utils/matioall.c 1.17 03/06/26 12:17:20 Kris@p4buschel. +3 -0 MATUMFPACK inherits the load constructor from MATSEQAIJ
src/mat/interface/matregis.c 1.19 03/06/26 12:17:20 Kris@p4buschel. +6 -0 Load Constructor for MATUMFPACK
src/mat/impls/aij/seq/umfpack/umfpack.c 1.9 03/06/26 12:17:20 Kris@p4buschel. +74 -22 Implement MATUMFPACK.
src/mat/impls/aij/seq/makefile 1.20 03/06/26 12:17:20 Kris@p4buschel. +4 -4 Moved UMFPACK into separate directory
src/mat/impls/aij/seq/aij.c 1.104.1.1 03/06/26 12:17:20 Kris@p4buschel. +2 -15 Removed UMFPACK from SeqAIJ source
include/petscmat.h 1.78 03/06/26 12:17:20 Kris@p4buschel. +1 -0 MatType MATUMFPACK="umfpack"
src/mat/impls/aij/seq/umfpack/makefile 1.1 03/06/26 11:21:59 Kris@p4buschel. +21 -0
src/mat/impls/aij/seq/umfpack/makefile 1.0 03/06/26 11:21:59 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/umfpack/makefile
src/mat/impls/aij/seq/umfpack/umfpack.c 1.8 03/06/26 11:18:45 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/umfpack.c -> src/mat/impls/aij/seq/umfpack/umfpack.c
Hg-commit: b7f70fd922031fcb663da7e5a4173cf448149ddb
show more ...
|
| 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 ...
|
| e740cb95 | 26-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1341 Kris@p4buschel.|ChangeSet|20030626044020|22500 ChangeSet 1.1341 03/06/25 21:40:20 Kris@p4buschel. +2 -0 It compiles now.
src/mat/impls/aij/seq/superlu/superlu.c 1.27 03
bk-changeset-1.1341 Kris@p4buschel.|ChangeSet|20030626044020|22500 ChangeSet 1.1341 03/06/25 21:40:20 Kris@p4buschel. +2 -0 It compiles now.
src/mat/impls/aij/seq/superlu/superlu.c 1.27 03/06/25 21:23:14 Kris@p4buschel. +1 -1 SuperLU not superLU
src/mat/interface/matregis.c 1.17 03/06/25 21:20:06 Kris@p4buschel. +1 -1 SeqAIJ_SuperLU
Hg-commit: 5dbd72181431f3b73df42b0ac29b921b0e60551f
show more ...
|
| 14b396bb | 25-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1338 Kris@p4buschel.|ChangeSet|20030625222434|04317 ChangeSet 1.1338 03/06/25 15:24:34 Kris@p4buschel. +9 -0 SuperLU matrix type implemented. (First pass, untested) MatType MATSU
bk-changeset-1.1338 Kris@p4buschel.|ChangeSet|20030625222434|04317 ChangeSet 1.1338 03/06/25 15:24:34 Kris@p4buschel. +9 -0 SuperLU matrix type implemented. (First pass, untested) MatType MATSUPERLU="superlu"
src/mat/interface/matregis.c 1.16 03/06/25 15:23:25 Kris@p4buschel. +1 -1 Constructor is named MatCreate_SeqAIJ_SuperLU for consistency with previously written routines.
src/mat/impls/aij/seq/superlu/superlu.c 1.26 03/06/25 15:23:24 Kris@p4buschel. +84 -11 Implement overloaded functions for SuperLU matrix
src/mat/impls/aij/seq/spooles/aijspooles.c 1.28 03/06/25 15:23:24 Kris@p4buschel. +0 -1 Unused variable.
src/mat/utils/matioall.c 1.15 03/06/25 14:52:55 Kris@p4buschel. +3 -0 Register SuperLU matrix load constructor.
src/mat/interface/matregis.c 1.15 03/06/25 14:52:55 Kris@p4buschel. +6 -0 Register SuperLU matrix constructor.
include/petscmat.h 1.76 03/06/25 14:52:55 Kris@p4buschel. +1 -0 MatType MATSUPERLU="superlu"
src/mat/impls/aij/seq/superlu/superlu.c 1.25 03/06/25 14:42:06 Kris@p4buschel. +0 -13 Move build check from file to make.
src/mat/impls/aij/seq/superlu/makefile 1.2 03/06/25 14:42:06 Kris@p4buschel. +8 -8 New superlu makefile.
src/mat/impls/aij/seq/makefile 1.19 03/06/25 14:42:06 Kris@p4buschel. +4 -4 Move superlu interface into separate directory
src/mat/impls/aij/seq/aij.c 1.102 03/06/25 14:42:06 Kris@p4buschel. +1 -14 Remove SuperLU from SeqAIJ
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.40 03/06/25 14:42:06 Kris@p4buschel. +1 -1 Free the duplicated communicator with other Spooles stuff.
src/mat/impls/aij/seq/superlu/makefile 1.1 03/06/25 14:14:12 Kris@p4buschel. +20 -0
src/mat/impls/aij/seq/superlu/makefile 1.0 03/06/25 14:14:12 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/superlu/makefile
src/mat/impls/aij/seq/superlu/superlu.c 1.24 03/06/25 14:13:56 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/seq/superlu.c -> src/mat/impls/aij/seq/superlu/superlu.c
Hg-commit: 83f451f714471c05f9f1c164cd3c93b4b684b482
show more ...
|
| 523ff524 | 25-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1337 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454 ChangeSet 1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1337 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454 ChangeSet 1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
src/ts/impls/implicit/pvode/petscpvode.c 1.13 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0 Auto merged
src/sles/ksp/interface/itfunc.c 1.16 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 2c62a8cee06779b5a60aad604dd7f217797e6df7
show more ...
|
| 5fcf39f4 | 25-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1328.1.2 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827 ChangeSet 1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0 changed PC apply to behave differently if
bk-changeset-1.1328.1.2 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827 ChangeSet 1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0 changed PC apply to behave differently if left or right preconditioner don't allow deflation if right preconditioner
src/ts/impls/implicit/pvode/petscpvode.c 1.11.1.1 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/interface/precon.c 1.22 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +16 -7 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/impls/redundant/redundant.c 1.8 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/impls/composite/composite.c 1.7 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +6 -6 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/examples/tests/ex4.c 1.4 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/pc/esi/epreconditioner.c 1.24 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/kspimpl.h 1.11 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +2 -2 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/interface/itfunc.c 1.14.1.1 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/ksp/impls/fgmres/fgmres.c 1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
src/sles/examples/tutorials/ex21f.F 1.4 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +3 -3 changed PC apply to behave differently if left or right preconditioner
src/mat/interface/matnull.c 1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 better expliation of out argument
include/petscpc.h 1.30 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1 changed PC apply to behave differently if left or right preconditioner
Hg-commit: 6b4cc7577337a795eea8ec0dcebfe5b2b66ce3e7
show more ...
|
| cdc6f21e | 25-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1328.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213143|35323 ChangeSet 1.1328.1.1 03/06/25 16:31:43 bsmith@harley.mcs.anl.gov +2 -0 bug fix for 3d da and getarray docs for m
bk-changeset-1.1328.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030625213143|35323 ChangeSet 1.1328.1.1 03/06/25 16:31:43 bsmith@harley.mcs.anl.gov +2 -0 bug fix for 3d da and getarray docs for matsetvaluesstencil for Bill
src/dm/da/src/dalocal.c 1.13 03/06/25 16:27:05 bsmith@harley.mcs.anl.gov +3 -2 fix Xianzhu Tang <xtang@lanl.gov> Cc : petsc-maint@mcs.anl.gov Subject : Re: [PETSC #7242] bug report bad cosntructions of arrays in 3d
src/mat/interface/matrix.c 1.71 03/06/25 10:54:11 bsmith@harley.mcs.anl.gov +6 -0 clarify what values can be passed into MatSetValuesStencil() for indices
Hg-commit: a05635a1e20bec1b6347e288d5b42e8f68059941
show more ...
|
| 22191285 | 24-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1331 Kris@p4buschel.|ChangeSet|20030624213049|56391 ChangeSet 1.1331 03/06/24 14:30:49 Kris@p4buschel. +9 -0 Implement MPISBAIJ_Spooles
src/mat/utils/matioall.c 1.14 03/06/2
bk-changeset-1.1331 Kris@p4buschel.|ChangeSet|20030624213049|56391 ChangeSet 1.1331 03/06/24 14:30:49 Kris@p4buschel. +9 -0 Implement MPISBAIJ_Spooles
src/mat/utils/matioall.c 1.14 03/06/24 14:30:48 Kris@p4buschel. +1 -0 Inherit MatLoad_MPISBAIJ for MATMPISBAIJSPOOLES
src/mat/interface/matregis.c 1.14 03/06/24 14:30:48 Kris@p4buschel. +2 -0 Register constructor for MATMPISBAIJSPOOLES.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.26 03/06/24 14:30:48 Kris@p4buschel. +4 -4 Fix cut/paste error.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.16 03/06/24 14:30:48 Kris@p4buschel. +37 -17 Implement MPISBAIJSPOOLES
src/mat/impls/sbaij/mpi/mpisbaij.c 1.55 03/06/24 14:30:48 Kris@p4buschel. +6 -19 Remove spooles from mpisbaij.c
src/mat/impls/aij/seq/spooles/spooles.h 1.35 03/06/24 14:30:48 Kris@p4buschel. +1 -0 Prototype required.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.27 03/06/24 14:30:48 Kris@p4buschel. +0 -1 Unnecessary #include
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.38 03/06/24 14:30:48 Kris@p4buschel. +1 -0
include/petscmat.h 1.75 03/06/24 14:30:48 Kris@p4buschel. +1 -0 MatType MATMPISBAIJSPOOLES="mpisbaijspooles".
Hg-commit: d10751e4f04d40077d8e0ed8d0c871fbe0b5b3fa
show more ...
|
| 9abb65ff | 24-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1327.1.1 Kris@p4buschel.|ChangeSet|20030624195811|42849 ChangeSet 1.1327.1.1 03/06/24 12:58:11 Kris@p4buschel. +12 -0 Implement SeqSBAIJ_Spooles matrices. MATSEQSBAIJSPOOLES="seq
bk-changeset-1.1327.1.1 Kris@p4buschel.|ChangeSet|20030624195811|42849 ChangeSet 1.1327.1.1 03/06/24 12:58:11 Kris@p4buschel. +12 -0 Implement SeqSBAIJ_Spooles matrices. MATSEQSBAIJSPOOLES="seqsbaijspooles"
src/mat/impls/sbaij/seq/spooles/makefile 1.2 03/06/24 12:58:10 Kris@p4buschel. +2 -0 Protect seqsbaijspooles from improper builds.
src/mat/impls/sbaij/mpi/makefile 1.8 03/06/24 12:58:10 Kris@p4buschel. +4 -4 Remove spooles from sbaij.
src/mat/impls/aij/mpi/spooles/makefile 1.2 03/06/24 12:58:10 Kris@p4buschel. +2 -2
src/mat/impls/sbaij/mpi/spooles/makefile 1.1 03/06/24 12:50:40 Kris@p4buschel. +26 -0
src/mat/impls/sbaij/mpi/spooles/makefile 1.0 03/06/24 12:50:40 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/sbaij/mpi/spooles/makefile
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.15 03/06/24 12:46:05 Kris@p4buschel. +0 -0 Rename: src/mat/impls/sbaij/mpi/mpisbaijspooles.c -> src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
src/mat/utils/matioall.c 1.13 03/06/24 12:43:50 Kris@p4buschel. +3 -2 Inherit Load Constructor for seqsbaijspooles from seqsbaij.
src/mat/interface/matregis.c 1.13 03/06/24 12:43:50 Kris@p4buschel. +4 -2 Register constructor for seqsbaijspooles.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.25 03/06/24 12:41:07 Kris@p4buschel. +58 -21 Implement Constructor/Destructor/AssemblyEnd for seqsbaijspooles
src/mat/impls/sbaij/seq/sbaij.c 1.67 03/06/24 12:41:07 Kris@p4buschel. +8 -13 Remove Spooles from sbaij.c Fix MatLoad_SeqSBAIJ to allow for inheritance
src/mat/impls/sbaij/seq/makefile 1.9 03/06/24 12:41:07 Kris@p4buschel. +4 -4 Move sbaijspooles.c to spooles subdirectory.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.26 03/06/24 12:41:07 Kris@p4buschel. +1 -1 MatGetInertia_SeqSBAIJ_Spooles recovered.
include/petscmat.h 1.74 03/06/24 12:41:07 Kris@p4buschel. +3 -2 MatType MATSEQSBAIJSPOOLES="seqsbaijspooles"
src/mat/impls/sbaij/seq/spooles/makefile 1.1 03/06/24 11:59:52 Kris@p4buschel. +25 -0
src/mat/impls/sbaij/seq/spooles/makefile 1.0 03/06/24 11:59:52 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/sbaij/seq/spooles/makefile
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.24 03/06/24 11:58:04 Kris@p4buschel. +0 -0 Rename: src/mat/impls/sbaij/seq/sbaijspooles.c -> src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
Hg-commit: 966d3e0cbc0eed6ffae8921ae34dcc0e6aeea834
show more ...
|
| d10c748b | 24-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1326 Kris@p4buschel.|ChangeSet|20030624183405|18096 ChangeSet 1.1326 03/06/24 11:34:05 Kris@p4buschel. +11 -0 Implement MatType MATMPIAIJSPOOLES="mpiaijspooles".
src/mat/impls/a
bk-changeset-1.1326 Kris@p4buschel.|ChangeSet|20030624183405|18096 ChangeSet 1.1326 03/06/24 11:34:05 Kris@p4buschel. +11 -0 Implement MatType MATMPIAIJSPOOLES="mpiaijspooles".
src/mat/impls/aij/seq/spooles/spooles.h 1.34 03/06/24 11:34:04 Kris@p4buschel. +2 -0 Fix destructor problem. Support for MPIAIJ_Spooles type
src/mat/impls/aij/seq/spooles/spooles.c 1.63 03/06/24 11:34:04 Kris@p4buschel. +6 -7 Remove unnecessary #if defined. Use correct destructor.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.25 03/06/24 11:34:04 Kris@p4buschel. +35 -34 Remove unnecessary #if defined Clean up code.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.37 03/06/24 11:34:04 Kris@p4buschel. +23 -8 Remove unnecessary #if defined Implement constructor/destructor for MPIAIJ_spooles.
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.22 03/06/24 11:34:04 Kris@p4buschel. +22 -22 MPIAIJ_Spooles type implementations.
src/mat/impls/aij/mpi/mpiaij.c 1.83 03/06/24 11:34:04 Kris@p4buschel. +1 -1
include/petscmat.h 1.73 03/06/24 10:56:00 Kris@p4buschel. +1 -0 New type mpiaijspooles.
src/mat/utils/matioall.c 1.12 03/06/24 10:55:06 Kris@p4buschel. +1 -0 Register load constructor for mpiaijspooles type. Inherit mpiaij's load constructor.
src/mat/interface/matregis.c 1.12 03/06/24 10:55:06 Kris@p4buschel. +2 -0 Register constructor for mpiaijspooles type.
src/mat/impls/aij/mpi/mpiaij.c 1.82 03/06/24 10:55:06 Kris@p4buschel. +9 -25 Remove references to spooles matrix type from mpiaij code.
src/mat/impls/aij/mpi/makefile 1.19 03/06/24 10:55:06 Kris@p4buschel. +4 -4 Move MPIAIJ_Spooles matrix to its own directory.
src/mat/impls/aij/mpi/spooles/makefile 1.1 03/06/24 10:32:07 Kris@p4buschel. +20 -0
src/mat/impls/aij/mpi/spooles/makefile 1.0 03/06/24 10:32:07 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/mpi/spooles/makefile
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.21 03/06/24 10:29:53 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/mpi/mpiaijspooles.c -> src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.36 03/06/24 10:29:46 Kris@p4buschel. +0 -0 Rename: src/mat/impls/aij/mpi/mpispooles.c -> src/mat/impls/aij/mpi/spooles/mpispooles.c
Hg-commit: b019e9dff5d6d247b08b6db6600ad55d1b70894a
show more ...
|
| ae5c748c | 24-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1324 Kris@p4buschel.|ChangeSet|20030624021627|09183 ChangeSet 1.1324 03/06/23 19:16:27 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/K
bk-changeset-1.1324 Kris@p4buschel.|ChangeSet|20030624021627|09183 ChangeSet 1.1324 03/06/23 19:16:27 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/petsc-2
src/mat/impls/aij/seq/aij.c 1.101 03/06/23 19:16:26 Kris@p4buschel. +0 -0 Auto merged
include/petscmat.h 1.72 03/06/23 19:16:26 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: ac5ba6e1b2d5ef87ac59fa3baeeb49209098d29d
show more ...
|
| b3a1e11c | 24-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1314.1.2 Kris@p4buschel.|ChangeSet|20030624021613|04030 ChangeSet 1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0 Implement Spooles SeqAIJ matrix type.
src/mat/impls/aij/seq
bk-changeset-1.1314.1.2 Kris@p4buschel.|ChangeSet|20030624021613|04030 ChangeSet 1.1314.1.2 03/06/23 19:16:13 Kris@p4buschel. +10 -0 Implement Spooles SeqAIJ matrix type.
src/mat/impls/aij/seq/spooles/spooles.c 1.61 03/06/23 19:16:12 Kris@p4buschel. +1 -1 Ugly type comparison.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.24 03/06/23 19:16:12 Kris@p4buschel. +9 -3 Create Spooles matrices.
src/mat/interface/matregis.c 1.11 03/06/23 18:37:11 Kris@p4buschel. +3 -0 Declare spooles constructor.
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.19 03/06/23 18:37:11 Kris@p4buschel. +1 -1 Fix MPIAIJ later.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.23 03/06/23 18:37:11 Kris@p4buschel. +6 -3 Factorization matrix must be Spooles SeqAIJ matrix. Fix intertia later.
src/mat/utils/matioall.c 1.11 03/06/23 17:53:18 Kris@p4buschel. +3 -0 Register Spooles SeqAIJ Loader -- Use SeqAIJ Loader which calls correct constructor.
src/mat/interface/matregis.c 1.10 03/06/23 17:53:18 Kris@p4buschel. +3 -0 Register Spooles SeqAIJ constructor.
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.18 03/06/23 17:53:18 Kris@p4buschel. +1 -1 Correct location for spooles.h
src/mat/impls/aij/seq/spooles/spooles.h 1.32 03/06/23 17:53:18 Kris@p4buschel. +4 -0 Stash function pointers in Mat_Spooles object directly instead of composing.
src/mat/impls/aij/seq/spooles/spooles.c 1.60 03/06/23 17:53:18 Kris@p4buschel. +19 -1 Spooles SeqAIJ constructor.
src/mat/impls/aij/seq/spooles/makefile 1.2 03/06/23 17:53:18 Kris@p4buschel. +0 -1 Spooles supports complex.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.22 03/06/23 17:53:18 Kris@p4buschel. +6 -32 SeqAIJ inherited routines are stashed in Mat_Spooles object instead of composed.
src/mat/impls/aij/seq/aij.c 1.98.1.2 03/06/23 17:53:18 Kris@p4buschel. +5 -12 Remove references to Spooles.
include/petscmat.h 1.69.1.1 03/06/23 17:53:18 Kris@p4buschel. +1 -0 New matrix type for Spooles using SeqAIJ.
src/mat/impls/aij/seq/spooles/aijspooles.c 1.21 03/06/23 14:17:17 Kris@p4buschel. +45 -0 Add enhancement of MatView_SeqAIJ and MatAssemblyEnd_SeqAIJ for SeqAIJ_Spooles type.
src/mat/impls/aij/seq/makefile 1.18 03/06/23 14:17:17 Kris@p4buschel. +1 -1 Add subdir spooles
src/mat/impls/aij/seq/aij.c 1.98.1.1 03/06/23 14:17:16 Kris@p4buschel. +1 -5 Unnecessary call to MatUseSpooles_SeqAIJ as it is done in the previous line inside AssemblyEnd.
Hg-commit: ab12a91a8bae2053e215bad2eb0002631bf5d1d0
show more ...
|