History log of /petsc/src/mat/impls/aij/mpi/mumps/mumps.c (Results 1126 – 1127 of 1127)
Revision Date Author Comments
# 0e3434ee 27-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 ...


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


1...<<414243444546