History log of /petsc/src/mat/impls/sbaij/mpi/ (Results 776 – 800 of 908)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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


/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/index.html
/petsc/include/finclude/petscdef.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/maint/update-docs.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/dm/da/src/dalocal.c
/petsc/src/fortran/kernels/frelax.F
/petsc/src/inline/dot.h
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/dxml/makefile
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/seq/makefile
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/examples/tutorials/ex21f.F
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex4.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29.options
/petsc/src/snes/mf/mfregis.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
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 ...

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

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

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

bk-changeset-1.1325
Kris@p4buschel.|ChangeSet|20030624024545|04992
ChangeSet
1.1325 03/06/23 19:45:45 Kris@p4buschel. +6 -0
A few more Spooles SeqAIJ updates.

src/mat/impls/sbaij/seq/sbaijspoo

bk-changeset-1.1325
Kris@p4buschel.|ChangeSet|20030624024545|04992
ChangeSet
1.1325 03/06/23 19:45:45 Kris@p4buschel. +6 -0
A few more Spooles SeqAIJ updates.

src/mat/impls/sbaij/seq/sbaijspooles.c
1.23 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.14 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/aij/seq/spooles/spooles.h
1.33 03/06/23 19:45:44 Kris@p4buschel. +2 -0
Declare a few Spooles routines.

src/mat/impls/aij/seq/spooles/spooles.c
1.62 03/06/23 19:45:44 Kris@p4buschel. +6 -4
Set Spooles function pointers

src/mat/impls/aij/mpi/mpispooles.c
1.35 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.

src/mat/impls/aij/mpi/mpiaijspooles.c
1.20 03/06/23 19:45:44 Kris@p4buschel. +1 -1
Spooles header was moved.


Hg-commit: 3ee67d9551630ee3d7ffc9535e8044b3ea7cecc2

show more ...


/petsc/bin/adprocess.py
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/maint/fixinclude
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tutorials/ex5.c
268466fb21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in

bk-changeset-1.1315
bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951
ChangeSet
1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0
more additions of const and changes of * to [] in petscmat.h

src/snes/mf/snesmfj.c
1.17 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/utils/axpy.c
1.9 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/matimpl.h
1.26 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/interface/matrix.c
1.69 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +9 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/shell/shell.c
1.8 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij2.c
1.10 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/seq/sbaij.c
1.65 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/sbaij/mpi/mpisbaij.c
1.54 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/rowbs/mpi/mpirowbs.c
1.25 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/is/is.c
1.7 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +1 -1
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/seq/dense.c
1.28 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mpidense.c
1.18 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/dense/mpi/mmdense.c
1.6 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/seq/bdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/bdiag/mpi/mpibdiag.c
1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij2.c
1.9 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +4 -4
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.h
1.12 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/seq/baij.c
1.51 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +3 -3
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/mpibaij.c
1.28 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +8 -8
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/baij/mpi/baijov.c
1.8 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +17 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/seq/aij.c
1.99 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +7 -7
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiov.c
1.11 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +6 -6
more additions of const and changes of * to [] in petscmat.h

src/mat/impls/aij/mpi/mpiaij.c
1.81 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +12 -16
more additions of const and changes of * to [] in petscmat.h

src/mat/examples/tests/ex12.c
1.5 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +2 -2
more additions of const and changes of * to [] in petscmat.h

include/petscmat.h
1.70 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +13 -13
more additions of const and changes of * to [] in petscmat.h


Hg-commit: 94c68a7999924e61646ed0fbf8a18b4797b9125a

show more ...

34232ad121-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1314
balay@smash.mcs.anl.gov|ChangeSet|20030621001921|60511
ChangeSet
1.1314 03/06/20 19:19:21 balay@smash.mcs.anl.gov +4 -0
more const fixes

src/mat/impls/sbaij/mpi/mmsbaij.c

bk-changeset-1.1314
balay@smash.mcs.anl.gov|ChangeSet|20030621001921|60511
ChangeSet
1.1314 03/06/20 19:19:21 balay@smash.mcs.anl.gov +4 -0
more const fixes

src/mat/impls/sbaij/mpi/mmsbaij.c
1.15 03/06/20 19:19:20 balay@smash.mcs.anl.gov +1 -1
more const fixes

src/mat/impls/esi/mesi.c
1.26 03/06/20 19:19:20 balay@smash.mcs.anl.gov +1 -1
more const fixes

src/mat/impls/baij/mpi/mpibaij.c
1.27 03/06/20 19:19:20 balay@smash.mcs.anl.gov +5 -5
more const fixes

src/mat/impls/baij/mpi/mmbaij.c
1.10 03/06/20 19:19:20 balay@smash.mcs.anl.gov +1 -1
more const fixes


Hg-commit: 0782410d617b6c0bfa925e0b1838d7f4c59c001b

show more ...


/petsc/bmake/linux64_intel/buildtest
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
mmsbaij.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/is/utils/iscoloring.c
f15d580a20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure

bk-changeset-1.1302.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173
ChangeSet
1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0
const and [] instead of * due to pressure from Bill

src/mat/utils/matstash.c
1.6 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -8
const and [] instead of * due to pressure from Bill

src/mat/matimpl.h
1.25 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill

src/mat/interface/matrix.c
1.68 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +9 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/seq/sbaij.c
1.64 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +10 -9
const and [] instead of * due to pressure from Bill

src/mat/impls/sbaij/mpi/mpisbaij.c
1.53 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +26 -25
const and [] instead of * due to pressure from Bill

src/mat/impls/rowbs/mpi/mpirowbs.c
1.22.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/esi/mesi.c
1.25 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +1 -1
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/seq/dense.c
1.25.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -3
const and [] instead of * due to pressure from Bill

src/mat/impls/dense/mpi/mpidense.c
1.17 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag2.c
1.11 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/seq/bdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +4 -4
const and [] instead of * due to pressure from Bill

src/mat/impls/bdiag/mpi/mpibdiag.c
1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/seq/baij.c
1.50 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +20 -19
const and [] instead of * due to pressure from Bill

src/mat/impls/baij/mpi/mpibaij.c
1.26 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +31 -30
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/seq/aij.c
1.98 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

src/mat/impls/aij/mpi/mpiaij.c
1.78.1.1 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2
const and [] instead of * due to pressure from Bill

include/petscmat.h
1.69 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +10 -10
const and [] instead of * due to pressure from Bill


Hg-commit: 28f3adba971fb56367d21b7dfc7aafa68a90744b

show more ...

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

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input

bk-changeset-1.1299.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822
ChangeSet
1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/is/utils/isltog.c
1.11 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/vec/impls/mpi/pdvec.c
1.6 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/seq/sbaij.c
1.63 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/sbaij/mpi/mpisbaij.c
1.52 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/dense/seq/dense.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +2 -2
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/seq/bdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/bdiag/mpi/mpibdiag.c
1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/seq/baij.c
1.49 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/baij/mpi/mpibaij.c
1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/seq/aij.c
1.97 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

src/mat/impls/aij/mpi/mpiaij.c
1.76.1.1 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscmat.h
1.68 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +31 -31
added const and changed * to [] for input arrays for various matrix
constructors, per Bill's obsession :-)

include/petscis.h
1.9 03/06/20 09:04:50 bsmith@harley.mcs.anl.gov +4 -4
changed args to [] from * per Bill's instructions

src/vec/is/utils/iscoloring.c
1.11 03/06/20 09:04:44 bsmith@harley.mcs.anl.gov +3 -3
changed args to [] from * per Bill's instructions


Hg-commit: bddfebace3026471a98fed3099248602b4cd13cf

show more ...

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

bk-changeset-1.1294
bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531
ChangeSet
1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0
fixed printing of max col or row for matrix entry

bk-changeset-1.1294
bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531
ChangeSet
1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

also added doc to -error_output_stderr

src/vec/is/utils/isltog.c
1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +1 -1
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/sbaij/seq/sbaij.c
1.62 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/sbaij/mpi/mpisbaij.c
1.51 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/rowbs/mpi/mpirowbs.c
1.21 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +2 -2
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/dense/seq/dense.c
1.24 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/bdiag/seq/bdiag2.c
1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/baij/seq/baij.c
1.48 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/baij/mpi/mpibaij.c
1.24 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +11 -11
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/aij/seq/aij.c
1.96 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

src/mat/impls/aij/mpi/mpiaij.c
1.76 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +6 -6
fixed printing of max col or row for matrix entry insertion
per
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov
Subject: [PETSC #7203] Bug in error message

I recently got the following message:

[0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c
[0]PETSC ERROR: Argument out of range!
[0]PETSC ERROR: Column too large: col 844 max 844!

The error is correctly detected, but the last line should be

... Column too large: col 844 max 843

Alternately, the message could be

... Column too large: col 844 must be less than 844

include/petsc.h
1.33 03/06/19 13:33:04 bsmith@harley.mcs.anl.gov +5 -0
added options database key to send error messages to stderr instead of stdout per
Date: Mon, 16 Jun 2003 07:50:52 -0500
From: William Gropp <gropp@mcs.anl.gov>
To: petsc-developers@mcs.anl.gov
Subject: stderr versus stdout

Is there a reason that error messages go to stdout instead of stderr? Is
this something that we should revisit for PETSc 3?

src/mat/impls/rowbs/mpi/mpirowbs.c
1.20 03/06/19 13:08:02 bsmith@harley.mcs.anl.gov +4 -4
:


Hg-commit: 679bb2e5aaabf74fa633901cce74fb911a11035f

show more ...

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

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28

bk-changeset-1.1281
Kris@p4buschel.|ChangeSet|20030616213729|46346
ChangeSet
1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0
Unused variables.

src/mat/utils/zerodiag.c
1.6 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/interface/matrix.c
1.66 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.50 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/dense/seq/dense.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +1 -2
Unused variables.

src/mat/impls/dense/mpi/mpidense.c
1.15 03/06/16 14:37:28 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/baij/mpi/mpibaij.c
1.23 03/06/16 14:37:28 Kris@p4buschel. +0 -3
Unused variables.

src/mat/impls/aij/seq/aijnode.c
1.16 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.

src/mat/impls/aij/seq/aij.c
1.95 03/06/16 14:37:27 Kris@p4buschel. +1 -1
Unused variables.

src/mat/impls/aij/mpi/mpiaij.c
1.75 03/06/16 14:37:27 Kris@p4buschel. +0 -1
Unused variables.


Hg-commit: 7ffbc17b674a7825fbf4413564a36b11f5da7d83

show more ...

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

bk-changeset-1.1272
Kris@p4buschel.|ChangeSet|20030613172158|49195
ChangeSet
1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0
Check IsEqual function pointer to determine compatibility of matrices,

bk-changeset-1.1272
Kris@p4buschel.|ChangeSet|20030613172158|49195
ChangeSet
1.1272 03/06/13 10:21:58 Kris@p4buschel. +9 -0
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/baij/seq/baij2.c
1.8 03/06/13 10:21:57 Kris@p4buschel. +0 -4
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/baij/mpi/mpibaij.c
1.20 03/06/13 10:21:57 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/aij/seq/aij.c
1.90 03/06/13 10:21:57 Kris@p4buschel. +0 -4
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/aij/mpi/mpiaij.c
1.72 03/06/13 10:21:57 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/adj/mpi/mpiadj.c
1.14 03/06/13 10:21:57 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/interface/matrix.c
1.64 03/06/13 10:14:29 Kris@p4buschel. +2 -0
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/sbaij/seq/sbaij2.c
1.9 03/06/13 10:14:29 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.49 03/06/13 10:14:28 Kris@p4buschel. +0 -2
Check IsEqual function pointer to determine compatibility of matrices, not type.

src/mat/impls/dense/seq/dense.c
1.21 03/06/13 10:14:28 Kris@p4buschel. +0 -3
Check IsEqual function pointer to determine compatibility of matrices, not type.


Hg-commit: 408cbd348682f91c1839aabb70cc6743aaad5b4a

show more ...

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

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

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

bk-changeset-1.1268
Kris@p4buschel.|ChangeSet|20030613085334|52355
ChangeSet
1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0
Compose preallocation routines.

src/mat/impls/aij/seq/aij.c
1.87 03/06/13 01:53:33 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/baij/seq/baij.c
1.47 03/06/13 01:49:50 Kris@p4buschel. +133 -117
Compose preallocation routines.

src/mat/impls/bdiag/seq/bdiag.c
1.12 03/06/13 01:43:25 Kris@p4buschel. +20 -2
Compose preallocation routines.

src/mat/impls/dense/seq/dense.c
1.20 03/06/13 01:38:01 Kris@p4buschel. +19 -2
Compose preallocation routines.

src/mat/impls/aij/mpi/mpiaij.c
1.69 03/06/13 01:33:04 Kris@p4buschel. +43 -26
Compose preallocation routines.

src/mat/impls/baij/mpi/mpibaij.c
1.19 03/06/13 01:26:43 Kris@p4buschel. +83 -67
Compose preallocation routines.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.12 03/06/13 01:20:37 Kris@p4buschel. +107 -90
Compose preallocation routines.

src/mat/impls/dense/mpi/mpidense.c
1.14 03/06/13 01:07:56 Kris@p4buschel. +29 -12
Compose preallocation routines.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.18 03/06/13 01:04:17 Kris@p4buschel. +22 -8
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.13 03/06/13 01:04:17 Kris@p4buschel. +2 -2


src/mat/impls/sbaij/seq/sbaij.c
1.61 03/06/13 00:54:10 Kris@p4buschel. +111 -94
Compose preallocation routines.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.48 03/06/13 00:54:10 Kris@p4buschel. +85 -70
Compose preallocation routines.

src/mat/impls/adj/mpi/mpiadj.c
1.12 03/06/13 00:54:10 Kris@p4buschel. +64 -31
Compose preallocation routines.


Hg-commit: a1c0174f5d32b73ab5d703eaf5e812e5f79378c1

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/petscarch
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/cray-x1/packages
/petsc/bmake/cray-x1/petscconf.h
/petsc/bmake/cray-x1/petscfix.h
/petsc/bmake/cray-x1/rules
/petsc/bmake/cray-x1/variables
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_uni/buildtest
/petsc/bmake/linux_uni/packages
/petsc/bmake/linux_uni/petscconf.h
/petsc/bmake/linux_uni/petscfix.h
/petsc/bmake/linux_uni/rules
/petsc/bmake/linux_uni/variables
/petsc/bmake/solaris_gnu/variables
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petscts.h
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/makefile
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zts.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/makefile
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29view.m
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex5f_1.testout
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/makefile
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/makefile
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/pvode/makefile
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.h
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
212d00a823-May-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1235
hzhang@compbio.mcs.anl.gov|ChangeSet|20030523151257|12488
ChangeSet
1.1235 03/05/23 10:12:57 hzhang@compbio.mcs.anl.gov +2 -0
bug fix

src/mat/impls/sbaij/mpi/mpisbaijspoole

bk-changeset-1.1235
hzhang@compbio.mcs.anl.gov|ChangeSet|20030523151257|12488
ChangeSet
1.1235 03/05/23 10:12:57 hzhang@compbio.mcs.anl.gov +2 -0
bug fix

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.13 03/05/23 10:10:44 hzhang@compbio.mcs.anl.gov +2 -0
*** empty log message ***

src/mat/impls/aij/mpi/mpispooles.c
1.34 03/05/23 09:46:05 hzhang@compbio.mcs.anl.gov +6 -4
*** empty log message ***


Hg-commit: 47a36cc6c467dbb28829d8c775b799f298531476

show more ...


/petsc/bmake/common/rules
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/variables
/petsc/config/configure.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/include/finclude/petscmat.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/maint/bugReport.py
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/inline/axpy.h
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/dxml.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tutorials/cyclic.h
/petsc/src/sles/examples/tutorials/da_hdf.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/str.c
/petsc/src/vec/examples/tutorials/ex16.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vinv.c
27f1aa6001-May-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1184
hzhang@compbio.mcs.anl.gov|ChangeSet|20030501190453|36372
ChangeSet
1.1184 03/05/01 14:04:53 hzhang@compbio.mcs.anl.gov +3 -0
add support of sbaij (seq and mpi) for mumps inte

bk-changeset-1.1184
hzhang@compbio.mcs.anl.gov|ChangeSet|20030501190453|36372
ChangeSet
1.1184 03/05/01 14:04:53 hzhang@compbio.mcs.anl.gov +3 -0
add support of sbaij (seq and mpi) for mumps interface

src/mat/impls/sbaij/seq/sbaij.c
1.60 03/05/01 14:03:09 hzhang@compbio.mcs.anl.gov +11 -3
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.47 03/05/01 14:02:59 hzhang@compbio.mcs.anl.gov +12 -2
*** empty log message ***

src/mat/impls/aij/mpi/mumps.c
1.7 03/05/01 14:02:07 hzhang@compbio.mcs.anl.gov +131 -77
*** empty log message ***


Hg-commit: 30023db58cb63508aed9ab98851a106b090b0f47

show more ...


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/IRIX_gnu/variables
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/linux/packages
/petsc/bmake/linux/variables
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/variables
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000/variables
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_64/variables
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/variables
/petsc/bmake/solaris_x86/variables
/petsc/config/configure.py
/petsc/config/configure_darwin6.4.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/developers/projects.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/images/victor.jpg
/petsc/docs/website/miscellaneous/index.html
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/killnightly
/petsc/maint/update-docs.py
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/libtfs/xyt.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/pc/examples/tutorials/ex1.c
/petsc/src/sles/pc/examples/tutorials/ex2.c
/petsc/src/sles/pc/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.h
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/pipeline.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/vecimpl.h
56faa61e13-Mar-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1067.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030313033002|16971
ChangeSet
1.1067.1.2 03/03/12 21:30:02 bsmith@harley.mcs.anl.gov +7 -0
replace _COMM_WORLD with com from matrix in

bk-changeset-1.1067.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030313033002|16971
ChangeSet
1.1067.1.2 03/03/12 21:30:02 bsmith@harley.mcs.anl.gov +7 -0
replace _COMM_WORLD with com from matrix in sbaij etc matrix formats

src/sles/examples/tutorials/makefile
1.28 03/03/12 21:30:01 bsmith@harley.mcs.anl.gov +5 -1
replace _COMM_WORLD with com from matrix

src/sles/examples/tutorials/ex28.c
1.4 03/03/12 21:30:01 bsmith@harley.mcs.anl.gov +27 -28
replace _COMM_WORLD with com from matrix

src/mat/impls/sbaij/mpi/mpisbaij.c
1.46 03/03/12 21:30:01 bsmith@harley.mcs.anl.gov +20 -20
replace _COMM_WORLD with com from matrix

src/mat/impls/baij/mpi/dscpack.c
1.18 03/03/12 21:30:01 bsmith@harley.mcs.anl.gov +1 -1
replace _COMM_WORLD with com from matrix

src/mat/impls/aij/seq/spoolesOptions.c
1.16 03/03/12 21:30:01 bsmith@harley.mcs.anl.gov +1 -1
replace _COMM_WORLD with com from matrix

src/mat/impls/aij/mpi/mpispooles.c
1.32 03/03/12 21:30:00 bsmith@harley.mcs.anl.gov +20 -20
replace _COMM_WORLD with com from matrix

src/sles/examples/tutorials/ex28.c
1.3 03/03/12 16:26:43 bsmith@harley.mcs.anl.gov +43 -16
*** empty log message ***

src/sles/examples/tutorials/ex28.c
1.2 03/03/12 15:02:13 bsmith@harley.mcs.anl.gov +34 -43
*** empty log message ***

src/sles/examples/tutorials/ex28.c
1.1 03/03/12 13:38:01 bsmith@harley.mcs.anl.gov +109 -0

src/sles/examples/tutorials/ex28.c
1.0 03/03/12 13:38:01 bsmith@harley.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sles/examples/tutorials/ex28.c

docs/tex/petscapp.bib
1.65 03/03/11 15:21:43 bsmith@harley.mcs.anl.gov +6 -0
*** empty log message ***


Hg-commit: 83165763cf35165e8fd7198dfe4de5a92143d9fe

show more ...


/petsc/bmake/linux/packages
/petsc/bmake/rs6000_64/variables
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/bugreporting.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/maint/update-docs.py
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/ilu/ilu.h
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/makefile
15e8a5b305-Mar-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1058
hzhang@compbio.mcs.anl.gov|ChangeSet|20030305050522|61372
ChangeSet
1.1058 03/03/04 23:05:22 hzhang@compbio.mcs.anl.gov +19 -0
replace MatCholeskyInfo and MatICCInfo
by MatF

bk-changeset-1.1058
hzhang@compbio.mcs.anl.gov|ChangeSet|20030305050522|61372
ChangeSet
1.1058 03/03/04 23:05:22 hzhang@compbio.mcs.anl.gov +19 -0
replace MatCholeskyInfo and MatICCInfo
by MatFactorInfo, and its updates

src/sles/pc/impls/icc/icc.h
1.5 03/03/04 23:03:24 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/interface/matrix.c
1.54 03/03/04 23:02:45 hzhang@compbio.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact2.c
1.23 03/03/04 23:02:23 hzhang@compbio.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.h
1.19 03/03/04 23:02:05 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/baij/mpi/dscpack.c
1.17 03/03/04 23:01:41 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/aij/seq/aijfact.c
1.19 03/03/04 23:00:54 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/aij/seq/aij.h
1.13 03/03/04 23:00:25 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/examples/tests/ex76.c
1.6 03/03/04 22:58:30 hzhang@compbio.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/examples/tests/ex74.c
1.8 03/03/04 22:57:05 hzhang@compbio.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/examples/tests/ex1.c
1.8 03/03/04 22:55:15 hzhang@compbio.mcs.anl.gov +4 -2
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.22 03/03/04 22:33:25 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.36 03/03/04 22:33:05 hzhang@compbio.mcs.anl.gov +6 -5
*** empty log message ***

include/petscmat.h
1.49 03/03/04 22:32:56 hzhang@compbio.mcs.anl.gov +17 -35
*** empty log message ***

src/sles/pc/impls/cholesky/cholesky.c
1.16 03/03/04 22:32:46 hzhang@compbio.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/matimpl.h
1.21 03/03/04 22:32:36 hzhang@compbio.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.56 03/03/04 22:32:26 hzhang@compbio.mcs.anl.gov +3 -3
*** empty log message ***

src/mat/impls/dense/seq/dense.c
1.15 03/03/04 21:53:24 hzhang@compbio.mcs.anl.gov +5 -3
*** empty log message ***

src/sles/pc/impls/cholesky/cholesky.c
1.15 03/03/04 21:09:36 hzhang@compbio.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.12 03/03/04 21:08:40 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/sles/pc/impls/icc/icc.c
1.9 03/03/04 20:48:54 hzhang@compbio.mcs.anl.gov +0 -0
*** empty log message ***


Hg-commit: 9a08cfa1e52b5a2161f9939f12b8d36d6023fa77

show more ...

0f39d4ec03-Mar-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1048
hzhang@compbio.mcs.anl.gov|ChangeSet|20030303143800|59195
ChangeSet
1.1048 03/03/03 08:38:00 hzhang@compbio.mcs.anl.gov +2 -0
bug fix for matload_() when using spooles.

src

bk-changeset-1.1048
hzhang@compbio.mcs.anl.gov|ChangeSet|20030303143800|59195
ChangeSet
1.1048 03/03/03 08:38:00 hzhang@compbio.mcs.anl.gov +2 -0
bug fix for matload_() when using spooles.

src/mat/impls/aij/mpi/mpiaij.c
1.53 03/03/03 08:36:10 hzhang@compbio.mcs.anl.gov +2 -1
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.45 03/03/03 08:35:46 hzhang@compbio.mcs.anl.gov +7 -1
*** empty log message ***

src/mat/impls/aij/mpi/mpiaij.c
1.52 03/03/03 08:32:12 hzhang@compbio.mcs.anl.gov +6 -1
*** empty log message ***


Hg-commit: 790d44e7d778cab930e7cd04f11acf77498bfa0a

show more ...

27fa245227-Feb-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1031.1.13
hzhang@compbio.mcs.anl.gov|ChangeSet|20030227174734|37743
ChangeSet
1.1031.1.13 03/02/27 11:47:34 hzhang@compbio.mcs.anl.gov +5 -0
support -mat_xxx_<package> with MatLoad

bk-changeset-1.1031.1.13
hzhang@compbio.mcs.anl.gov|ChangeSet|20030227174734|37743
ChangeSet
1.1031.1.13 03/02/27 11:47:34 hzhang@compbio.mcs.anl.gov +5 -0
support -mat_xxx_<package> with MatLoad_()

src/mat/impls/aij/mpi/mpiaij.c
1.51 03/02/27 11:38:26 hzhang@compbio.mcs.anl.gov +11 -0
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.64 03/02/27 11:34:29 hzhang@compbio.mcs.anl.gov +16 -16
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.63 03/02/27 11:30:24 hzhang@compbio.mcs.anl.gov +19 -0
*** empty log message ***

src/mat/impls/baij/mpi/mpibaij.c
1.18 03/02/27 11:01:00 hzhang@compbio.mcs.anl.gov +7 -0
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.44 03/02/27 10:58:42 hzhang@compbio.mcs.anl.gov +7 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.54 03/02/27 10:55:04 hzhang@compbio.mcs.anl.gov +4 -4
*** empty log message ***


Hg-commit: 4d52be90155eee2b0abc62e3d8a1d1b93a9b3fcb

show more ...


/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/rules
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris_x86/packages
/petsc/docs/makefile
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/developers/projects.html
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/bugreporting.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/exercises/compiling/index.html
/petsc/docs/website/documentation/exercises/compiling/makeoutput.html
/petsc/docs/website/documentation/exercises/compiling/runoutput.html
/petsc/docs/website/documentation/exercises/index.html
/petsc/docs/website/documentation/exercises/matrices/index.html
/petsc/docs/website/documentation/exercises/odes/index.html
/petsc/docs/website/documentation/exercises/odes/runoutput.html
/petsc/docs/website/documentation/exercises/pseudo/index.html
/petsc/docs/website/documentation/exercises/pseudo/runoutput.html
/petsc/docs/website/documentation/exercises/simpleoutput/index.html
/petsc/docs/website/documentation/exercises/sles/index.html
/petsc/docs/website/documentation/exercises/snes/advanced.html
/petsc/docs/website/documentation/exercises/snes/index.html
/petsc/docs/website/documentation/exercises/vectors/index.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/PCFD99.html
/petsc/docs/website/documentation/tutorials/ag.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/documentation/tutorials/nersc01/nersc01.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/features/details.html
/petsc/docs/website/features/diagram.html
/petsc/docs/website/features/index.html
/petsc/docs/website/images/barry.gif
/petsc/docs/website/images/bill.gif
/petsc/docs/website/images/buschelman.jpg
/petsc/docs/website/images/dinesh.jpg
/petsc/docs/website/images/headbang.gif
/petsc/docs/website/images/hong.jpg
/petsc/docs/website/images/lois.gif
/petsc/docs/website/images/matt.jpg
/petsc/docs/website/images/mcs-rule-small.gif
/petsc/docs/website/images/petscwww.gif
/petsc/docs/website/images/satish.gif
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/miscellaneous/ftp.gif
/petsc/docs/website/miscellaneous/funding.html
/petsc/docs/website/miscellaneous/index.html
/petsc/docs/website/miscellaneous/petscthreads.html
/petsc/docs/website/miscellaneous/pie.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/docs/website/miscellaneous/usage_15625_image001.gif
/petsc/docs/website/miscellaneous/usage_6589_image001.gif
/petsc/docs/website/presentations/archive/doe2k/doe2k-apps.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-aztec-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-esi.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-pvode-petsc.html
/petsc/docs/website/presentations/future.html
/petsc/docs/website/presentations/index.html
/petsc/docs/website/publications/index.html
/petsc/docs/website/publications/structured.html
/petsc/docs/website/publications/unstructured.html
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_utils.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/checkBuilds.py
/petsc/maint/submitPatch.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/adic/src/makefile
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/lgmres/README
/petsc/src/contrib/lgmres/lgmres.c
/petsc/src/contrib/lgmres/lgmresp.h
/petsc/src/contrib/lgmres/makefile
/petsc/src/contrib/makefile
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/inline/dot.h
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/maij/maij.c
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vecimpl.h
6ea7482110-Feb-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.996
hzhang@compbio.mcs.anl.gov|ChangeSet|20030210171427|16274
ChangeSet
1.996 03/02/10 11:14:27 hzhang@compbio.mcs.anl.gov +9 -0
add complex support to spooles interface for sbaij

bk-changeset-1.996
hzhang@compbio.mcs.anl.gov|ChangeSet|20030210171427|16274
ChangeSet
1.996 03/02/10 11:14:27 hzhang@compbio.mcs.anl.gov +9 -0
add complex support to spooles interface for sbaij mat.

src/mat/impls/aij/seq/spoolesOptions.c
1.14 03/02/10 11:13:14 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/aij/mpi/mpiaij.c
1.48 03/02/10 11:06:52 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.10 03/02/10 10:59:41 hzhang@compbio.mcs.anl.gov +1 -7
*** empty log message ***

src/mat/impls/aij/mpi/mpiaijspooles.c
1.16 03/02/10 10:55:32 hzhang@compbio.mcs.anl.gov +0 -5
*** empty log message ***

src/mat/impls/aij/mpi/mpispooles.c
1.30 03/02/10 10:54:28 hzhang@compbio.mcs.anl.gov +26 -25
*** empty log message ***

src/mat/impls/aij/seq/spooles.c
1.53 03/02/10 10:50:08 hzhang@compbio.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/impls/aij/seq/spooles.c
1.52 03/02/10 10:45:11 hzhang@compbio.mcs.anl.gov +21 -19
*** empty log message ***

src/mat/impls/aij/seq/spoolesOptions.c
1.13 03/02/10 10:42:46 hzhang@compbio.mcs.anl.gov +10 -1
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.57 03/02/10 10:36:59 hzhang@compbio.mcs.anl.gov +3 -3
*** empty log message ***

src/mat/impls/aij/seq/aijspooles.c
1.14 03/02/10 10:13:04 hzhang@compbio.mcs.anl.gov +0 -5
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.20 03/02/10 10:12:35 hzhang@compbio.mcs.anl.gov +1 -7
*** empty log message ***


Hg-commit: 1e2532df7002c2eadb57b107740766350f247764

show more ...

dd7e550f09-Feb-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.995
hzhang@compbio.mcs.anl.gov|ChangeSet|20030209162932|15042
ChangeSet
1.995 03/02/09 10:29:32 hzhang@compbio.mcs.anl.gov +5 -0
add complex to spooles interface for mpiaij mat.

bk-changeset-1.995
hzhang@compbio.mcs.anl.gov|ChangeSet|20030209162932|15042
ChangeSet
1.995 03/02/09 10:29:32 hzhang@compbio.mcs.anl.gov +5 -0
add complex to spooles interface for mpiaij mat.

src/mat/impls/aij/mpi/mpispooles.c
1.29 03/02/09 10:26:53 hzhang@compbio.mcs.anl.gov +66 -30
*** empty log message ***

src/mat/impls/aij/seq/spooles.c
1.51 03/02/08 19:39:14 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.19 03/02/08 19:23:14 hzhang@compbio.mcs.anl.gov +4 -3
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.9 03/02/08 19:22:22 hzhang@compbio.mcs.anl.gov +5 -4
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.8 03/02/08 19:19:33 hzhang@compbio.mcs.anl.gov +6 -1
*** empty log message ***

src/mat/impls/aij/mpi/mpiaijspooles.c
1.15 03/02/08 19:17:38 hzhang@compbio.mcs.anl.gov +6 -1
*** empty log message ***


Hg-commit: da372e2edccd2c3e05b4001a1d27e97b3839d868

show more ...


/petsc/bin/mpirun.lam
/petsc/bmake/alpha/buildtest
/petsc/bmake/common/rules
/petsc/bmake/config/petscfix.h.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/variables
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/variables
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/config/configure_darwin6.3.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_linux-gnu.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/include/iclsse.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/interface/vecreg.c
123145df09-Jan-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.926
Kris@buschel2000.|ChangeSet|20030109205253|05259
ChangeSet
1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0
Single precision solves are default when available (matsingle builds

bk-changeset-1.926
Kris@buschel2000.|ChangeSet|20030109205253|05259
ChangeSet
1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0
Single precision solves are default when available (matsingle builds, baij_4).

src/sles/pc/impls/ilu/ilu.h
1.4 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/sles/pc/impls/ilu/ilu.c
1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -58
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/sbaij/seq/sbaij.c
1.49.1.1 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/sbaij/mpi/mpisbaij.c
1.43 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/rowbs/mpi/mpirowbs.c
1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/dense/seq/dense.c
1.14 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/dense/mpi/mpidense.c
1.13 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/bdiag/seq/bdiag.c
1.10 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/bdiag/mpi/mpibdiag.c
1.11 03/01/09 12:52:47 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/seq/baijfact2.c
1.10 03/01/09 12:52:47 Kris@buschel2000. +28 -47
Single precision solves are default when available (matsingle builds, baij_4).
Perhaps this should be cleaned up a bit....

src/mat/impls/baij/seq/baij.h
1.8 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/seq/baij.c
1.36 03/01/09 12:52:46 Kris@buschel2000. +0 -10
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/baij/mpi/mpibaij.c
1.17 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/aij/seq/aij.c
1.52.1.1 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/aij/mpi/mpiaij.c
1.47 03/01/09 12:52:46 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

src/mat/impls/adj/mpi/mpiadj.c
1.8 03/01/09 12:52:45 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/petscpc.h
1.22 03/01/09 12:52:45 Kris@buschel2000. +0 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/petscmat.h
1.42 03/01/09 12:52:45 Kris@buschel2000. +1 -1
Single precision solves are default when available (matsingle builds, baij_4).

include/finclude/petscmat.h
1.9 03/01/09 12:52:45 Kris@buschel2000. +0 -2
Single precision solves are default when available (matsingle builds, baij_4).


Hg-commit: 2dbf10a44c0f0c6c38ccad4e8ad9190dc47c84df

show more ...


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bmake/common/rules
/petsc/bmake/linux/buildtest
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/macx/buildtest
/petsc/bmake/win32_ms_mpich/variables
/petsc/configure.py
/petsc/configure_darwin6.2.py
/petsc/configure_linux-gnu.py
/petsc/include/finclude/petscmat.h
/petsc/include/gccsse.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/maint/buildtest
/petsc/python/PETSc/packages/MPI.py
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/ilu/ilu.h
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/utils/sseenabled.c
e03e44c902-Jan-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.905.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20030102225559|35826
ChangeSet
1.905.1.1 03/01/02 16:55:59 balay@asterix.mcs.anl.gov +2 -0
function name incorrect Fix MatSetValuesBlock

bk-changeset-1.905.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20030102225559|35826
ChangeSet
1.905.1.1 03/01/02 16:55:59 balay@asterix.mcs.anl.gov +2 -0
function name incorrect Fix MatSetValuesBlocked_MPISBAIJ_MatScalar

src/mat/impls/sbaij/mpi/mpisbaij.c
1.42 03/01/02 16:55:56 balay@asterix.mcs.anl.gov +3 -3
function name incorrect Fix MatSetValuesBlocked_MPISBAIJ_MatScalar

src/mat/impls/baij/mpi/mpibaij.c
1.16 03/01/02 16:55:56 balay@asterix.mcs.anl.gov +1 -1
fix typo


Hg-commit: ab5bf292afa7eaeb18fafbadf4c27c61d7f7502b

show more ...

c037c3f731-Dec-2002 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.905
hzhang@compbio.mcs.anl.gov|ChangeSet|20021231212808|35717
ChangeSet
1.905 02/12/31 15:28:08 hzhang@compbio.mcs.anl.gov +8 -0
bug fix for matgetinertia_seqsbaij_spooles
bug fi

bk-changeset-1.905
hzhang@compbio.mcs.anl.gov|ChangeSet|20021231212808|35717
ChangeSet
1.905 02/12/31 15:28:08 hzhang@compbio.mcs.anl.gov +8 -0
bug fix for matgetinertia_seqsbaij_spooles
bug fix for spooles_qr

src/mat/impls/aij/seq/spooles.c
1.49 02/12/31 15:12:59 hzhang@compbio.mcs.anl.gov +1 -4
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.15 02/12/31 15:12:33 hzhang@compbio.mcs.anl.gov +0 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.17 02/12/31 15:12:00 hzhang@compbio.mcs.anl.gov +3 -2
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.14 02/12/31 15:10:55 hzhang@compbio.mcs.anl.gov +3 -26
*** empty log message ***

src/mat/impls/aij/seq/spoolesOptions.c
1.11 02/12/31 15:09:55 hzhang@compbio.mcs.anl.gov +2 -8
*** empty log message ***

src/mat/impls/aij/seq/spooles.h
1.29 02/12/31 15:09:21 hzhang@compbio.mcs.anl.gov +2 -7
*** empty log message ***

src/mat/impls/aij/seq/aijspooles.c
1.12 02/12/31 14:34:20 hzhang@compbio.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijspooles.c
1.13 02/12/31 14:33:28 hzhang@compbio.mcs.anl.gov +31 -7
*** empty log message ***

src/mat/impls/aij/mpi/mpiaijspooles.c
1.14 02/12/31 14:33:10 hzhang@compbio.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaijspooles.c
1.7 02/12/31 14:32:36 hzhang@compbio.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.16 02/12/21 17:36:51 hzhang@compbio.mcs.anl.gov +6 -8
*** empty log message ***


Hg-commit: e173ccc613c13e3ae6cab65d6dad71586a1eb3ec

show more ...


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/config/rules.in
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux/variables
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/petscfix.h
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/macx/rules
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/configure.py
/petsc/docs/tex/petscapp.bib
/petsc/include/petscmat.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/fortran/custom/zda.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/matnull.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
/petsc/src/vec/interface/vector.c

1...<<31323334353637