History log of /petsc/src/mat/impls/aij/seq/ (Results 3401 – 3425 of 4200)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
25922d2b28-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1365.1.1
balay@harley.mcs.anl.gov|ChangeSet|20030628172553|26555
ChangeSet
1.1365.1.1 03/06/28 12:25:53 balay@harley.mcs.anl.gov +8 -0
nightly builds...

src/snes/utils/damgsnes.

bk-changeset-1.1365.1.1
balay@harley.mcs.anl.gov|ChangeSet|20030628172553|26555
ChangeSet
1.1365.1.1 03/06/28 12:25:53 balay@harley.mcs.anl.gov +8 -0
nightly builds...

src/snes/utils/damgsnes.c
1.16 03/06/28 12:25:52 balay@harley.mcs.anl.gov +1 -2
remove

src/snes/examples/tests/makefile
1.9 03/06/28 12:25:52 balay@harley.mcs.anl.gov +1 -1
remove ex11 from nightly builds

src/sles/pc/impls/spai/src/ispai.c
1.14 03/06/28 12:25:52 balay@harley.mcs.anl.gov +0 -1
remove unused variables

src/sles/examples/tests/ex7.c
1.5 03/06/28 12:25:52 balay@harley.mcs.anl.gov +3 -3
remove unused variables

src/mat/impls/aij/seq/aij.c
1.107 03/06/28 12:25:52 balay@harley.mcs.anl.gov +1 -1
remove unused variables

src/mat/impls/adic/nladic.c
1.5 03/06/28 12:25:52 balay@harley.mcs.anl.gov +3 -6
remove unused variables

src/fortran/kernels/frelax.F
1.5 03/06/28 12:25:52 balay@harley.mcs.anl.gov +2 -2
f90 freeform bug

src/dm/da/src/da2.c
1.32 03/06/28 12:25:52 balay@harley.mcs.anl.gov +2 -2
neds error checking here to avoid compiler warnings


Hg-commit: 52d3b275158e622f4a3f458f00def550e290a758

show more ...

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

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

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

0e3434ee27-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1360
Kris@p4buschel.|ChangeSet|20030627232605|25985
ChangeSet
1.1360 03/06/27 16:26:05 Kris@p4buschel. +3 -0
Missing prototype and casts.

src/mat/impls/aij/seq/umfpack/umfpack.c

bk-changeset-1.1360
Kris@p4buschel.|ChangeSet|20030627232605|25985
ChangeSet
1.1360 03/06/27 16:26:05 Kris@p4buschel. +3 -0
Missing prototype and casts.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.14 03/06/27 16:26:04 Kris@p4buschel. +1 -0
missing prototype.

src/mat/impls/aij/seq/superlu/superlu.c
1.30 03/06/27 16:26:04 Kris@p4buschel. +1 -1
Missing prototype

src/mat/impls/aij/mpi/mumps/mumps.c
1.17 03/06/27 16:26:04 Kris@p4buschel. +4 -2
Missing prototype and casts.


Hg-commit: 6677255d6a86bfb47457eb2a0715eb6f28ea7287

show more ...

8f1d2bd727-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1357
Kris@p4buschel.|ChangeSet|20030627205852|28283
ChangeSet
1.1357 03/06/27 13:58:52 Kris@p4buschel. +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/K

bk-changeset-1.1357
Kris@p4buschel.|ChangeSet|20030627205852|28283
ChangeSet
1.1357 03/06/27 13:58:52 Kris@p4buschel. +1 -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.104.1.6 03/06/27 13:58:51 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: f8713f61ee1ddd8522de683baafb9d9787ac4f15

show more ...

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

0c55962827-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1354.1.2
balay@smash.mcs.anl.gov|ChangeSet|20030627200116|15477
ChangeSet
1.1354.1.2 03/06/27 15:01:16 balay@smash.mcs.anl.gov +2 -0
bug fixes for

src/mat/impls/aij/seq/aij.c

bk-changeset-1.1354.1.2
balay@smash.mcs.anl.gov|ChangeSet|20030627200116|15477
ChangeSet
1.1354.1.2 03/06/27 15:01:16 balay@smash.mcs.anl.gov +2 -0
bug fixes for

src/mat/impls/aij/seq/aij.c
1.104.1.5 03/06/27 15:01:15 balay@smash.mcs.anl.gov +4 -4
nightly build fixes

src/mat/examples/tests/ex12.c
1.6 03/06/27 15:01:10 balay@smash.mcs.anl.gov +4 -4
const fix


Hg-commit: c5d237581fc05bd14c99be54ea75c481d2a64773

show more ...

e5a8982627-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1355
Kris@p4buschel.|ChangeSet|20030627160049|15322
ChangeSet
1.1355 03/06/27 09:00:49 Kris@p4buschel. +2 -0
Update makefiles to reflect new external package usage for matrices.

bk-changeset-1.1355
Kris@p4buschel.|ChangeSet|20030627160049|15322
ChangeSet
1.1355 03/06/27 09:00:49 Kris@p4buschel. +2 -0
Update makefiles to reflect new external package usage for matrices.

src/sles/examples/tutorials/makefile
1.33 03/06/27 09:00:48 Kris@p4buschel. +2 -2
-mat_aij_<package> has been changed to -mat_type <package> for the most part.
Some new types are like seqbaij<package>.

src/mat/impls/aij/seq/lusol/makefile
1.2 03/06/27 09:00:48 Kris@p4buschel. +1 -1
Matlab and DSCPACK aren't required by LUSOL.


Hg-commit: 47beaafc19f420399992596a817362c2e1aa7f8d

show more ...

a8883a6827-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1353
Kris@p4buschel.|ChangeSet|20030627000616|15328
ChangeSet
1.1353 03/06/26 17:06:16 Kris@p4buschel. +1 -0
Declare factored matrix assembled so -sles_view works as expected.

s

bk-changeset-1.1353
Kris@p4buschel.|ChangeSet|20030627000616|15328
ChangeSet
1.1353 03/06/26 17:06:16 Kris@p4buschel. +1 -0
Declare factored matrix assembled so -sles_view works as expected.

src/mat/impls/aij/seq/lusol/lusol.c
1.13 03/06/26 17:06:15 Kris@p4buschel. +1 -0
Declare factored matrix assembled so -sles_view works as expected.


Hg-commit: bbc6817eecb0748fcbaa9ef43df2145759c4498b

show more ...

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

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

241d9da726-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1347.1.1
Kris@p4buschel.|ChangeSet|20030626221653|60050
ChangeSet
1.1347.1.1 03/06/26 15:16:53 Kris@p4buschel. +3 -0
DXML matrix type.
Not supported currently because requires FO

bk-changeset-1.1347.1.1
Kris@p4buschel.|ChangeSet|20030626221653|60050
ChangeSet
1.1347.1.1 03/06/26 15:16:53 Kris@p4buschel. +3 -0
DXML matrix type.
Not supported currently because requires FORTRAN style indexshift!

src/mat/impls/aij/seq/dxml/makefile
1.1 03/06/26 15:16:52 Kris@p4buschel. +20 -0

src/mat/impls/aij/seq/makefile
1.21 03/06/26 15:16:52 Kris@p4buschel. +3 -3
Move DXML into own subdirectory.

src/mat/impls/aij/seq/dxml/makefile
1.0 03/06/26 15:16:52 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/src/mat/impls/aij/seq/dxml/makefile

src/mat/impls/aij/seq/dxml/dxml.c
1.6 03/06/26 15:16:52 Kris@p4buschel. +9 -14
Provide constructor for DXML.
If we restore this functionality, we would need to register it!

src/mat/impls/aij/seq/dxml/dxml.c
1.5 03/06/26 15:07:58 Kris@p4buschel. +0 -0
Rename: src/mat/impls/aij/seq/dxml.c -> src/mat/impls/aij/seq/dxml/dxml.c


Hg-commit: 0b6a9053e55d2878c66801f8d4960ac86f991185

show more ...

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

54c494e326-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1346
Kris@p4buschel.|ChangeSet|20030626195733|47698
ChangeSet
1.1346 03/06/26 12:57:33 Kris@p4buschel. +1 -0
Current version is UMFPACK 4.1 (as of April 30, 2003).

src/mat/impls

bk-changeset-1.1346
Kris@p4buschel.|ChangeSet|20030626195733|47698
ChangeSet
1.1346 03/06/26 12:57:33 Kris@p4buschel. +1 -0
Current version is UMFPACK 4.1 (as of April 30, 2003).

src/mat/impls/aij/seq/umfpack/umfpack.c
1.12 03/06/26 12:57:32 Kris@p4buschel. +1 -1
Current version is UMFPACK 4.1 (as of April 30, 2003).


Hg-commit: cb3e5d9397f4bcb5dcba62426a8ab7c644c64a29

show more ...

0801d20026-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1343.2.3
Kris@p4buschel.|ChangeSet|20030626195152|47681
ChangeSet
1.1343.2.3 03/06/26 12:51:52 Kris@p4buschel. +1 -0
UMFPACK changed umfpack_*_symbolic interface in Version 4.1.

bk-changeset-1.1343.2.3
Kris@p4buschel.|ChangeSet|20030626195152|47681
ChangeSet
1.1343.2.3 03/06/26 12:51:52 Kris@p4buschel. +1 -0
UMFPACK changed umfpack_*_symbolic interface in Version 4.1.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.11 03/06/26 12:51:51 Kris@p4buschel. +5 -1
UMFPACK changed umfpack_*_symbolic interface in Version 4.1.


Hg-commit: db0f4b8fb553bf496a05f5576d22e0af83fe3b9a

show more ...

fb73153526-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1343.2.2
Kris@p4buschel.|ChangeSet|20030626193016|47697
ChangeSet
1.1343.2.2 03/06/26 12:30:16 Kris@p4buschel. +2 -0
UMFPACK removed certain parameters in Version 4.2

src/mat/im

bk-changeset-1.1343.2.2
Kris@p4buschel.|ChangeSet|20030626193016|47697
ChangeSet
1.1343.2.2 03/06/26 12:30:16 Kris@p4buschel. +2 -0
UMFPACK removed certain parameters in Version 4.2

src/mat/impls/aij/seq/umfpack/umfpack.c
1.10 03/06/26 12:30:15 Kris@p4buschel. +5 -1
UMFPACK removed certain parameters in Version 4.2

src/mat/impls/aij/seq/umfpack/makefile
1.2 03/06/26 12:30:15 Kris@p4buschel. +1 -1
Oops.


Hg-commit: aa5b4094e788ffde968c5763efb7fb0eeffe410b

show more ...

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

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

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

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

beeb850726-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1340
bsmith@harley.mcs.anl.gov|ChangeSet|20030626040610|22489
ChangeSet
1.1340 03/06/25 23:06:10 bsmith@harley.mcs.anl.gov +3 -0
avoid divides some const stuff for MatRelax_SeqAIJ

bk-changeset-1.1340
bsmith@harley.mcs.anl.gov|ChangeSet|20030626040610|22489
ChangeSet
1.1340 03/06/25 23:06:10 bsmith@harley.mcs.anl.gov +3 -0
avoid divides some const stuff for MatRelax_SeqAIJ

src/mat/impls/aij/seq/aij.c
1.103 03/06/25 23:06:08 bsmith@harley.mcs.anl.gov +17 -13
avoid divides some const stuff makes no difference

src/inline/dot.h
1.6 03/06/25 23:06:08 bsmith@harley.mcs.anl.gov +2 -2
avoid divides

src/fortran/kernels/frelax.F
1.4 03/06/25 23:06:08 bsmith@harley.mcs.anl.gov +9 -7
avoid divides


Hg-commit: a790480ff91e50ef39804c6190e334dee1dcc58b

show more ...

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

3da09d8d24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1335
Kris@p4buschel.|ChangeSet|20030624232609|55582
ChangeSet
1.1335 03/06/24 16:26:09 Kris@p4buschel. +3 -0
Clean up Spooles stuff only after they have been initialized.

src/ma

bk-changeset-1.1335
Kris@p4buschel.|ChangeSet|20030624232609|55582
ChangeSet
1.1335 03/06/24 16:26:09 Kris@p4buschel. +3 -0
Clean up Spooles stuff only after they have been initialized.

src/mat/impls/aij/seq/spooles/spooles.h
1.36 03/06/24 16:26:09 Kris@p4buschel. +3 -0
Clean up Spooles stuff only after they have been initialized.

src/mat/impls/aij/seq/spooles/spooles.c
1.64 03/06/24 16:26:09 Kris@p4buschel. +12 -9
Clean up Spooles stuff only after they have been initialized.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.39 03/06/24 16:26:09 Kris@p4buschel. +15 -13
Clean up Spooles stuff only after they have been initialized.


Hg-commit: 302da37fb7c240b28116a80466fad579fffc5ae4

show more ...

c968521d24-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1332
Kris@p4buschel.|ChangeSet|20030624215642|56408
ChangeSet
1.1332 03/06/24 14:56:42 Kris@p4buschel. +3 -0
Spooles cleanup.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c

bk-changeset-1.1332
Kris@p4buschel.|ChangeSet|20030624215642|56408
ChangeSet
1.1332 03/06/24 14:56:42 Kris@p4buschel. +3 -0
Spooles cleanup.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.27 03/06/24 14:56:42 Kris@p4buschel. +2 -3
Removed unnecesary #include

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.17 03/06/24 14:56:42 Kris@p4buschel. +2 -4
Removed unnecessary #include.
Clean up source.

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.20 03/06/24 14:56:42 Kris@p4buschel. +0 -15
Removed unnecessary prototypes, #if defined, comparison.


Hg-commit: 3506ab319031cdb9d8f70ddb83c519ceb62f16ea

show more ...

1...<<131132133134135136137138139140>>...168