History log of /petsc/src/mat/impls/baij/ (Results 1526 – 1550 of 2282)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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/config/variables.in
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/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/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
mpi/mpibaij.c
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
/petsc/src/mat/impls/sbaij/seq/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/vec/impls/mpi/pdvec.c
2aa32adb06-Aug-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1467.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551
ChangeSet
1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0
Fix uninitialized variables in spooles, dscpack

bk-changeset-1.1467.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030806184831|24551
ChangeSet
1.1467.1.1 03/08/06 13:48:31 balay@smash.mcs.anl.gov +8 -0
Fix uninitialized variables in spooles, dscpack interface
disable hdf4 interface for complex

src/vec/impls/mpi/pdvec.c
1.18 03/08/06 13:48:29 balay@smash.mcs.anl.gov +2 -2
hdf interface doesn't work with complex

src/sys/src/viewer/interface/viewregall.c
1.9 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

src/sys/src/viewer/impls/hdf4/makefile
1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +3 -1
hdf interface doesn't work with complex

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.2 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38.1.1 03/08/06 13:48:29 balay@smash.mcs.anl.gov +11 -11
fix uninitialized variables

src/mat/impls/aij/seq/spooles/spooles.c
1.77 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
fix uninitialized variables

src/dm/da/src/gr2.c
1.14 03/08/06 13:48:29 balay@smash.mcs.anl.gov +1 -1
hdf interface doesn't work with complex

include/petscversion.h
1.76 03/08/06 13:48:28 balay@smash.mcs.anl.gov +2 -2
update patch level


Hg-commit: 955ad2bf7098367624531f85eba8811ad14cd354

show more ...

97ce2d5c06-Aug-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1472
hzhang@smash.mcs.anl.gov|ChangeSet|20030806004803|24004
ChangeSet
1.1472 03/08/05 19:48:03 hzhang@smash.mcs.anl.gov +1 -0
fix warnings about uninitialized varibles.

src/mat

bk-changeset-1.1472
hzhang@smash.mcs.anl.gov|ChangeSet|20030806004803|24004
ChangeSet
1.1472 03/08/05 19:48:03 hzhang@smash.mcs.anl.gov +1 -0
fix warnings about uninitialized varibles.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.39 03/08/05 19:45:48 hzhang@smash.mcs.anl.gov +11 -11
*** empty log message ***


Hg-commit: d572ca28593e6efc13d80ad52efabc2c7f609427

show more ...

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
mpi/mpibaij.c
seq/baij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/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
002d173e23-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1413.1.9
Kris@p4buschel.|ChangeSet|20030723101132|58529
ChangeSet
1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0
Update MatType manpages.

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

bk-changeset-1.1413.1.9
Kris@p4buschel.|ChangeSet|20030723101132|58529
ChangeSet
1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0
Update MatType manpages.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.62 03/07/23 03:11:31 Kris@p4buschel. +1 -1
Update MatType manpages.

src/mat/impls/dense/mpi/mpidense.c
1.25 03/07/23 03:11:31 Kris@p4buschel. +1 -1
Update MatType manpages.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.21 03/07/23 03:11:31 Kris@p4buschel. +1 -1
Update MatType manpages.

src/mat/impls/baij/mpi/mpibaij.c
1.35 03/07/23 03:11:31 Kris@p4buschel. +1 -1
Update MatType manpages.

src/mat/impls/aij/mpi/mpiaij.c
1.93 03/07/23 03:11:31 Kris@p4buschel. +1 -1
Update MatType manpages.


Hg-commit: 3c156441398eb7567efeb68e24c293590eb6b78a

show more ...

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

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

bk-changeset-1.1413.1.5
Kris@p4buschel.|ChangeSet|20030722182757|60502
ChangeSet
1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0
New MatTypes which morph between Seq and MPI forms as appropria

bk-changeset-1.1413.1.5
Kris@p4buschel.|ChangeSet|20030722182757|60502
ChangeSet
1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0
New MatTypes which morph between Seq and MPI forms as appropriate.

include/petscmat.h
1.85 03/07/22 11:27:56 Kris@p4buschel. +7 -1
New morphic MatTypes.

src/mat/interface/matregis.c
1.28 03/07/22 11:24:11 Kris@p4buschel. +11 -0
Register new morphic types.

src/mat/impls/sbaij/mpi/mpisbaij.c
1.60 03/07/22 11:24:11 Kris@p4buschel. +32 -0
New morphic type MATSBAIJ which inherits from either MATSEQSBAIJ or MATMPISBAIJ as is appropriate.

src/mat/impls/dense/mpi/mpidense.c
1.23 03/07/22 11:24:11 Kris@p4buschel. +32 -0
New morphic type MATDENSE which inherits from either MATSEQDENSE or MATMPIDENSE as is appropriate.

src/mat/impls/bdiag/mpi/mpibdiag.c
1.19 03/07/22 11:24:11 Kris@p4buschel. +32 -0
New morphic type MATBDIAG which inherits from either MATSEQBDIAG or MATMPIBDIAG as is appropriate.

src/mat/impls/baij/mpi/mpibaij.c
1.33 03/07/22 11:24:11 Kris@p4buschel. +32 -0
New morphic type MATBAIJ which inherits from either MATSEQBAIJ or MATMPIBAIJ as is appropriate.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.71 03/07/22 11:24:11 Kris@p4buschel. +1 -1
Removed redundant CHKERRQ

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.49 03/07/22 11:24:11 Kris@p4buschel. +1 -1
Package is Spooles not MPIAIJSPOOLES

src/mat/impls/aij/mpi/mpiaij.c
1.91 03/07/22 11:24:11 Kris@p4buschel. +32 -0
New morphic type MATAIJ which inherits from either MATSEQAIJ or MATMPIAIJ as is appropriate.


Hg-commit: 2fd522d975f7a2efb07abd9f486a408d609fd1cf

show more ...

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

bk-changeset-1.1405.1.3
Kris@mbuschel.|ChangeSet|20030716040302|36031
ChangeSet
1.1405.1.3 03/07/15 21:03:02 Kris@mbuschel. +3 -0
AACK

src/mat/utils/convert.c
1.5 03/07/15 21:03:00 Kris@mb

bk-changeset-1.1405.1.3
Kris@mbuschel.|ChangeSet|20030716040302|36031
ChangeSet
1.1405.1.3 03/07/15 21:03:02 Kris@mbuschel. +3 -0
AACK

src/mat/utils/convert.c
1.5 03/07/15 21:03:00 Kris@mbuschel. +2 -2
AACK

src/mat/impls/shell/shellcnv.c
1.5 03/07/15 21:03:00 Kris@mbuschel. +2 -2
AACK

src/mat/impls/baij/seq/aijbaij.c
1.6 03/07/15 21:03:00 Kris@mbuschel. +1 -1
AACK


Hg-commit: 76aff7e9fc7a4996cd75002cf47daa058a62b043

show more ...

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
seq/aijbaij.c
/petsc/src/mat/impls/sbaij/seq/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 ...

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

bk-changeset-1.1390
Kris@p4buschel.|ChangeSet|20030711193217|49562
ChangeSet
1.1390 03/07/11 12:32:17 Kris@p4buschel. +3 -0
Copy MatType objects using PetscStrallocpy instead of =.

src/mat/imp

bk-changeset-1.1390
Kris@p4buschel.|ChangeSet|20030711193217|49562
ChangeSet
1.1390 03/07/11 12:32:17 Kris@p4buschel. +3 -0
Copy MatType objects using PetscStrallocpy instead of =.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.35 03/07/11 12:32:16 Kris@p4buschel. +12 -14
Don't use basetype.

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.67 03/07/11 12:32:16 Kris@p4buschel. +10 -8
Don't use basetype.

src/mat/impls/aij/mpi/mumps/mumps.c
1.33 03/07/11 12:32:16 Kris@p4buschel. +10 -7
Properly copy basetype.


Hg-commit: c5aef4bf7b646a99ea24be75c0ba22c7c741c3ec

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

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

bk-changeset-1.1372.1.56
Kris@p4buschel.|ChangeSet|20030708205251|50685
ChangeSet
1.1372.1.56 03/07/08 13:52:51 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.

bk-changeset-1.1372.1.56
Kris@p4buschel.|ChangeSet|20030708205251|50685
ChangeSet
1.1372.1.56 03/07/08 13:52:51 Kris@p4buschel. +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into p4buschel.:F:/Home/Kris/petsc/petsc-2


Hg-commit: c9f389ea6f9bc88083d4d8e4a231237d71b21bbb

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

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

bk-changeset-1.1372.1.55
balay@smash.mcs.anl.gov|ChangeSet|20030708204236|57438
ChangeSet
1.1372.1.55 03/07/08 15:42:36 balay@smash.mcs.anl.gov +4 -0
const fixes

src/mat/impls/sbaij/mpi/mmsbai

bk-changeset-1.1372.1.55
balay@smash.mcs.anl.gov|ChangeSet|20030708204236|57438
ChangeSet
1.1372.1.55 03/07/08 15:42:36 balay@smash.mcs.anl.gov +4 -0
const fixes

src/mat/impls/sbaij/mpi/mmsbaij.c
1.16 03/07/08 15:42:35 balay@smash.mcs.anl.gov +3 -1
const fixes

src/mat/impls/baij/mpi/mmbaij.c
1.11 03/07/08 15:42:35 balay@smash.mcs.anl.gov +1 -1
const fixes

src/mat/impls/aij/seq/aij.c
1.108 03/07/08 15:42:35 balay@smash.mcs.anl.gov +1 -1
const fixes

src/mat/examples/tests/ex74.c
1.11 03/07/08 15:42:34 balay@smash.mcs.anl.gov +4 -0
initialize factor info.. need better initialization


Hg-commit: f8a9e7f34d57e1127e9c16f58c7f494b65d3f45f

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

a5ead81802-Jul-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1372.8.2
hzhang@compbio.mcs.anl.gov|ChangeSet|20030702163909|52401
ChangeSet
1.1372.8.2 03/07/02 11:39:09 hzhang@compbio.mcs.anl.gov +1 -0
fix memory leak in dscpack.c

src/mat/i

bk-changeset-1.1372.8.2
hzhang@compbio.mcs.anl.gov|ChangeSet|20030702163909|52401
ChangeSet
1.1372.8.2 03/07/02 11:39:09 hzhang@compbio.mcs.anl.gov +1 -0
fix memory leak in dscpack.c

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.31 03/07/02 11:38:22 hzhang@compbio.mcs.anl.gov +0 -2
*** empty log message ***

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.30 03/07/02 11:13:21 hzhang@compbio.mcs.anl.gov +5 -4
*** empty log message ***


Hg-commit: 80701fd11db4ff0e86cd56d390da6b746431f6b7

show more ...

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

bk-changeset-1.1372.1.27
Kris@p4buschel.|ChangeSet|20030701071233|19610
ChangeSet
1.1372.1.27 03/07/01 00:12:33 Kris@p4buschel. +1 -0
Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.

bk-changeset-1.1372.1.27
Kris@p4buschel.|ChangeSet|20030701071233|19610
ChangeSet
1.1372.1.27 03/07/01 00:12:33 Kris@p4buschel. +1 -0
Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.29 03/07/01 00:12:32 Kris@p4buschel. +7 -5
Blocksize not stashed in MAT_MPIBAIJ_DSC object properly.


Hg-commit: 8a84e9574da310df83ea1b0f6452a16e0acc0df3

show more ...

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

bk-changeset-1.1372.1.26
Kris@p4buschel.|ChangeSet|20030701070200|19620
ChangeSet
1.1372.1.26 03/07/01 00:02:00 Kris@p4buschel. +1 -0
Move DSC_Begin into symbolic factorization so that we cannot

bk-changeset-1.1372.1.26
Kris@p4buschel.|ChangeSet|20030701070200|19620
ChangeSet
1.1372.1.26 03/07/01 00:02:00 Kris@p4buschel. +1 -0
Move DSC_Begin into symbolic factorization so that we cannot call DSC_End improperly.
The key is the CleanUpDSCPACK flag which is set here because of the MPI_Comm_Dup in this routine also.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.28 03/07/01 00:01:59 Kris@p4buschel. +3 -1
Move DSC_Begin into symbolic factorization so that we cannot call DSC_End improperly.
The key is the CleanUpDSCPACK flag which is set here because of the MPI_Comm_Dup in this routine also.


Hg-commit: 362eb2875710ed7fd17a487883090523be6f7c26

show more ...

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

bk-changeset-1.1372.1.25
Kris@p4buschel.|ChangeSet|20030701054353|19628
ChangeSet
1.1372.1.25 03/06/30 22:43:53 Kris@p4buschel. +1 -0
Fix comment.

src/mat/impls/baij/mpi/dscpack/dscpack.c

bk-changeset-1.1372.1.25
Kris@p4buschel.|ChangeSet|20030701054353|19628
ChangeSet
1.1372.1.25 03/06/30 22:43:53 Kris@p4buschel. +1 -0
Fix comment.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.27 03/06/30 22:43:53 Kris@p4buschel. +1 -1
Fix comment.


Hg-commit: 648bbca0c6b7cc532c8d957ba89e625f021b7467

show more ...

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

bk-changeset-1.1372.1.24
Kris@p4buschel.|ChangeSet|20030701054230|19620
ChangeSet
1.1372.1.24 03/06/30 22:42:30 Kris@p4buschel. +2 -0
A few minor compile fixes.

src/mat/impls/baij/seq/baij.c

bk-changeset-1.1372.1.24
Kris@p4buschel.|ChangeSet|20030701054230|19620
ChangeSet
1.1372.1.24 03/06/30 22:42:30 Kris@p4buschel. +2 -0
A few minor compile fixes.

src/mat/impls/baij/seq/baij.c
1.54 03/06/30 22:42:29 Kris@p4buschel. +1 -1
A few minor compile fixes.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.26 03/06/30 22:42:29 Kris@p4buschel. +8 -8
A few minor compile fixes.


Hg-commit: a20972e4efecccef516432de87fe5fadbf439af7

show more ...

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

bk-changeset-1.1372.1.22
Kris@p4buschel.|ChangeSet|20030701052835|19638
ChangeSet
1.1372.1.22 03/06/30 22:28:35 Kris@p4buschel. +1 -0
Implement MATDSCPACK.

src/mat/impls/baij/mpi/dscpack/dscpa

bk-changeset-1.1372.1.22
Kris@p4buschel.|ChangeSet|20030701052835|19638
ChangeSet
1.1372.1.22 03/06/30 22:28:35 Kris@p4buschel. +1 -0
Implement MATDSCPACK.

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.25 03/06/30 22:28:34 Kris@p4buschel. +197 -39
Implement MATDSCPACK.


Hg-commit: 9e35deec3ff5b78a962b125cea3ba468683afc50

show more ...

1...<<61626364656667686970>>...92