History log of /petsc/src/mat/impls/sbaij/seq/ (Results 1001 – 1025 of 1322)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8567927d01-Oct-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1517
Kris@p4buschel.|ChangeSet|20031001194125|14837
ChangeSet
1.1517 03/10/01 12:41:25 Kris@p4buschel. +2 -0
Merge

python/PETSc/packages/MPI.py
1.32 03/10/01 12:41:24 Kris@p

bk-changeset-1.1517
Kris@p4buschel.|ChangeSet|20031001194125|14837
ChangeSet
1.1517 03/10/01 12:41:25 Kris@p4buschel. +2 -0
Merge

python/PETSc/packages/MPI.py
1.32 03/10/01 12:41:24 Kris@p4buschel. +0 -3
merge

python/PETSc/Configure.py
1.88 03/10/01 12:38:23 Kris@p4buschel. +0 -0
Auto merged


Hg-commit: 1a197dae7953afd8a0804e92c7bedd9769c8806f

show more ...


/petsc/bmake/macx/buildtest
/petsc/config/configure.py
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/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/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
spooles/sbaijspooles.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/utils/axpy.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/vec/utils/vinv.c
3f95316330-Sep-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1467.1.7
Kris@p4buschel.|ChangeSet|20030930202121|19216
ChangeSet
1.1467.1.7 03/09/30 13:21:21 Kris@p4buschel. +11 -0
MatDuplicate for external packages fixed better.
MatView fix

bk-changeset-1.1467.1.7
Kris@p4buschel.|ChangeSet|20030930202121|19216
ChangeSet
1.1467.1.7 03/09/30 13:21:21 Kris@p4buschel. +11 -0
MatDuplicate for external packages fixed better.
MatView fixed for DSCPACK

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.40 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.28 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38.1.3 03/09/30 13:21:16 Kris@p4buschel. +15 -2
MatView fix for dscpack:
MatView_SeqBAIJ calls MatConvert, so we must provide a SeqBAIJ matrix for this call.
Also, in MatDuplicate, copy stashed ops table instead of making a new one.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.23 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/seq/superlu/superlu.c
1.44 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/seq/spooles/spooles.c
1.79 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/seq/lusol/lusol.c
1.22 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/seq/essl/essl.c
1.21 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.75 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.53 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.

src/mat/impls/aij/mpi/mumps/mumps.c
1.41 03/09/30 13:21:16 Kris@p4buschel. +1 -0
Copy old ops table during MatDuplicate instead of making a new one.


Hg-commit: 544284cf6fde653488ec32461fa8b0ed20b1dfcf

show more ...

8f34091730-Sep-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1467.1.6
Kris@mbuschel.|ChangeSet|20030930183740|18818
ChangeSet
1.1467.1.6 03/09/30 11:37:40 Kris@mbuschel. +11 -0
MatDuplicate for external packages bug fixed.

src/mat/impls/s

bk-changeset-1.1467.1.6
Kris@mbuschel.|ChangeSet|20030930183740|18818
ChangeSet
1.1467.1.6 03/09/30 11:37:40 Kris@mbuschel. +11 -0
MatDuplicate for external packages bug fixed.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.39 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.27 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38.1.2 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.22 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/seq/superlu/superlu.c
1.43 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/seq/spooles/spooles.c
1.78 03/09/30 11:37:35 Kris@mbuschel. +3 -1
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/seq/lusol/lusol.c
1.21 03/09/30 11:37:35 Kris@mbuschel. +3 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/seq/essl/essl.c
1.20 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.74 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.52 03/09/30 11:37:35 Kris@mbuschel. +4 -2
MatDuplicate for external packages bug fixed.

src/mat/impls/aij/mpi/mumps/mumps.c
1.40 03/09/30 11:37:35 Kris@mbuschel. +8 -4
MatDuplicate for external packages bug fixed.


Hg-commit: 97ee244680b861eb5205311dea434f004c727f31

show more ...

77e54ba927-Aug-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1513
Kris@p4buschel.|ChangeSet|20030827193045|03036
ChangeSet
1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0
Configure fixes.
BlockSolve icc bug fixes.
MatSetOption bug fix.

bk-changeset-1.1513
Kris@p4buschel.|ChangeSet|20030827193045|03036
ChangeSet
1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0
Configure fixes.
BlockSolve icc bug fixes.
MatSetOption bug fix.

config/configure_cygwin-ms.py
1.1 03/08/27 12:30:44 Kris@p4buschel. +29 -0

src/mat/interface/matrix.c
1.75 03/08/27 12:30:44 Kris@p4buschel. +3 -1
Pass ALL matrix options to MatSetOption implementations.

src/mat/impls/sbaij/seq/sbaij.c
1.78 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/sbaij/mpi/mpisbaij.c
1.65 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/rowbs/mpi/mpirowbs.h
1.7 03/08/27 12:30:44 Kris@p4buschel. +5 -5
BlockSolve icc bug fix.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.36 03/08/27 12:30:44 Kris@p4buschel. +18 -5
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

Also, BlockSolve icc bug fixes.

src/mat/impls/dense/seq/dense.c
1.37 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/dense/mpi/mpidense.c
1.26 03/08/27 12:30:44 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

config/configure_cygwin-ms.py
1.0 03/08/27 12:30:44 Kris@p4buschel. +0 -0
BitKeeper file F:/Home/Kris/petsc/petsc-2/config/configure_cygwin-ms.py

src/mat/impls/bdiag/seq/bdiag.c
1.20 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/bdiag/mpi/mpibdiag.c
1.22 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/baij/seq/baij.c
1.60 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/baij/mpi/mpibaij.c
1.37 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/aij/seq/aij.c
1.114 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/aij/mpi/mpiaij.c
1.95 03/08/27 12:30:43 Kris@p4buschel. +3 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

src/mat/impls/adj/mpi/mpiadj.c
1.20 03/08/27 12:30:43 Kris@p4buschel. +2 -0
Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls.
Probably not the best way to deal with this....

python/PETSc/packages/MPI.py
1.30 03/08/27 12:30:43 Kris@p4buschel. +3 -1
On some systems MPI_Comm_create requires -lpmpich

python/PETSc/Configure.py
1.85 03/08/27 12:30:43 Kris@p4buschel. +1 -0
Compaq Fortran compiler cannot deal with /*comments*/


Hg-commit: 0037985fd6f4ff14f638c793b641fbb1f9b9a4d7

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/config/variables.in
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/publications/index.html
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/dm/da/src/gr2.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.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/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/sys/src/error/examples/tests/ex1.c
/petsc/src/sys/src/error/examples/tests/makefile
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/vec/impls/mpi/pdvec.c
a45adfd604-Aug-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1452.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219
ChangeSet
1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0
Better error messages

src/mat/impls/sbaij/

bk-changeset-1.1452.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030804232508|24219
ChangeSet
1.1452.2.1 03/08/04 18:25:08 knepley@khan.mcs.anl.gov +6 -0
Better error messages

src/mat/impls/sbaij/seq/sbaij.c
1.77 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +5 -5
Better error messages

src/mat/impls/sbaij/mpi/mpisbaij.c
1.63 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +4 -4
Better error messages

src/mat/impls/baij/seq/baij.c
1.59 03/08/04 18:25:07 knepley@khan.mcs.anl.gov +7 -7
Better error messages

src/mat/impls/baij/mpi/mpibaij.c
1.36 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +8 -8
Better error messages

src/mat/impls/aij/seq/aij.c
1.113 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4
Better error messages

src/mat/impls/aij/mpi/mpiaij.c
1.94 03/08/04 18:25:06 knepley@khan.mcs.anl.gov +4 -4
Better error messages


Hg-commit: 427b1000776f8a9a031dad895e7b7a9d87b26b40

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/linux/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/config/configure.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.6.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/acknowl.tex
/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/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscviewer.h
/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/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/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/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.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/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
sbaij.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex15_1.out
/petsc/src/sles/examples/tutorials/output/ex15f_1.out
/petsc/src/sles/examples/tutorials/output/ex1_1.out
/petsc/src/sles/examples/tutorials/output/ex1_2.out
/petsc/src/sles/examples/tutorials/output/ex1_3.out
/petsc/src/sles/examples/tutorials/output/ex1f_1.out
/petsc/src/sles/examples/tutorials/output/ex23_1.out
/petsc/src/sles/examples/tutorials/output/ex23_2.out
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex29.options
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/mf/wp.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/vec/impls/mpi/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/makefile
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
fafad74723-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1413.1.8
Kris@p4buschel.|ChangeSet|20030723100524|58558
ChangeSet
1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0
Update MatType manual pages.

src/snes/mf/snesmfj.c
1.22

bk-changeset-1.1413.1.8
Kris@p4buschel.|ChangeSet|20030723100524|58558
ChangeSet
1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0
Update MatType manual pages.

src/snes/mf/snesmfj.c
1.22 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/shell/shell.c
1.11 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.38 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/seq/sbaij.c
1.76 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.26 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.61 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.35 03/07/23 03:05:23 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/maij/maij.c
1.10 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/is/is.c
1.9 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/esi/mesi.c
1.31 03/07/23 03:05:22 Kris@p4buschel. +2 -2
Update MatType manual pages.

src/mat/impls/dense/seq/dense.c
1.35 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/dense/mpi/mpidense.c
1.24 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/bdiag/seq/bdiag.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/seq/baij.c
1.58 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/mpi/mpibaij.c
1.34 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.21 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/superlu/superlu.c
1.42 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/spooles/spooles.c
1.76 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/lusol/lusol.c
1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/essl/essl.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/seq/aij.c
1.112 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.72 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.50 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/aij/mpi/mumps/mumps.c
1.36 03/07/23 03:05:22 Kris@p4buschel. +2 -2
Update MatType manual pages.

src/mat/impls/aij/mpi/mpiaij.c
1.92 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/adj/mpi/mpiadj.c
1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1
Update MatType manual pages.

src/mat/impls/adic/matadic.c
1.19 03/07/23 03:05:21 Kris@p4buschel. +1 -1
Update MatType manual pages.


Hg-commit: a4488752d2a96ca7cfd014930c9f3aa69035c069

show more ...


/petsc/bin/petscarch
/petsc/bmake/common/rules
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_ifc/petscconf.h
/petsc/bmake/linux_gcc_ifc/petscfix.h
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_ifc/variables
/petsc/config/configure.py
/petsc/config/configure_linux-gnu-gcc-ifc.py
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/installation.html
/petsc/include/petscmat.h
/petsc/maint/update-docs.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/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/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.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/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
sbaij.c
spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/utils/convert.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/mf/snesmfj.c
676c34cd16-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1405.1.2
Kris@mbuschel.|ChangeSet|20030716035705|36067
ChangeSet
1.1405.1.2 03/07/15 20:57:05 Kris@mbuschel. +5 -0
Support inplace MatConvert

src/mat/utils/convert.c
1.4 03/

bk-changeset-1.1405.1.2
Kris@mbuschel.|ChangeSet|20030716035705|36067
ChangeSet
1.1405.1.2 03/07/15 20:57:05 Kris@mbuschel. +5 -0
Support inplace MatConvert

src/mat/utils/convert.c
1.4 03/07/15 20:57:01 Kris@mbuschel. +13 -7
Support inplace MatConvert

src/mat/impls/shell/shellcnv.c
1.4 03/07/15 20:57:01 Kris@mbuschel. +13 -9
Support inplace MatConvert

src/mat/impls/sbaij/seq/aijsbaij.c
1.5 03/07/15 20:57:01 Kris@mbuschel. +16 -9
Support inplace MatConvert

src/mat/impls/baij/seq/aijbaij.c
1.5 03/07/15 20:57:01 Kris@mbuschel. +29 -17
Support inplace MatConvert

src/mat/impls/adj/mpi/mpiadj.c
1.18 03/07/15 20:57:01 Kris@mbuschel. +8 -3
Support inplace MatConvert


Hg-commit: 23d0fac274d0a786b99ae483e1031ac94bf381e8

show more ...


/petsc/bmake/linux_superludist/packages
/petsc/bmake/solaris_gnu/packages
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/benchmarks.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/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/index.html
/petsc/docs/website/index.html
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
aijsbaij.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/utils/convert.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex2.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/vec/utils/vscat.c
be9f9ed314-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1395.1.1
Kris@p4buschel.|ChangeSet|20030714012629|22937
ChangeSet
1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/seq

bk-changeset-1.1395.1.1
Kris@p4buschel.|ChangeSet|20030714012629|22937
ChangeSet
1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/seq/sbaij.c
1.75 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.59 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/esi/mesi.c
1.30 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/dense/seq/dense.c
1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/dense/mpi/mpidense.c
1.22 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/bdiag/seq/bdiag.c
1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/baij/seq/baij.c
1.57 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/baij/mpi/mpibaij.c
1.32 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/aij/seq/aij.c
1.111 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.

src/mat/impls/aij/mpi/mpiaij.c
1.88.1.1 03/07/13 18:26:27 Kris@p4buschel. +0 -2
Remove EXTERN_C from MatLoad impls.


Hg-commit: 78793dc36bc4b4ac50a8904cf52a0273c71472c6

show more ...

9730461813-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1394
Kris@p4buschel.|ChangeSet|20030713215719|23003
ChangeSet
1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0
MatLoad is now implemented within matrix class and accessed via creati

bk-changeset-1.1394
Kris@p4buschel.|ChangeSet|20030713215719|23003
ChangeSet
1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0
MatLoad is now implemented within matrix class and accessed via creation of a temporary dummy factory class.

src/mat/utils/matioall.c
1.25 03/07/13 14:57:17 Kris@p4buschel. +0 -74
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/utils/matio.c
1.13 03/07/13 14:57:17 Kris@p4buschel. +10 -6
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/matimpl.h
1.28 03/07/13 14:57:17 Kris@p4buschel. +4 -3
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/shell/shell.c
1.10 03/07/13 14:57:17 Kris@p4buschel. +24 -9
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/sbaij/seq/sbaij.h
1.24 03/07/13 14:57:17 Kris@p4buschel. +35 -34
Use EXTERN instead of extern

src/mat/impls/sbaij/seq/sbaij.c
1.74 03/07/13 14:57:17 Kris@p4buschel. +19 -18
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/sbaij/mpi/mpisbaij.h
1.10 03/07/13 14:57:17 Kris@p4buschel. +1 -0
Added prototype.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.58 03/07/13 14:57:17 Kris@p4buschel. +87 -71
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/rowbs/mpi/mpirowbs.h
1.6 03/07/13 14:57:17 Kris@p4buschel. +14 -1
Moved various prototypes from .c into .h

src/mat/impls/rowbs/mpi/mpirowbs.c
1.33 03/07/13 14:57:17 Kris@p4buschel. +36 -30
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/esi/mesi.c
1.29 03/07/13 14:57:17 Kris@p4buschel. +30 -5
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/dense/seq/dense.c
1.33 03/07/13 14:57:17 Kris@p4buschel. +35 -13
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/dense/mpi/mpidense.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0
Moved various prototypes from .c into .h

src/mat/impls/dense/mpi/mpidense.c
1.21 03/07/13 14:57:17 Kris@p4buschel. +36 -16
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/bdiag/seq/bdiag3.c
1.11 03/07/13 14:57:17 Kris@p4buschel. +0 -24
Moved various prototypes from .c into .h

src/mat/impls/bdiag/seq/bdiag.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +36 -0
Moved various prototypes from .c into .h

src/mat/impls/bdiag/seq/bdiag.c
1.17 03/07/13 14:57:17 Kris@p4buschel. +36 -53
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/bdiag/mpi/mpibdiag.h
1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0
Moved various prototypes from .c into .h

src/mat/impls/bdiag/mpi/mpibdiag.c
1.17 03/07/13 14:57:16 Kris@p4buschel. +36 -15
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/seq/baij.h
1.13 03/07/13 14:57:16 Kris@p4buschel. +1 -0
Moved various prototypes from .c into .h

src/mat/impls/baij/seq/baij.c
1.56 03/07/13 14:57:16 Kris@p4buschel. +29 -14
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/mpi/mpibaij.h
1.7 03/07/13 14:57:16 Kris@p4buschel. +1 -0
Moved various prototypes from .c into .h

src/mat/impls/baij/mpi/mpibaij.c
1.31 03/07/13 14:57:16 Kris@p4buschel. +87 -71
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.37 03/07/13 14:57:16 Kris@p4buschel. +0 -20
MatLoad is now properly inherited from the appropriate class during MatCreate_DSCPACK.

src/mat/impls/aij/seq/aij.h
1.21 03/07/13 14:57:16 Kris@p4buschel. +21 -0
Moved various prototypes from .c into .h

src/mat/impls/aij/seq/aij.c
1.110 03/07/13 14:57:16 Kris@p4buschel. +26 -40
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.69 03/07/13 14:57:16 Kris@p4buschel. +0 -19
MatLoad is now properly inherited from the appropriate class during MatCreate_SuperLU_DIST.

src/mat/impls/aij/mpi/mumps/mumps.c
1.35 03/07/13 14:57:16 Kris@p4buschel. +0 -40
MatLoad is now properly inherited from the appropriate class during MatCreate_AIJMUMPS or MatCreate_SBAIJMUMPS.

src/mat/impls/aij/mpi/mpiaij.h
1.6 03/07/13 14:57:16 Kris@p4buschel. +21 -0
Moved various prototypes from .c into .h

src/mat/impls/aij/mpi/mpiaij.c
1.88 03/07/13 14:57:16 Kris@p4buschel. +26 -38
MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.

src/mat/impls/adj/mpi/mpiadj.c
1.17 03/07/13 14:57:16 Kris@p4buschel. +31 -8
Add comments to MatOps instance so it is easier to tell where ops belong.

src/mat/impls/adic/matadic.c
1.18 03/07/13 14:57:16 Kris@p4buschel. +19 -7
Add comments to MatOps instance so it is easier to tell where ops belong.


Hg-commit: c9cdd08be873eabc232c41f0a34627a15e706758

show more ...

0bad918311-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1390.1.1
Kris@p4buschel.|ChangeSet|20030711204809|35142
ChangeSet
1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0
Matrix type documentation.

src/snes/mf/snesmfj.c
1.21 0

bk-changeset-1.1390.1.1
Kris@p4buschel.|ChangeSet|20030711204809|35142
ChangeSet
1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0
Matrix type documentation.

src/snes/mf/snesmfj.c
1.21 03/07/11 13:48:08 Kris@p4buschel. +8 -0
Matrix type documentation.

src/mat/impls/shell/shell.c
1.9 03/07/11 13:48:08 Kris@p4buschel. +8 -0
Matrix type documentation.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.37 03/07/11 13:48:08 Kris@p4buschel. +1 -1
Matrix type documentation.

src/mat/impls/sbaij/seq/sbaij.c
1.73 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.25 03/07/11 13:48:07 Kris@p4buschel. +0 -1
Matrix type documentation.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.57 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/rowbs/mpi/mpirowbs.c
1.32 03/07/11 13:48:07 Kris@p4buschel. +14 -0
Matrix type documentation.

src/mat/impls/maij/maij.c
1.8 03/07/11 13:48:07 Kris@p4buschel. +31 -0
Matrix type documentation.

src/mat/impls/is/is.c
1.8 03/07/11 13:48:07 Kris@p4buschel. +17 -0
Matrix type documentation.

src/mat/impls/esi/mesi.c
1.28 03/07/11 13:48:07 Kris@p4buschel. +21 -0
Matrix type documentation.

src/mat/impls/dense/seq/dense.c
1.32 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/dense/mpi/mpidense.c
1.20 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/bdiag/seq/bdiag.c
1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/baij/seq/baij.c
1.55 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/baij/mpi/mpibaij.c
1.30 03/07/11 13:48:07 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.36 03/07/11 13:48:07 Kris@p4buschel. +1 -1
Matrix type documentation.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.20 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/superlu/superlu.c
1.41 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/spooles/spooles.c
1.74 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/lusol/lusol.c
1.19 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/essl/essl.c
1.18 03/07/11 13:48:07 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/seq/aij.c
1.109 03/07/11 13:48:07 Kris@p4buschel. +12 -0
Matrix type documentation.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.68 03/07/11 13:48:06 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.48 03/07/11 13:48:06 Kris@p4buschel. +2 -2
Matrix type documentation.

src/mat/impls/aij/mpi/mumps/mumps.c
1.34 03/07/11 13:48:06 Kris@p4buschel. +4 -4
Matrix type documentation.

src/mat/impls/aij/mpi/mpiaij.c
1.87 03/07/11 13:48:06 Kris@p4buschel. +11 -0
Matrix type documentation.

src/mat/impls/adj/mpi/mpiadj.c
1.16 03/07/11 13:48:06 Kris@p4buschel. +9 -0
Matrix type documentation.

src/mat/impls/adic/matadic.c
1.17 03/07/11 13:48:06 Kris@p4buschel. +9 -0
Matrix type documentation.


Hg-commit: 45fc210891cbc1e2f5ebf078620103988c24ada5

show more ...

c357d0be11-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1389
Kris@p4buschel.|ChangeSet|20030711184407|49509
ChangeSet
1.1389 03/07/11 11:44:07 Kris@p4buschel. +4 -0
A bunch of options added to manpage for Spooles types.

src/mat/impls

bk-changeset-1.1389
Kris@p4buschel.|ChangeSet|20030711184407|49509
ChangeSet
1.1389 03/07/11 11:44:07 Kris@p4buschel. +4 -0
A bunch of options added to manpage for Spooles types.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.36 03/07/11 11:44:06 Kris@p4buschel. +15 -1
A bunch of options added to manpage for Spooles types.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.24 03/07/11 11:44:06 Kris@p4buschel. +15 -1
A bunch of options added to manpage for Spooles types.

src/mat/impls/aij/seq/spooles/spooles.c
1.73 03/07/11 11:44:06 Kris@p4buschel. +1 -1
Minor copy/paste typo, but since this parameter is currently unchecked, it didn't break anything.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.47 03/07/11 11:44:06 Kris@p4buschel. +15 -1
A bunch of options added to manpage for Spooles types.


Hg-commit: 3015900704fd9d31277aac7c4dba278d18fb18b5

show more ...

5441df8e10-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1384
Kris@p4buschel.|ChangeSet|20030710205026|49418
ChangeSet
1.1384 03/07/10 13:50:26 Kris@p4buschel. +14 -0
Be sure to perform a proper reset of type to get inheritance correct.

bk-changeset-1.1384
Kris@p4buschel.|ChangeSet|20030710205026|49418
ChangeSet
1.1384 03/07/10 13:50:26 Kris@p4buschel. +14 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

Also pick a more suitable default matrix type for DA's when communicator size is 1.

src/snes/utils/damgsnes.c
1.17 03/07/10 13:50:24 Kris@p4buschel. +9 -2
Pick a good default type for communicators size 1 (seqaij instead of mpiaij).

src/snes/examples/tutorials/ex30.c
1.24.1.1 03/07/10 13:50:24 Kris@p4buschel. +3 -1
Protect non-Matlab users from Matlab specific code.

src/sles/utils/damg.c
1.11 03/07/10 13:50:24 Kris@p4buschel. +16 -3
Pick a good default type for communicators size 1 (seqaij instead of mpiaij).

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.35 03/07/10 13:50:24 Kris@p4buschel. +3 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.23 03/07/10 13:50:24 Kris@p4buschel. +3 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.34 03/07/10 13:50:24 Kris@p4buschel. +5 -4
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/seq/umfpack/umfpack.c
1.18 03/07/10 13:50:24 Kris@p4buschel. +2 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/seq/superlu/superlu.c
1.39 03/07/10 13:50:24 Kris@p4buschel. +2 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/seq/spooles/spooles.c
1.70 03/07/10 13:50:24 Kris@p4buschel. +3 -1
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/seq/lusol/lusol.c
1.18 03/07/10 13:50:24 Kris@p4buschel. +3 -2
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/seq/essl/essl.c
1.16 03/07/10 13:50:24 Kris@p4buschel. +2 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.65 03/07/10 13:50:24 Kris@p4buschel. +5 -4
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.45 03/07/10 13:50:24 Kris@p4buschel. +2 -0
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.

src/mat/impls/aij/mpi/mumps/mumps.c
1.31 03/07/10 13:50:24 Kris@p4buschel. +8 -4
Be sure to perform a proper reset of type to get inheritance correct.
To do this I'm setting the type name to desired value before calling MatSetType of parent class.


Hg-commit: a98a0490bbaf026ec983a91e854797ff4c39ec0b

show more ...

b182362310-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1381
balay@smash.mcs.anl.gov|ChangeSet|20030710160915|52488
ChangeSet
1.1381 03/07/10 11:09:15 balay@smash.mcs.anl.gov +2 -0
nightly build fixes

src/sys/src/dll/reg.c
1.14 0

bk-changeset-1.1381
balay@smash.mcs.anl.gov|ChangeSet|20030710160915|52488
ChangeSet
1.1381 03/07/10 11:09:15 balay@smash.mcs.anl.gov +2 -0
nightly build fixes

src/sys/src/dll/reg.c
1.14 03/07/10 11:09:14 balay@smash.mcs.anl.gov +1 -1
bug fix

src/mat/impls/sbaij/seq/sbaij.c
1.72 03/07/10 11:09:13 balay@smash.mcs.anl.gov +2 -2
fix uninitialized variable bug


Hg-commit: 56111a15a9089f7d9a0252628c63e6daa78b3c28

show more ...

74612ec208-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1372.1.57
balay@smash.mcs.anl.gov|ChangeSet|20030708213119|51743
ChangeSet
1.1372.1.57 03/07/08 16:31:19 balay@smash.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev

bk-changeset-1.1372.1.57
balay@smash.mcs.anl.gov|ChangeSet|20030708213119|51743
ChangeSet
1.1372.1.57 03/07/08 16:31:19 balay@smash.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into smash.mcs.anl.gov:/sandbox/balay/petsc-dev


Hg-commit: 0d65512b65e819c9e30ed99b9263a621608d9e85

show more ...

52ebccd608-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1372.11.1
balay@smash.mcs.anl.gov|ChangeSet|20030708213047|58496
ChangeSet
1.1372.11.1 03/07/08 16:30:47 balay@smash.mcs.anl.gov +5 -0
* -> [] fixes - it matters on windows..

sr

bk-changeset-1.1372.11.1
balay@smash.mcs.anl.gov|ChangeSet|20030708213047|58496
ChangeSet
1.1372.11.1 03/07/08 16:30:47 balay@smash.mcs.anl.gov +5 -0
* -> [] fixes - it matters on windows..

src/mat/impls/sbaij/seq/sbaij.c
1.71 03/07/08 16:30:46 balay@smash.mcs.anl.gov +1 -1
* -> [] fixes - it matters on windows..

src/mat/impls/aij/seq/fdaij.c
1.7 03/07/08 16:30:46 balay@smash.mcs.anl.gov +2 -2
* -> [] fixes - it matters on windows..

src/mat/impls/aij/seq/aijnode.c
1.20 03/07/08 16:30:46 balay@smash.mcs.anl.gov +4 -4
* -> [] fixes - it matters on windows..

src/mat/impls/aij/mpi/mpiaij.c
1.86 03/07/08 16:30:46 balay@smash.mcs.anl.gov +1 -1
* -> [] fixes - it matters on windows..

src/mat/impls/aij/mpi/fdmpiaij.c
1.4 03/07/08 16:30:45 balay@smash.mcs.anl.gov +2 -2
* -> [] fixes - it matters on windows..


Hg-commit: a065c8073ed9f0fa557bfe53d94cd07fe7ea9af8

show more ...

f0c56d0f08-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1372.10.1
Kris@p4buschel.|ChangeSet|20030708205243|51542
ChangeSet
1.1372.10.1 03/07/08 13:52:43 Kris@p4buschel. +16 -0
Suffix implementations with generic form of typename.
Impl

bk-changeset-1.1372.10.1
Kris@p4buschel.|ChangeSet|20030708205243|51542
ChangeSet
1.1372.10.1 03/07/08 13:52:43 Kris@p4buschel. +16 -0
Suffix implementations with generic form of typename.
Implement correct MatDuplicate.

src/mat/interface/matregis.c
1.27 03/07/08 13:52:41 Kris@p4buschel. +10 -10
Suffix implementations with typename.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.33 03/07/08 13:47:22 Kris@p4buschel. +99 -92
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/seq/essl/essl.c
1.15 03/07/08 13:35:08 Kris@p4buschel. +68 -57
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/utils/matioall.c
1.24 03/07/08 13:25:24 Kris@p4buschel. +8 -8
Suffix MatLoad implementations with typename.

src/mat/impls/aij/mpi/mumps/mumps.c
1.30 03/07/08 13:23:44 Kris@p4buschel. +136 -116
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/seq/lusol/lusol.c
1.17 03/07/08 12:59:43 Kris@p4buschel. +233 -234
Intentation fix.

src/mat/impls/aij/seq/lusol/lusol.c
1.16 03/07/08 12:56:46 Kris@p4buschel. +65 -53
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/seq/umfpack/umfpack.c
1.17 03/07/08 12:45:50 Kris@p4buschel. +80 -70
Suffix implementations with typename.
Implement correct MatDuplicate.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.34 03/07/08 12:35:38 Kris@p4buschel. +2 -1
Match typenames in tag for conversion function composition tag.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.22 03/07/08 12:35:38 Kris@p4buschel. +1 -0
Save inherited MatDuplicate implementation.

src/mat/impls/aij/seq/spooles/spooles.c
1.69 03/07/08 12:35:38 Kris@p4buschel. +3 -2
Match typenames in tag for conversion function composition tag.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.64 03/07/08 12:35:38 Kris@p4buschel. +107 -92
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.44 03/07/08 12:35:38 Kris@p4buschel. +1 -0
Save inherited MatDuplicate implementation.

src/mat/interface/matregis.c
1.26 03/07/08 12:06:50 Kris@p4buschel. +12 -12
Suffix implementations with typename.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.33 03/07/08 12:06:50 Kris@p4buschel. +34 -23
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.21 03/07/08 12:06:50 Kris@p4buschel. +32 -20
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/seq/superlu/superlu.c
1.37 03/07/08 12:06:50 Kris@p4buschel. +89 -75
Suffix implementations with typename.
Implement correct MatDuplicate.

src/mat/impls/aij/seq/spooles/spooles.h
1.38 03/07/08 12:06:50 Kris@p4buschel. +24 -19
Suffix implementations with typename.

src/mat/impls/aij/seq/spooles/spooles.c
1.68 03/07/08 12:06:50 Kris@p4buschel. +40 -30
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/seq/spooles/aijspooles.c
1.32 03/07/08 12:06:50 Kris@p4buschel. +21 -21
Suffix implementations with typename.

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.43 03/07/08 12:06:49 Kris@p4buschel. +36 -25
Suffix implementations with typename.
Implement correct MatDuplicate

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.26 03/07/08 12:06:49 Kris@p4buschel. +9 -9
Suffix implementations with typename.


Hg-commit: e3524f7e04da7fadda63281033bad663bf7418c7

show more ...

dff9ce9708-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1372.1.53
Kris@p4buschel.|ChangeSet|20030708082520|58295
ChangeSet
1.1372.1.53 03/07/08 01:25:20 Kris@p4buschel. +3 -0
MatType manual pages for MATDSCPACK,MATMPISBAIJSPOOLES,MATSEQ

bk-changeset-1.1372.1.53
Kris@p4buschel.|ChangeSet|20030708082520|58295
ChangeSet
1.1372.1.53 03/07/08 01:25:20 Kris@p4buschel. +3 -0
MatType manual pages for MATDSCPACK,MATMPISBAIJSPOOLES,MATSEQSBAIJSPOOLES.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.32 03/07/08 01:25:19 Kris@p4buschel. +22 -0
Manual page for MATSEQSBAIJSPOOLES.

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.20 03/07/08 01:25:19 Kris@p4buschel. +23 -0
Manual page for MATMPISBAIJSPOOLES

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.32 03/07/08 01:25:19 Kris@p4buschel. +31 -9
Eliminate MatUseDSCPACK
Manual page for MatType MATDSCPACK


Hg-commit: cf0b4cb4b117bb517f54c96e07795e4432c90a69

show more ...


/petsc/bin/adprocess.py
/petsc/bin/urlget.py
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/variables
/petsc/bmake/linux/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/t3e/packages
/petsc/config/configure_linux-gnu.py
/petsc/include/petscmat.h
/petsc/maint/builddist
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/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/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
spooles/sbaijspooles.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
d953239901-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1372.1.19
Kris@p4buschel.|ChangeSet|20030701012856|08228
ChangeSet
1.1372.1.19 03/06/30 18:28:56 Kris@p4buschel. +1 -0
MATSBAIJSPOOLES bug fix.

src/mat/impls/sbaij/seq/spooles/s

bk-changeset-1.1372.1.19
Kris@p4buschel.|ChangeSet|20030701012856|08228
ChangeSet
1.1372.1.19 03/06/30 18:28:56 Kris@p4buschel. +1 -0
MATSBAIJSPOOLES bug fix.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.31 03/06/30 18:28:55 Kris@p4buschel. +1 -0
bs used without being set.


Hg-commit: 1bf97e89994d0aa732d07516207cb0f41087eb4c

show more ...

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

bk-changeset-1.1372.1.1
Kris@p4buschel.|ChangeSet|20030629204547|41068
ChangeSet
1.1372.1.1 03/06/29 13:45:47 Kris@p4buschel. +7 -0
Implement converters between Spooles matrix types and respectiv

bk-changeset-1.1372.1.1
Kris@p4buschel.|ChangeSet|20030629204547|41068
ChangeSet
1.1372.1.1 03/06/29 13:45:47 Kris@p4buschel. +7 -0
Implement converters between Spooles matrix types and respective base classes.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.30 03/06/29 13:45:44 Kris@p4buschel. +49 -31
Eliminate MatUseSpooles
Implement Converter between MATSEQSBAIJ and MATSEQSBAIJSPOOLES

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.18 03/06/29 13:45:44 Kris@p4buschel. +56 -19
Eliminate MatUseSpooles
Implement converter between MATMPISBAIJ and MATMPISBAIJSPOOLES

src/mat/impls/aij/seq/spooles/spooles.h
1.37 03/06/29 13:45:44 Kris@p4buschel. +15 -3
Additional prototypes.

Perhaps this should be cleaned up a bit.

src/mat/impls/aij/seq/spooles/spooles.c
1.65 03/06/29 13:45:44 Kris@p4buschel. +80 -19
Implement converters between base classes and spooles

src/mat/impls/aij/seq/spooles/aijspooles.c
1.29 03/06/29 13:45:44 Kris@p4buschel. +9 -21
Eliminate MatUseSpooles

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.41 03/06/29 13:45:44 Kris@p4buschel. +52 -22
Implement converter between MATMPIAIJ and MATMPIAIJSPOOLES

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.24 03/06/29 13:45:44 Kris@p4buschel. +2 -10
Eliminate MatUseSpooles


Hg-commit: 3eca777df20b5b0331acbd6211b0738a9153006b

show more ...

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

bk-changeset-1.1363.1.1
Kris@p4buschel.|ChangeSet|20030628062503|23988
ChangeSet
1.1363.1.1 03/06/27 23:25:03 Kris@p4buschel. +11 -0
We must reset the destroy function pointer after following the

bk-changeset-1.1363.1.1
Kris@p4buschel.|ChangeSet|20030628062503|23988
ChangeSet
1.1363.1.1 03/06/27 23:25:03 Kris@p4buschel. +11 -0
We must reset the destroy function pointer after following the destroy function pointer in MatSetType
so that we can have nested calls to MatSetType within MatSetFromOptions (i.e., proper inheritance support).

src/mat/interface/matreg.c
1.10 03/06/27 23:25:02 Kris@p4buschel. +1 -0
We must reset the destroy function pointer so that we can have nested calls to MatSetType within MatSetFromOptions.

src/mat/impls/sbaij/seq/spooles/makefile
1.3 03/06/27 23:25:02 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/sbaij/mpi/spooles/makefile
1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/seq/umfpack/makefile
1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/seq/superlu/makefile
1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/seq/lusol/makefile
1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/seq/essl/makefile
1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/seq/dxml/makefile
1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/mpi/superlu_dist/makefile
1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/mpi/spooles/makefile
1.3 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.

src/mat/impls/aij/mpi/mumps/makefile
1.2 03/06/27 23:25:01 Kris@p4buschel. +1 -1
LOCDIR requires / at the end for proper stack writing in PetscError.


Hg-commit: c3d5940bee259c19ad214b2dab6f53aca1b111e1

show more ...

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

bk-changeset-1.1362
Kris@p4buschel.|ChangeSet|20030628004929|23991
ChangeSet
1.1362 03/06/27 17:49:29 Kris@p4buschel. +8 -0
Removed unused variables.

src/mat/impls/sbaij/seq/spooles/sbaijspool

bk-changeset-1.1362
Kris@p4buschel.|ChangeSet|20030628004929|23991
ChangeSet
1.1362 03/06/27 17:49:29 Kris@p4buschel. +8 -0
Removed unused variables.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.29 03/06/27 17:49:28 Kris@p4buschel. +1 -1
Removed unused variables.

src/mat/impls/baij/mpi/dscpack.c
1.22 03/06/27 17:49:28 Kris@p4buschel. +1 -1
Removed unused variables.

src/mat/impls/aij/seq/superlu/superlu.c
1.31 03/06/27 17:49:28 Kris@p4buschel. +1 -1
Removed unused variables.

src/mat/impls/aij/seq/lusol/lusol.c
1.14 03/06/27 17:49:28 Kris@p4buschel. +0 -1
Removed unused variables.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.57 03/06/27 17:49:28 Kris@p4buschel. +1 -1
Removed unused variables.

src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
1.23 03/06/27 17:49:28 Kris@p4buschel. +0 -1
Removed unused variables.

src/mat/impls/aij/mpi/mumps/mumps.c
1.18 03/06/27 17:49:28 Kris@p4buschel. +2 -3
Removed unused variables.

bmake/win32_gnu/variables
1.5 03/06/27 17:49:28 Kris@p4buschel. +1 -1
Add -Wall flag for better code style checking.


Hg-commit: 3db740d3933924a85a7d02c7422ffa1c28654e6a

show more ...

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

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

bk-changeset-1.1354
Kris@p4buschel.|ChangeSet|20030627010924|15322
ChangeSet
1.1354 03/06/26 18:09:24 Kris@p4buschel. +1 -0
UUGH.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.28 03/06/

bk-changeset-1.1354
Kris@p4buschel.|ChangeSet|20030627010924|15322
ChangeSet
1.1354 03/06/26 18:09:24 Kris@p4buschel. +1 -0
UUGH.

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.28 03/06/26 18:09:24 Kris@p4buschel. +1 -0
If you create a matrix, you should probably give it back to the user.


Hg-commit: fe78afdd75e7723211390c6278f211cce33d948f

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/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/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
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/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
78473fd724-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1334
Kris@p4buschel.|ChangeSet|20030624231403|55586
ChangeSet
1.1334 03/06/24 16:14:03 Kris@p4buschel. +1 -0
I'm a moron.

src/mat/impls/sbaij/seq/sbaij.c
1.69 03/06/24 16:14

bk-changeset-1.1334
Kris@p4buschel.|ChangeSet|20030624231403|55586
ChangeSet
1.1334 03/06/24 16:14:03 Kris@p4buschel. +1 -0
I'm a moron.

src/mat/impls/sbaij/seq/sbaij.c
1.69 03/06/24 16:14:03 Kris@p4buschel. +1 -1
Seq not Set!


Hg-commit: 0c0d6263985dcb70494f2190e9ef59249316845e

show more ...

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

bk-changeset-1.1333
Kris@p4buschel.|ChangeSet|20030624221610|55588
ChangeSet
1.1333 03/06/24 15:16:10 Kris@p4buschel. +2 -0
Some fixes.

src/mat/impls/sbaij/seq/sbaij.c
1.68 03/06/24 15:16:

bk-changeset-1.1333
Kris@p4buschel.|ChangeSet|20030624221610|55588
ChangeSet
1.1333 03/06/24 15:16:10 Kris@p4buschel. +2 -0
Some fixes.

src/mat/impls/sbaij/seq/sbaij.c
1.68 03/06/24 15:16:10 Kris@p4buschel. +1 -1
Set

include/petscksp.h
1.16 03/06/24 15:16:10 Kris@p4buschel. +1 -1
Added const


Hg-commit: 7998c58dd2908be4ce1bdd911dccddff1642d795

show more ...

1...<<41424344454647484950>>...53