History log of /petsc/src/mat/impls/sbaij/seq/ (Results 976 – 1000 of 1322)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d94109b827-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1895.1.2
hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852
ChangeSet
1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0
A new implementation of MatIncreaseOverlap_Se

bk-changeset-1.1895.1.2
hzhang@smash.mcs.anl.gov|ChangeSet|20040127175121|36852
ChangeSet
1.1895.1.2 04/01/27 11:51:21 hzhang@smash.mcs.anl.gov +5 -0
A new implementation of MatIncreaseOverlap_SeqSBAIJ()
without explicit column search
-- useful for mpi implementation.

src/mat/impls/sbaij/mpi/makefile
1.10 04/01/27 11:44:51 hzhang@smash.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij2.c
1.17.1.1 04/01/27 11:39:32 hzhang@smash.mcs.anl.gov +77 -0
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.82 04/01/26 16:09:16 hzhang@smash.mcs.anl.gov +2 -1
*** empty log message ***

src/mat/interface/matrix.c
1.91.1.1 04/01/26 15:42:34 hzhang@smash.mcs.anl.gov +0 -0
*** empty log message ***

src/mat/impls/sbaij/mpi/makefile
1.9 04/01/26 11:38:13 hzhang@smash.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/baij/mpi/mpibaij.c
1.47 04/01/26 11:34:00 hzhang@smash.mcs.anl.gov +4 -0
*** empty log message ***


Hg-commit: fc692dac4cee137de6afd7bc4571a45389cd052d

show more ...

5333f59e24-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1892
hzhang@smash.mcs.anl.gov|ChangeSet|20040124202053|10106
ChangeSet
1.1892 04/01/24 14:20:53 hzhang@smash.mcs.anl.gov +2 -0
Implement MatIncreaseOverlap_SeqSBAIJ()
Add new exa

bk-changeset-1.1892
hzhang@smash.mcs.anl.gov|ChangeSet|20040124202053|10106
ChangeSet
1.1892 04/01/24 14:20:53 hzhang@smash.mcs.anl.gov +2 -0
Implement MatIncreaseOverlap_SeqSBAIJ()
Add new example ex91.c for
Testing MatIncreaseOverlap(), MatGetSubMatrices() for sequential MatSBAIJ format.

src/mat/examples/tests/ex91.c
1.1 04/01/24 14:20:52 hzhang@smash.mcs.anl.gov +220 -0

src/mat/examples/tests/ex91.c
1.0 04/01/24 14:20:52 hzhang@smash.mcs.anl.gov +0 -0
BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/ex91.c

src/mat/impls/sbaij/seq/sbaij2.c
1.17 04/01/24 14:17:57 hzhang@smash.mcs.anl.gov +37 -12
*** empty log message ***


Hg-commit: fba016ce2156cc2a851bfebc2302421626db0de1

show more ...

5eee224d22-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1890
hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529
ChangeSet
1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0
implement
MatIncreaseOverlap_SeqSBAIJ()

src/mat/

bk-changeset-1.1890
hzhang@smash.mcs.anl.gov|ChangeSet|20040122230849|61529
ChangeSet
1.1890 04/01/22 17:08:49 hzhang@smash.mcs.anl.gov +2 -0
implement
MatIncreaseOverlap_SeqSBAIJ()

src/mat/impls/sbaij/seq/sbaij2.c
1.16 04/01/22 17:07:51 hzhang@smash.mcs.anl.gov +62 -2
*** empty log message ***

src/mat/impls/baij/seq/baij2.c
1.12 04/01/22 16:51:26 hzhang@smash.mcs.anl.gov +1 -1
*** empty log message ***


Hg-commit: 3f2fb6b40e82a88fea80192c74694c67beec144d

show more ...

595208bc22-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1889
hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682
ChangeSet
1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0
bug fix:
add 'check for missing diagonals'
in Mat

bk-changeset-1.1889
hzhang@smash.mcs.anl.gov|ChangeSet|20040122215216|59682
ChangeSet
1.1889 04/01/22 15:52:16 hzhang@smash.mcs.anl.gov +4 -0
bug fix:
add 'check for missing diagonals'
in MatConvert_xxx_SeqSBAIJ()

src/mat/impls/sbaij/seq/aijsbaij.c
1.13 04/01/22 15:50:18 hzhang@smash.mcs.anl.gov +3 -7
*** empty log message ***

src/mat/impls/baij/seq/baij.h
1.17 04/01/22 15:47:28 hzhang@smash.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/impls/aij/seq/aij.h
1.24 04/01/22 15:47:17 hzhang@smash.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/examples/tests/ex74.c
1.13 04/01/22 10:41:37 hzhang@smash.mcs.anl.gov +1 -0
*** empty log message ***


Hg-commit: 18c34ffad1e1e4e4b1efdad785595b4072b50610

show more ...

e2d9671b16-Jan-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1874
Kris@p4buschel.|ChangeSet|20040116211125|60115
ChangeSet
1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0
Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inherit

bk-changeset-1.1874
Kris@p4buschel.|ChangeSet|20040116211125|60115
ChangeSet
1.1874 04/01/16 13:11:25 Kris@p4buschel. +10 -0
Replace calls to MatCreateXXX with MatCreate,MatSetType to fix inheritance problems
Set the local diagonal block matrix type to be external package specific when appropriate

src/mat/impls/sbaij/seq/sbaij2.c
1.15 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateSeqSBAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.31 04/01/16 13:11:23 Kris@p4buschel. +7 -3
set the local diagonal block matrix type to be spooles type

src/mat/impls/baij/seq/baij2.c
1.11 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateSeqBAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.47 04/01/16 13:11:23 Kris@p4buschel. +4 -1
set the local diagonal block matrix type to be dscpack type

src/mat/impls/aij/seq/aij.c
1.121 04/01/16 13:11:23 Kris@p4buschel. +6 -2
Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.83 04/01/16 13:11:23 Kris@p4buschel. +4 -1
set the local diagonal block matrix type to be superludist type

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.56 04/01/16 13:11:23 Kris@p4buschel. +6 -3
set the type of local diagonal block matrix to be spooles type

src/mat/impls/aij/mpi/mumps/mumps.c
1.55 04/01/16 13:11:23 Kris@p4buschel. +10 -4
Set the type of local diagonal block matrix for MPI types to be MUMPS types

src/mat/impls/aij/mpi/mpiov.c
1.12 04/01/16 13:11:23 Kris@p4buschel. +7 -3
Replace MatCreateSeqAIJ with MatCreate,MatSetType to fix inheritance problems

src/mat/impls/aij/mpi/mpiaij.c
1.102 04/01/16 13:11:23 Kris@p4buschel. +3 -1
Replace MatCreateMPIAIJ with MatCreate,MatSetType to fix inheritance problems


Hg-commit: 3e45700e6e6778c14505f8e83a319963b8c5e299

show more ...


/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/alpha/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_uni/packages
/petsc/bmake/ascired/packages
/petsc/bmake/beos/packages
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/cray-x1/packages
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux64/packages
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/macx/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/sx6/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/packages
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win64_intel/packages
/petsc/docs/tex/petscapp.bib
/petsc/include/petsc.h
/petsc/include/petschead.h
/petsc/include/petscsnes.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/fortran/custom/zdraw.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zts.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/ilu/ilu.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.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/aijfact.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/pf/impls/constant/const.c
/petsc/src/pf/impls/string/cstring.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/sys/src/draw/impls/win32/win32draw.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vinv.c
/petsc/todo
cbfba80006-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1855
hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207
ChangeSet
1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into sm

bk-changeset-1.1855
hzhang@smash.mcs.anl.gov|ChangeSet|20040106190735|18207
ChangeSet
1.1855 04/01/06 13:07:35 hzhang@smash.mcs.anl.gov +4 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into smash.mcs.anl.gov:/sandbox/hzhang/petsc-dev

src/mat/impls/sbaij/seq/sbaij.c
1.89 04/01/06 13:07:34 hzhang@smash.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/sbaij/mpi/mpisbaij.c
1.75 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/seq/baij.c
1.68 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/mpi/mpibaij.c
1.43 04/01/06 13:07:33 hzhang@smash.mcs.anl.gov +0 -0
Auto merged


Hg-commit: c46cd9b4c83dc38650a16fec825e023182e121ca

show more ...

82327fa806-Jan-2004 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1849.1.2
hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293
ChangeSet
1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0
bug fix for MatDuplicate_MPISBAIJ()

src/ma

bk-changeset-1.1849.1.2
hzhang@smash.mcs.anl.gov|ChangeSet|20040106190711|40293
ChangeSet
1.1849.1.2 04/01/06 13:07:11 hzhang@smash.mcs.anl.gov +3 -0
bug fix for MatDuplicate_MPISBAIJ()

src/mat/examples/tests/ex75.c
1.8 04/01/06 13:07:10 hzhang@smash.mcs.anl.gov +36 -1
bug fix for MatDuplicate_MPISBAIJ()

src/mat/impls/sbaij/seq/sbaij.c
1.87.1.1 04/01/06 13:04:52 hzhang@smash.mcs.anl.gov +8 -6
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.73.1.1 04/01/06 13:04:30 hzhang@smash.mcs.anl.gov +11 -5
*** empty log message ***


Hg-commit: 5792f243edd81858ade0093aa6118e2aacb2d9b7

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/update.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/alpha/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_uni/packages
/petsc/bmake/ascired/packages
/petsc/bmake/beos/packages
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/config/packages.in
/petsc/bmake/cray-x1/packages
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux64/packages
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/macx/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/sx6/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/packages
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win64_intel/packages
/petsc/config/aix5.1.0.0.py
/petsc/config/configure.py
/petsc/config/cygwin-intel.py
/petsc/config/cygwin-ms.py
/petsc/config/cygwin.py
/petsc/config/darwin6.8.py
/petsc/config/darwin7.0.0-gnu.py
/petsc/config/darwin7.0.0-ibm.py
/petsc/config/freebsd5.1.py
/petsc/config/irix6.5-64.py
/petsc/config/irix6.5.py
/petsc/config/linux-gnu-gcc-ifc.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu-uni.py
/petsc/config/linux-gnu.py
/petsc/config/osf5.0.py
/petsc/config/solaris2.9.py
/petsc/docs/manualpages/sec/bop.
/petsc/docs/website/documentation/installation.html
/petsc/include/petsc.h
/petsc/include/petscdraw.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/maint/buildtest
/petsc/maint/buildtests/aix5.1.0.0
/petsc/maint/buildtests/darwin6.8
/petsc/maint/buildtests/darwin7.0.0-ibm
/petsc/maint/buildtests/freebsd5.1
/petsc/maint/buildtests/linux-gnu
/petsc/maint/buildtests/linux-gnu-gcc-ifc
/petsc/maint/buildtests/linux-gnu-uni
/petsc/maint/buildtests/osf5.0
/petsc/maint/buildtests/solaris2.9
/petsc/maint/copytestlog
/petsc/maint/killnightly
/petsc/maint/newbuildtest
/petsc/maint/newcopytestlog
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zts.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
sbaij.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spnd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/order/sregis.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/output/ex5_10.out
/petsc/src/snes/examples/tutorials/output/ex5_9.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/sys/src/draw/examples/tests/ex3.c
/petsc/src/sys/src/draw/examples/tests/ex9.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/fileio/smatlab.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/viewer/impls/matlab/makefile
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/mpi/pvec2.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecio.c
/petsc/todo
b1d4fb2604-Jan-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1851
barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901
ChangeSet
1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0
vecgetarrayfast() now us

bk-changeset-1.1851
barrysmith@barry-smiths-computer.local|ChangeSet|20040104192813|27901
ChangeSet
1.1851 04/01/04 13:28:13 barrysmith@barry-smiths-computer.local +54 -0
vecgetarrayfast() now used in all Mat impls
undid extern c put in gmres to remove warnings on solaris (change made it worse)

src/mat/matimpl.h
1.33 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -0
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sro.c
1.5 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaijfact2.c
1.31 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +68 -69
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaijfact.c
1.52 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaij2.c
1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +88 -89
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/seq/sbaij.c
1.88 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/mpi/mpisbaij.c
1.74 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +18 -19
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/sbaij/mpi/mmsbaij.c
1.18 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/rowbs/mpi/mpirowbs.c
1.42 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +20 -21
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/rowbs/mpi/iccbs.c
1.4 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +16 -16
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/ksp/ksp/impls/gmres/gmres2.c
1.14 04/01/04 13:28:10 barrysmith@barry-smiths-computer.local +0 -2
undo extern c stuff I tried

src/mat/impls/rowbs/mpi/cholbs.c
1.5 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +22 -22
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/seq/dense.c
1.42 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +42 -42
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/mpi/mpidense.c
1.30 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/dense/mpi/mmdense.c
1.7 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag3.c
1.12 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag2.c
1.13 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +76 -77
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdiag.c
1.24 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +8 -9
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/seq/bdfact.c
1.6 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +24 -25
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/mpi/mpibdiag.c
1.26 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/bdiag/mpi/mmbdiag.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact9.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact8.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact7.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact6.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact5.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact4.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact3.c
1.8 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact2.c
1.29 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +128 -130
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact14.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact13.c
1.4 04/01/04 13:28:09 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact12.c
1.17 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact11.c
1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact10.c
1.4 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baijfact.c
1.5 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baij2.c
1.10 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +92 -93
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/seq/baij.c
1.66.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +2 -3
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/mpi/mpibaij.c
1.41.1.1 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +4 -5
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/baij/mpi/mmbaij.c
1.13 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/fdaij.c
1.8 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aijnode.c
1.21 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +14 -15
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aijfact.c
1.45 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +20 -21
vecimpl.h is now contained by matimpl.h so do not need to list in each file
use VecGetArrayFast in alll Mat impls

src/mat/impls/aij/seq/aij.c
1.120 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/pxxt.c
1.12 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +8 -8
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/mpiaij.c
1.101 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/mmaij.c
1.9 04/01/04 13:28:08 barrysmith@barry-smiths-computer.local +6 -7
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/mat/impls/aij/mpi/fdmpiaij.c
1.5 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -1
vecimpl.h is now contained by matimpl.h so do not need to list in each file

src/ksp/ksp/impls/gmres/gmresp.h
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/borthog2.c
1.10 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/borthog.c
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/fgmres/modpcf.c
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -6
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/fgmres/fgmresp.h
1.8 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -2
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

include/petscksp.h
1.35 04/01/04 13:28:07 barrysmith@barry-smiths-computer.local +0 -4
undoing extern c I put in everywhere for solaris compiler complaints
(it made matters worse, now errors instead of warnings)

src/ksp/ksp/impls/gmres/gmres2.c
1.13 04/01/04 13:16:50 barrysmith@barry-smiths-computer.local +2 -2
more outdated unmodified gram schmidt manual page mentions

src/ksp/ksp/impls/gmres/gmres2.c
1.12 04/01/04 13:10:37 barrysmith@barry-smiths-computer.local +1 -1
wrong name in manual page

todo
1.11 04/01/03 16:57:05 barrysmith@barry-smiths-computer.local +4 -0
*** empty log message ***


Hg-commit: 58c4930d3d31bcdcffc199367ee5c46310909139

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/update.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/alpha/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_uni/packages
/petsc/bmake/ascired/packages
/petsc/bmake/beos/packages
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/config/packages.in
/petsc/bmake/cray-x1/packages
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux64/packages
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/macx/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/sx6/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/packages
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win64_intel/packages
/petsc/config/aix5.1.0.0.py
/petsc/config/configure.py
/petsc/config/cygwin-intel.py
/petsc/config/cygwin-ms.py
/petsc/config/cygwin.py
/petsc/config/darwin6.8.py
/petsc/config/darwin7.0.0-gnu.py
/petsc/config/darwin7.0.0-ibm.py
/petsc/config/freebsd5.1.py
/petsc/config/irix6.5-64.py
/petsc/config/irix6.5.py
/petsc/config/linux-gnu-gcc-ifc.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu-uni.py
/petsc/config/linux-gnu.py
/petsc/config/osf5.0.py
/petsc/config/solaris2.9.py
/petsc/docs/manualpages/sec/bop.
/petsc/docs/website/documentation/installation.html
/petsc/include/petsc.h
/petsc/include/petscdraw.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/maint/buildtest
/petsc/maint/buildtests/aix5.1.0.0
/petsc/maint/buildtests/darwin6.8
/petsc/maint/buildtests/darwin7.0.0-ibm
/petsc/maint/buildtests/freebsd5.1
/petsc/maint/buildtests/linux-gnu
/petsc/maint/buildtests/linux-gnu-gcc-ifc
/petsc/maint/buildtests/linux-gnu-uni
/petsc/maint/buildtests/osf5.0
/petsc/maint/buildtests/solaris2.9
/petsc/maint/copytestlog
/petsc/maint/killnightly
/petsc/maint/newbuildtest
/petsc/maint/newcopytestlog
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zts.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact10.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact14.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact6.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact8.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/bdiag/mpi/mmbdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/iccbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
sbaij.c
sbaij2.c
sbaijfact.c
sbaijfact2.c
sro.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spnd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/order/sregis.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/output/ex5_10.out
/petsc/src/snes/examples/tutorials/output/ex5_9.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/sys/src/draw/examples/tests/ex3.c
/petsc/src/sys/src/draw/examples/tests/ex9.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/fileio/smatlab.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/viewer/impls/matlab/makefile
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/mpi/pvec2.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecio.c
/petsc/todo
a0e1a40412-Dec-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1796.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031212170923|36448
ChangeSet
1.1796.1.1 03/12/12 11:09:23 hzhang@smash.mcs.anl.gov +4 -0
add MatConvert_SeqSBAIJ_SeqBAIJ()
MatCo

bk-changeset-1.1796.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031212170923|36448
ChangeSet
1.1796.1.1 03/12/12 11:09:23 hzhang@smash.mcs.anl.gov +4 -0
add MatConvert_SeqSBAIJ_SeqBAIJ()
MatConvert_SeqBAIJ_SeqSBAIJ()

src/mat/examples/tests/ex55.c
1.8 03/12/12 11:06:30 hzhang@smash.mcs.anl.gov +7 -6
*** empty log message ***

src/mat/impls/sbaij/seq/aijsbaij.c
1.12 03/12/12 11:06:07 hzhang@smash.mcs.anl.gov +148 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.87 03/12/11 14:41:28 hzhang@smash.mcs.anl.gov +4 -0
*** empty log message ***

src/mat/impls/baij/seq/baij.c
1.66 03/12/11 14:41:13 hzhang@smash.mcs.anl.gov +4 -0
*** empty log message ***


Hg-commit: 3e1f4dab70edd526246edbd5b9c828da6eae9301

show more ...

a7a3a9eb10-Dec-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1788
hzhang@smash.mcs.anl.gov|ChangeSet|20031210172545|48322
ChangeSet
1.1788 03/12/10 11:25:45 hzhang@smash.mcs.anl.gov +2 -0
add the case bs>1 into
MatConvert_SeqSBAIJ_SeqAIJ()

bk-changeset-1.1788
hzhang@smash.mcs.anl.gov|ChangeSet|20031210172545|48322
ChangeSet
1.1788 03/12/10 11:25:45 hzhang@smash.mcs.anl.gov +2 -0
add the case bs>1 into
MatConvert_SeqSBAIJ_SeqAIJ()


src/mat/examples/tests/ex55.c
1.7 03/12/10 11:21:35 hzhang@smash.mcs.anl.gov +96 -28
*** empty log message ***

src/mat/impls/sbaij/seq/aijsbaij.c
1.11 03/12/10 11:21:24 hzhang@smash.mcs.anl.gov +64 -37
*** empty log message ***

src/mat/impls/sbaij/seq/aijsbaij.c
1.10 03/12/08 20:39:46 hzhang@smash.mcs.anl.gov +11 -7
*** empty log message ***


Hg-commit: 3fe1e753eba909665c778a7f7f9c5db40913917c

show more ...

d769727b10-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1784.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20031210041343|52965
ChangeSet
1.1784.1.4 03/12/09 22:13:43 barrysmith@barry-smiths-computer.local +2 -0
needed prototype

bk-changeset-1.1784.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20031210041343|52965
ChangeSet
1.1784.1.4 03/12/09 22:13:43 barrysmith@barry-smiths-computer.local +2 -0
needed prototype for MatConvert_SeqSBAIJ_SeqAIJ() as used in the PetscObjectComposeFunction

src/mat/impls/sbaij/seq/sbaij.c
1.86 03/12/09 22:12:12 barrysmith@barry-smiths-computer.local +4 -0
needed prototype for MatConvert_SeqSBAIJ_SeqAIJ() as used in the PetscObjectComposeFunction

python/PETSc/Configure.py
1.159 03/12/09 20:06:29 barrysmith@barry-smiths-computer.local +1 -1
damn '!!!!


Hg-commit: 99999af0fda728945f5df947f9657ee5d181ed3c

show more ...

4e5e7fe409-Dec-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1775.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031209021926|09538
ChangeSet
1.1775.1.1 03/12/08 20:19:26 hzhang@smash.mcs.anl.gov +2 -0
add MatConvert_SeqSBAIJ_SeqAIJ()

src/mat/i

bk-changeset-1.1775.1.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031209021926|09538
ChangeSet
1.1775.1.1 03/12/08 20:19:26 hzhang@smash.mcs.anl.gov +2 -0
add MatConvert_SeqSBAIJ_SeqAIJ()

src/mat/impls/sbaij/seq/aijsbaij.c
1.9 03/12/08 20:18:22 hzhang@smash.mcs.anl.gov +29 -35
*** empty log message ***

src/mat/impls/sbaij/seq/aijsbaij.c
1.8 03/12/08 17:34:17 hzhang@smash.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/seq/aijsbaij.c
1.7 03/12/08 17:30:05 hzhang@smash.mcs.anl.gov +80 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.85 03/12/08 15:47:52 hzhang@smash.mcs.anl.gov +3 -0
*** empty log message ***


Hg-commit: b6f1925e5e11504e8c94ce9b7e81e144fc88b26d

show more ...

a5e6ed6307-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1763.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244
ChangeSet
1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0
viewer convert to

bk-changeset-1.1763.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244
ChangeSet
1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0
viewer convert to aij for sbaij, baij matrives for viewers not
natively supported

src/vec/is/utils/iscomp.c
1.6 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +5 -1
if two is's have same pointer than they are same

src/mat/impls/sbaij/mpi/mpisbaij.c
1.71 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +20 -1
use segbaij get submatrices
not yet tested

src/mat/impls/baij/mpi/mpibaij.h
1.12 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +1 -0
used by sbaij.h matrices also hence need visible prototype

src/mat/examples/tests/ex87.c
1.3 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +19 -3
test getsubmatrices for sbaij

src/mat/impls/baij/seq/baij.c
1.65 03/12/06 22:28:01 barrysmith@barry-smiths-computer.local +6 -6
viewer converts to aij for socket and other viewers not directly supported

src/mat/impls/sbaij/seq/sbaij.c
1.84 03/12/06 22:27:38 barrysmith@barry-smiths-computer.local +6 -74
viewer converts to aij for socket, binary and other


Hg-commit: 246f52666dac5985e929d84803d1cfa35e8384cf

show more ...

c833c1fb02-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1744
barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202193453|21429
ChangeSet
1.1744 03/12/02 13:34:53 barrysmith@barrysmith.mcs.anl.gov +3 -0
sbaij mpi inherits baij mpi data st

bk-changeset-1.1744
barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202193453|21429
ChangeSet
1.1744 03/12/02 13:34:53 barrysmith@barrysmith.mcs.anl.gov +3 -0
sbaij mpi inherits baij mpi data structures

src/mat/impls/sbaij/seq/sbaij.h
1.27 03/12/02 13:34:52 barrysmith@barrysmith.mcs.anl.gov +1 -2
sbaij mpi inherits baij mpi data structures

src/mat/impls/sbaij/mpi/mpisbaij.h
1.13 03/12/02 13:34:52 barrysmith@barrysmith.mcs.anl.gov +5 -58
sbaij mpi inherits baij mpi data structures

src/mat/impls/baij/mpi/mpibaij.h
1.10 03/12/02 13:34:51 barrysmith@barrysmith.mcs.anl.gov +2 -2
sbaij mpi inherits baij mpi data structures


Hg-commit: c13d3cf8aab8f8a16a64a9ceaacefef63eba76fe

show more ...

6c6c535202-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1739.1.1
barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202190112|26919
ChangeSet
1.1739.1.1 03/12/02 13:01:12 barrysmith@barrysmith.mcs.anl.gov +24 -0
const char* stuff still n

bk-changeset-1.1739.1.1
barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202190112|26919
ChangeSet
1.1739.1.1 03/12/02 13:01:12 barrysmith@barrysmith.mcs.anl.gov +24 -0
const char* stuff still needed fixing

src/vec/interface/dlregis.c
1.17 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/ts/interface/dlregis.c
1.13 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/ts/impls/implicit/pvode/petscpvode.c
1.17 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +1 -1
const char* stuff still needed fixing

src/sys/src/plog/eventLog.c
1.22 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +3 -3
const char* stuff still needed fixing

src/sys/src/dll/dl.c
1.16 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/sys/examples/tutorials/ex4.c
1.4 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -1
const char* stuff still needed fixing

src/snes/interface/dlregis.c
1.14 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/mat/interface/dlregis.c
1.16 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/mat/impls/sbaij/seq/sbaijfact2.c
1.30 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +19 -19
const char* stuff still needed fixing

src/mat/impls/sbaij/seq/sbaijfact.c
1.51 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/mat/impls/sbaij/seq/sbaij2.c
1.12 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +24 -24
const char* stuff still needed fixing

src/mat/impls/sbaij/seq/sbaij.c
1.83 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +34 -36
const char* stuff still needed fixing

src/mat/impls/sbaij/mpi/mpisbaij.h
1.12 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -3
const char* stuff still needed fixing

src/mat/impls/sbaij/mpi/mpisbaij.c
1.69 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/mat/impls/rowbs/mpi/mpirowbs.h
1.8 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1
const char* stuff still needed fixing

src/mat/impls/baij/mpi/mpibaij.h
1.9 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +57 -53
const char* stuff still needed fixing

src/mat/impls/aij/seq/spooles/spooles.c
1.81 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1
const char* stuff still needed fixing

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.55 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1
const char* stuff still needed fixing

src/mat/impls/aij/mpi/mumps/mumps.c
1.52 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/ksp/ksp/interface/dlregis.c
1.17 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

src/dm/ao/interface/dlregis.c
1.17 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2
const char* stuff still needed fixing

include/petsc.h
1.46 03/12/02 13:01:08 barrysmith@barrysmith.mcs.anl.gov +1 -1
const char* stuff still needed fixing

src/mat/impls/sbaij/seq/sbaij.h
1.26 03/12/01 23:04:17 barrysmith@barry-smiths-computer.local +3 -27
make seqbaij struct able to be shared with sbaij

src/mat/impls/baij/seq/baij.h
1.15 03/12/01 23:04:02 barrysmith@barry-smiths-computer.local +35 -32
make seqbaij struct able to be shared with sbaij


Hg-commit: e3d0d67c6a3bdc10ed56357d167ef40b3fe688f4

show more ...


/petsc/docs/tex/manual/developers.tex
/petsc/docs/tex/manual/gettinginfo.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/include/petsc.h
/petsc/include/petscmat.h
/petsc/projects/c++/ksp/ex2/ex2.dsp
/petsc/projects/c++/ksp/ex2/ex2.dsw
/petsc/projects/c/ksp/ex2/ex2.dsp
/petsc/projects/c/ksp/ex2/ex2.dsw
/petsc/projects/complex/ksp/ex2/ex2.dsp
/petsc/projects/complex/ksp/ex2/ex2.dsw
/petsc/projects/fortran/ksp/ex2f/ex2f.dsp
/petsc/projects/fortran/ksp/ex2f/ex2f.dsw
/petsc/projects/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/todo
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex21f.F
/petsc/src/dm/da/examples/tests/ex22.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/ksp/ksp/interface/dlregis.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
sbaij.c
sbaij.h
sbaij2.c
sbaijfact.c
sbaijfact2.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/sys/examples/tutorials/ex4.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/vec/interface/dlregis.c
437fc6d701-Dec-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1731.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397
ChangeSet
1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0
got rid of seria

bk-changeset-1.1731.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397
ChangeSet
1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0
got rid of serialize, will go into binary viewer and loader

src/vec/interface/vecregall.c
1.13 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -28
got rid of serialize, will go into binary viewer and loader

src/vec/interface/vecreg.c
1.20 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -120
got rid of serialize, will go into binary viewer and loader

src/vec/interface/veccreate.c
1.14 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapregall.c
1.5 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -27
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapreg.c
1.12 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -164
got rid of serialize, will go into binary viewer and loader

src/vec/interface/mapcreate.c
1.7 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/vec/interface/dlregis.c
1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/vec/impls/seq/bvec2.c
1.30 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -36
got rid of serialize, will go into binary viewer and loader

src/vec/impls/mpi/pmap.c
1.8 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -42
got rid of serialize, will go into binary viewer and loader

src/vec/impls/mpi/pbvec.c
1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -47
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tsregall.c
1.8 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -23
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tsreg.c
1.14 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +2 -177
got rid of serialize, will go into binary viewer and loader

src/ts/interface/tscreate.c
1.7 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -75
got rid of serialize, will go into binary viewer and loader

src/ts/interface/dlregis.c
1.12 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/viewer/interface/dlregispetsc.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/pname.c
1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -30
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/inherit.c
1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/sys/src/objects/destroy.c
1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -45
got rid of serialize, will go into binary viewer and loader

src/snes/interface/dlregis.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/mat/matimpl.h
1.32 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -2
got rid of serialize, will go into binary viewer and loader

src/mat/interface/dlregis.c
1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/shell/shell.c
1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/sbaij/seq/sbaij.c
1.82 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/sbaij/mpi/mpisbaij.c
1.68 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/rowbs/mpi/mpirowbs.c
1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/esi/mesi.c
1.35 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/dense/seq/dense.c
1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/dense/mpi/mpidense.c
1.29 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/bdiag/seq/bdiag.c
1.23 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/bdiag/mpi/mpibdiag.c
1.25 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/baij/seq/baij.c
1.64 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/baij/mpi/mpibaij.c
1.40 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/aij/seq/aij.c
1.119 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/aij/mpi/mpiaij.c
1.100 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/adj/mpi/mpiadj.c
1.22 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/mat/impls/adic/matadic.c
1.20 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

src/ksp/ksp/interface/dlregis.c
1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +2 -2
got rid of serialize, will go into binary viewer and loader

src/dm/ao/interface/dlregis.c
1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -2
got rid of serialize, will go into binary viewer and loader

src/dm/ao/impls/mapping/aomapping.c
1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -50
got rid of serialize, will go into binary viewer and loader

src/dm/ao/impls/basic/aobasic.c
1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -44
got rid of serialize, will go into binary viewer and loader

include/petscvec.h
1.37 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -77
got rid of serialize, will go into binary viewer and loader

include/petscts.h
1.22 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -16
got rid of serialize, will go into binary viewer and loader

include/petscmat.h
1.94 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -18
got rid of serialize, will go into binary viewer and loader

include/petschead.h
1.20 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -1
got rid of serialize, will go into binary viewer and loader

include/petscao.h
1.12 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -14
got rid of serialize, will go into binary viewer and loader

include/petsc.h
1.45 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -2
got rid of serialize, will go into binary viewer and loader

python/PETSc/Options.py
1.9.1.1 03/11/30 18:55:15 barrysmith@barry-smiths-computer.local +12 -13
check for "strings" passed to non const char*


Hg-commit: b0d8d1021b4caf0ac1c52e1605774cad1af9251b

show more ...


/petsc/docs/tex/manual/part2.tex
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscblaslapack.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmatlab.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/makefile
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/todo
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/basic/aoreduced.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/ao/utils/aopart.c
/petsc/src/dm/ao/utils/aosetlocal.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/ex16f.F
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex6.c
/petsc/src/ksp/examples/tests/ex7.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/interface/dlregis.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/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/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
sbaij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/src/draw/drawimpl.h
/petsc/src/sys/src/draw/impls/x/xcolor.c
/petsc/src/sys/src/draw/impls/x/xinit.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/utils/dlregis.h
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/examples/tests/ex20f.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pmap.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapcreate.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/mapregall.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/vecimpl.h
f248c16b29-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1728
barrysmith@barry-smiths-computer.local|ChangeSet|20031129180338|31678
ChangeSet
1.1728 03/11/29 12:03:38 barrysmith@barry-smiths-computer.local +12 -0
fixed some const

src/

bk-changeset-1.1728
barrysmith@barry-smiths-computer.local|ChangeSet|20031129180338|31678
ChangeSet
1.1728 03/11/29 12:03:38 barrysmith@barry-smiths-computer.local +12 -0
fixed some const

src/mat/impls/shell/shell.c
1.12 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/sbaij/seq/sbaij.h
1.25 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/sbaij/mpi/mpisbaij.h
1.11 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/bdiag/seq/bdiag.h
1.5 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/bdiag/mpi/mpibdiag.h
1.5 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/baij/seq/baij.h
1.14 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/baij/seq/baij.c
1.63 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/aij/seq/aij.h
1.22 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +3 -3
fixed some const

src/mat/impls/aij/mpi/mpiaij.h
1.7 03/11/29 12:03:35 barrysmith@barry-smiths-computer.local +1 -1
fixed some const

src/mat/impls/dense/mpi/mpidense.h
1.5 03/11/29 10:49:17 barrysmith@barry-smiths-computer.local +1 -1
missing const

include/petscoptions.h
1.13 03/11/29 10:48:04 barrysmith@barry-smiths-computer.local +1 -1
const that did not belong added by mistake when making const char[]

src/sys/src/memory/mal.c
1.17 03/11/29 10:46:23 barrysmith@barry-smiths-computer.local +2 -2
missed some const char * in a function declaration


Hg-commit: 52ac0650543c51ec494293d5b599cd67270d6891

show more ...

8e9aea5c28-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1726
barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824
ChangeSet
1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0
added const to MatType a

bk-changeset-1.1726
barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824
ChangeSet
1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0
added const to MatType arguments when appropriate

src/mat/utils/matio.c
1.17 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/utils/convert.c
1.7 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/matimpl.h
1.31 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +3 -3
added const to MatType arguments when appropriate

src/mat/interface/matrix.c
1.88 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/shell/shellcnv.c
1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
1.41 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/sbaij.c
1.81 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/seq/aijsbaij.c
1.6 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
1.29 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/sbaij/mpi/mpisbaij.c
1.67 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/rowbs/mpi/mpirowbs.c
1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/esi/mesi.c
1.33 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/dense/seq/dense.c
1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/dense/mpi/mpidense.c
1.28 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/bdiag/seq/bdiag.c
1.22 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/bdiag/mpi/mpibdiag.c
1.24 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/seq/baij.c
1.62 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/seq/aijbaij.c
1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/baij/mpi/mpibaij.c
1.39 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.45 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/umfpack/umfpack.c
1.25 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/superlu/superlu.c
1.53 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/spooles/spooles.c
1.80 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/lusol/lusol.c
1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/essl/essl.c
1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/seq/aij.c
1.118 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.81 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/spooles/mpispooles.c
1.54 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/mumps/mumps.c
1.51 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +3 -3
added const to MatType arguments when appropriate

src/mat/impls/aij/mpi/mpiaij.c
1.99 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1
added const to MatType arguments when appropriate

include/petscmat.h
1.93 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2
added const to MatType arguments when appropriate

bmake/common/rules.fortran.nocpp
1.72 03/11/27 13:34:21 barrysmith@barry-smiths-computer.local +8 -8
ibm f90 does not like .f so try .F here and hope works everywhere


Hg-commit: ae3ecde9c090fe1a4553b4b7e27744f6fa92f433

show more ...


/petsc/bin/petscarch
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/common/rules.fortran.none
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/variables
/petsc/bmake/config/rules.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/rules
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.8.py
/petsc/config/configure_freebsd5.1.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-gcc-ifc.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/manualpages/sec/bop.KSP
/petsc/docs/manualpages/sec/bop.PC
/petsc/docs/manualpages/sec/bop.SLES
/petsc/docs/manualpages/sec/bop.SNES
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/220.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/esi/petsc/solveriterative.h
/petsc/include/finclude/makefile
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscpc.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmg.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/getexlist
/petsc/maint/helpindex.py
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/maint/xclude
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/python/PETSc/todo
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/makefile
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/appctx.h
/petsc/src/contrib/oberman/laplacian_q1/main.c
/petsc/src/contrib/oberman/laplacian_q1/makefile
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appctx.h
/petsc/src/contrib/oberman/laplacian_q1/scalable/main.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/makefile
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/da/utils/sda2.c
/petsc/src/fortran/custom/makefile
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zoptions.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zsda.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zts.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/inline/makefile
/petsc/src/ksp/esi/esles.c
/petsc/src/ksp/esi/makefile
/petsc/src/ksp/examples/makefile
/petsc/src/ksp/examples/tests/ex1.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/ex14.c
/petsc/src/ksp/examples/tests/ex15.c
/petsc/src/ksp/examples/tests/ex16f.F
/petsc/src/ksp/examples/tests/ex17.c
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex19.c
/petsc/src/ksp/examples/tests/ex2.c
/petsc/src/ksp/examples/tests/ex20.c
/petsc/src/ksp/examples/tests/ex24.c
/petsc/src/ksp/examples/tests/ex25.c
/petsc/src/ksp/examples/tests/ex3.c
/petsc/src/ksp/examples/tests/ex4.c
/petsc/src/ksp/examples/tests/ex5f.F
/petsc/src/ksp/examples/tests/ex6.c
/petsc/src/ksp/examples/tests/ex7.c
/petsc/src/ksp/examples/tests/makefile
/petsc/src/ksp/examples/tests/output/ex10_1.out
/petsc/src/ksp/examples/tests/output/ex16_1.out
/petsc/src/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/examples/tests/output/ex20_1.out
/petsc/src/ksp/examples/tests/output/ex24_1.out
/petsc/src/ksp/examples/tests/output/ex24_2.out
/petsc/src/ksp/examples/tests/output/ex24_3.out
/petsc/src/ksp/examples/tests/output/ex24_4.out
/petsc/src/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/examples/tests/output/ex2_1.out
/petsc/src/ksp/examples/tests/output/ex3_1.out
/petsc/src/ksp/examples/tests/output/ex3_2.out
/petsc/src/ksp/examples/tests/output/ex4_1.out
/petsc/src/ksp/examples/tests/output/ex4_3.out
/petsc/src/ksp/examples/tests/output/ex4_5.out
/petsc/src/ksp/examples/tests/output/ex6_1.out
/petsc/src/ksp/examples/tests/output/ex6_2.out
/petsc/src/ksp/examples/tests/output/ex6_3.out
/petsc/src/ksp/examples/tests/output/ex6_4.out
/petsc/src/ksp/examples/tests/output/ex6_6.out
/petsc/src/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/examples/tests/scripts/ex10.asm
/petsc/src/ksp/examples/tests/scripts/ex10.script
/petsc/src/ksp/examples/tests/scripts/ex10_asm_matbaij
/petsc/src/ksp/examples/tests/scripts/ex10_asm_mpibaij
/petsc/src/ksp/examples/tests/scripts/ex10_bjacobi_mpibaij
/petsc/src/ksp/examples/tests/scripts/ex10_blu
/petsc/src/ksp/examples/tests/scripts/ex10_lu
/petsc/src/ksp/examples/tests/scripts/ex10_lu_blocks
/petsc/src/ksp/examples/tests/scripts/ex10_seqbdiag
/petsc/src/ksp/examples/tutorials/cyclic.h
/petsc/src/ksp/examples/tutorials/da_hdf.c
/petsc/src/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/examples/tutorials/ex20options
/petsc/src/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/examples/tutorials/ex26.c
/petsc/src/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/examples/tutorials/hacks.h
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/examples/tutorials/output/ex10_10.out
/petsc/src/ksp/examples/tutorials/output/ex10_11.out
/petsc/src/ksp/examples/tutorials/output/ex10_12.out
/petsc/src/ksp/examples/tutorials/output/ex10_13.out
/petsc/src/ksp/examples/tutorials/output/ex10_15.out
/petsc/src/ksp/examples/tutorials/output/ex10_16.out
/petsc/src/ksp/examples/tutorials/output/ex10_17.out
/petsc/src/ksp/examples/tutorials/output/ex10_18.out
/petsc/src/ksp/examples/tutorials/output/ex10_2.out
/petsc/src/ksp/examples/tutorials/output/ex10_3.out
/petsc/src/ksp/examples/tutorials/output/ex10_4.out
/petsc/src/ksp/examples/tutorials/output/ex10_5.out
/petsc/src/ksp/examples/tutorials/output/ex10_6.out
/petsc/src/ksp/examples/tutorials/output/ex10_7.out
/petsc/src/ksp/examples/tutorials/output/ex10_8.out
/petsc/src/ksp/examples/tutorials/output/ex10_9.out
/petsc/src/ksp/examples/tutorials/output/ex11_1.out
/petsc/src/ksp/examples/tutorials/output/ex11f_1.out
/petsc/src/ksp/examples/tutorials/output/ex12_1.out
/petsc/src/ksp/examples/tutorials/output/ex12_2.out
/petsc/src/ksp/examples/tutorials/output/ex12_3.out
/petsc/src/ksp/examples/tutorials/output/ex13_1.out
/petsc/src/ksp/examples/tutorials/output/ex13f90_1.out
/petsc/src/ksp/examples/tutorials/output/ex14_1.out
/petsc/src/ksp/examples/tutorials/output/ex14_2.out
/petsc/src/ksp/examples/tutorials/output/ex15_1.out
/petsc/src/ksp/examples/tutorials/output/ex15f_1.out
/petsc/src/ksp/examples/tutorials/output/ex16_1.out
/petsc/src/ksp/examples/tutorials/output/ex18_1.out
/petsc/src/ksp/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/examples/tutorials/output/ex1_2.out
/petsc/src/ksp/examples/tutorials/output/ex1_3.out
/petsc/src/ksp/examples/tutorials/output/ex1f_1.out
/petsc/src/ksp/examples/tutorials/output/ex20_1.out
/petsc/src/ksp/examples/tutorials/output/ex20_2.out
/petsc/src/ksp/examples/tutorials/output/ex21f_1.out
/petsc/src/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/examples/tutorials/output/ex23_1.out
/petsc/src/ksp/examples/tutorials/output/ex23_2.out
/petsc/src/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/examples/tutorials/output/ex2_1.out
/petsc/src/ksp/examples/tutorials/output/ex2_2.out
/petsc/src/ksp/examples/tutorials/output/ex2_3.out
/petsc/src/ksp/examples/tutorials/output/ex2_4.out
/petsc/src/ksp/examples/tutorials/output/ex2_5.out
/petsc/src/ksp/examples/tutorials/output/ex2_6.out
/petsc/src/ksp/examples/tutorials/output/ex2f_1.out
/petsc/src/ksp/examples/tutorials/output/ex4_1.out
/petsc/src/ksp/examples/tutorials/output/ex5_1.out
/petsc/src/ksp/examples/tutorials/output/ex5_2.out
/petsc/src/ksp/examples/tutorials/output/ex5_3.out
/petsc/src/ksp/examples/tutorials/output/ex5_4.out
/petsc/src/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/examples/tutorials/output/ex6f_1.out
/petsc/src/ksp/examples/tutorials/output/ex7_1.out
/petsc/src/ksp/examples/tutorials/output/ex9_1.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/makefile
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/bicg/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgctx.h
/petsc/src/ksp/ksp/impls/cg/cgeig.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cgne/makefile
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cgs/makefile
/petsc/src/ksp/ksp/impls/cheby/chebctx.h
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/makefile
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/cr/makefile
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/fgmres/makefile
/petsc/src/ksp/ksp/impls/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmcnv.c
/petsc/src/ksp/ksp/impls/gmres/gmpre.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lgmres/lgmresp.h
/petsc/src/ksp/ksp/impls/lgmres/makefile
/petsc/src/ksp/ksp/impls/lgmres/readme
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/lsqr/makefile
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/minres/makefile
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/makefile
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/qcg/qcg.h
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/rich/richctx.h
/petsc/src/ksp/ksp/impls/rich/richscale.c
/petsc/src/ksp/ksp/impls/symmlq/makefile
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmrp.h
/petsc/src/ksp/ksp/impls/tfqmr/makefile
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/dlregis.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/esi/epreconditioner.c
/petsc/src/ksp/pc/esi/makefile
/petsc/src/ksp/pc/examples/makefile
/petsc/src/ksp/pc/examples/tests/ex1.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/ex3.c
/petsc/src/ksp/pc/examples/tests/ex4.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/examples/tests/ex6.c
/petsc/src/ksp/pc/examples/tests/ex7.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tests/output/ex1_1.out
/petsc/src/ksp/pc/examples/tests/output/ex2_1.out
/petsc/src/ksp/pc/examples/tests/output/ex3_1.out
/petsc/src/ksp/pc/examples/tests/output/ex4_1.out
/petsc/src/ksp/pc/examples/tests/output/ex5_1.out
/petsc/src/ksp/pc/examples/tests/output/ex6_1.out
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/asm/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.h
/petsc/src/ksp/pc/impls/bjacobi/makefile
/petsc/src/ksp/pc/impls/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/cholesky/makefile
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/composite/makefile
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/eisens/makefile
/petsc/src/ksp/pc/impls/esi/makefile
/petsc/src/ksp/pc/impls/esi/pesi.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/hypre/makefile
/petsc/src/ksp/pc/impls/icc/icc.c
/petsc/src/ksp/pc/impls/icc/icc.h
/petsc/src/ksp/pc/impls/icc/makefile
/petsc/src/ksp/pc/impls/ilu/ilu.c
/petsc/src/ksp/pc/impls/ilu/ilu.h
/petsc/src/ksp/pc/impls/ilu/makefile
/petsc/src/ksp/pc/impls/is/feti/examples/ex1.c
/petsc/src/ksp/pc/impls/is/feti/examples/makefile
/petsc/src/ksp/pc/impls/is/feti/fetipc.c
/petsc/src/ksp/pc/impls/is/feti/fetipc.h
/petsc/src/ksp/pc/impls/is/feti/makefile
/petsc/src/ksp/pc/impls/is/is.c
/petsc/src/ksp/pc/impls/is/is.h
/petsc/src/ksp/pc/impls/is/makefile
/petsc/src/ksp/pc/impls/is/nn/makefile
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/nn/nn.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/jacobi/makefile
/petsc/src/ksp/pc/impls/lu/lu.c
/petsc/src/ksp/pc/impls/lu/makefile
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mat/makefile
/petsc/src/ksp/pc/impls/mat/pcmat.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/makefile
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/none/makefile
/petsc/src/ksp/pc/impls/none/none.c
/petsc/src/ksp/pc/impls/pbjacobi/makefile
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/pilut/hyppilut.c
/petsc/src/ksp/pc/impls/pilut/makefile
/petsc/src/ksp/pc/impls/ramg/makefile
/petsc/src/ksp/pc/impls/ramg/petscfunc.c
/petsc/src/ksp/pc/impls/ramg/petscfunc.h
/petsc/src/ksp/pc/impls/ramg/ramgfunc.h
/petsc/src/ksp/pc/impls/ramg/ramgpetsc.c
/petsc/src/ksp/pc/impls/redundant/makefile
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/samg/externc.h
/petsc/src/ksp/pc/impls/samg/global.h
/petsc/src/ksp/pc/impls/samg/makefile
/petsc/src/ksp/pc/impls/samg/petscfunc.h
/petsc/src/ksp/pc/impls/samg/readme
/petsc/src/ksp/pc/impls/samg/samgfunc.h
/petsc/src/ksp/pc/impls/samg/samgmgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsctools.c
/petsc/src/ksp/pc/impls/samg/samgtools1.F
/petsc/src/ksp/pc/impls/shell/makefile
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sles/makefile
/petsc/src/ksp/pc/impls/sles/pcsles.c
/petsc/src/ksp/pc/impls/sor/makefile
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/examples/makefile
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex3.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/spai/examples/tutorials/test_command
/petsc/src/ksp/pc/impls/spai/include/spai.h
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/impls/spai/readme
/petsc/src/ksp/pc/impls/spai/src/dspai.c
/petsc/src/ksp/pc/impls/spai/src/ispai.c
/petsc/src/ksp/pc/impls/spai/src/makefile
/petsc/src/ksp/pc/interface/makefile
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/ksp/pc/makefile
/petsc/src/ksp/pc/pcimpl.h
/petsc/src/ksp/utils/damg.c
/petsc/src/ksp/utils/makefile
/petsc/src/makefile
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/makefile
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex63f.F
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex80.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.c
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.h
/petsc/src/mat/impls/aij/mpi/libtfs/blas.h
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.c
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.h
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/const.h
/petsc/src/mat/impls/aij/mpi/libtfs/error.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.c
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.h
/petsc/src/mat/impls/aij/mpi/libtfs/makefile
/petsc/src/mat/impls/aij/mpi/libtfs/queue.c
/petsc/src/mat/impls/aij/mpi/libtfs/queue.h
/petsc/src/mat/impls/aij/mpi/libtfs/stack.c
/petsc/src/mat/impls/aij/mpi/libtfs/stack.h
/petsc/src/mat/impls/aij/mpi/libtfs/types.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.h
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.h
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.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/aijmatlab.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/spooles/spoolesOptions.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/rowbs/mpi/cholbs.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
aijsbaij.c
sbaij.c
spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/pf/interface/pf.c
/petsc/src/pf/interface/pfall.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.h
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tests/ex5f.F
/petsc/src/sys/examples/tests/ex6f.F
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/src/adic/Gradient/ad_grad.c
/petsc/src/sys/src/adic/Gradient/ad_grad_daxpy.c
/petsc/src/sys/src/adic/Gradient/ad_utils.c
/petsc/src/sys/src/adic/Gradient/makefile
/petsc/src/sys/src/adic/adic/aclocal.m4
/petsc/src/sys/src/adic/adic/alloc.c
/petsc/src/sys/src/adic/adic/makefile
/petsc/src/sys/src/adic/adic/run-alloc.c
/petsc/src/sys/src/adic/adic/run-map.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan2.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atanh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ceil.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_exp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fabs.c
/petsc/src/sys/src/adic/adintrinsics/adintr_floor.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmax.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmod.c
/petsc/src/sys/src/adic/adintrinsics/adintr_frexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ldexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log10.c
/petsc/src/sys/src/adic/adintrinsics/adintr_max.c
/petsc/src/sys/src/adic/adintrinsics/adintr_min.c
/petsc/src/sys/src/adic/adintrinsics/adintr_modf.c
/petsc/src/sys/src/adic/adintrinsics/adintr_pow.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sqrt.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tanh.c
/petsc/src/sys/src/adic/adintrinsics/adintrinsics.c
/petsc/src/sys/src/adic/adintrinsics/config.h
/petsc/src/sys/src/adic/adintrinsics/makefile
/petsc/src/sys/src/adic/adintrinsics/names.h
/petsc/src/sys/src/adic/adintrinsics/report-once.c
/petsc/src/sys/src/adic/adintrinsics/report-once.h
/petsc/src/sys/src/adic/makefile
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/drawimpl.h
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/impls/win32/win32draw.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/draw/interface/drawregall.c
/petsc/src/sys/src/draw/interface/dtext.c
/petsc/src/sys/src/draw/interface/dtextv.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/errstop.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/arch.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/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/interface/dupl.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/ex2f.h
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.h
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/tsimpl.h
/petsc/src/vec/examples/tests/ex19f.F
/petsc/src/vec/examples/tests/ex20f.F
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex34_1.out
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
29f69fd427-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1560.12.1
barrysmith@float56071.mcs.anl-external.org|ChangeSet|20031027212730|15827
ChangeSet
1.1560.12.1 03/10/27 15:27:30 barrysmith@float56071.mcs.anl-external.org +3 -0
configu

bk-changeset-1.1560.12.1
barrysmith@float56071.mcs.anl-external.org|ChangeSet|20031027212730|15827
ChangeSet
1.1560.12.1 03/10/27 15:27:30 barrysmith@float56071.mcs.anl-external.org +3 -0
configure for solaris

python/PETSc/Configure.py
1.104.1.4 03/10/27 15:26:54 barrysmith@float56071.mcs.anl-external.org +1 -1
Satish suggests using genral flag instead of -R

python/PETSc/Configure.py
1.104.1.3 03/10/27 15:22:32 barrysmith@float56071.mcs.anl-external.org +2 -1
add to the list only if the directory exists

python/PETSc/Configure.py
1.104.1.2 03/10/27 15:20:43 barrysmith@float56071.mcs.anl-external.org +7 -0
solaris requires -R/usr/ucblib if -R is used

src/snes/examples/tutorials/makefile
1.26 03/10/27 14:12:44 barrysmith@float56071.mcs.anl-external.org +1 -1
Barry you fool. sh == is only = not ==, but most systems apparently support both

src/mat/impls/sbaij/seq/sbaijfact.c
1.48.1.1 03/10/27 13:48:41 barrysmith@float56071.mcs.anl-external.org +1 -1
don't want PetscAbsScalar() because realpart is already real.


Hg-commit: ef55da0b3220edfed247835a503a4c87cb2f093c

show more ...


/petsc/bin/petscarch
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.cpp
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/config/packages.in
/petsc/bmake/config/rules.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/rules
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/docs/makefile
/petsc/docs/tex/doctext/html.def
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/217.html
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/submitPatch.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
sbaijfact.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/snes.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/interface/view.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tutorials/ex1f.F
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/utils/vscat.c
9a4540c515-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1553
barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979
ChangeSet
1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0
more MAT_SYMMETR

bk-changeset-1.1553
barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979
ChangeSet
1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

BitKeeper/etc/logging_ok
1.64 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +1 -0
Logging to logging@openlogging.org accepted

src/sles/examples/tutorials/ex5.c
1.6 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/utils/matio.c
1.16 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/matimpl.h
1.30 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/interface/matrix.c
1.81 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +19 -3
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/sbaij/seq/sbaij.c
1.80 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/sbaij/mpi/mpisbaij.c
1.66 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/rowbs/mpi/mpirowbs.c
1.37 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/dense/seq/dense.c
1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/dense/mpi/mpidense.c
1.27 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/bdiag/seq/bdiag.c
1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/bdiag/mpi/mpibdiag.c
1.23 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/baij/seq/baij.c
1.61 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/baij/mpi/mpibaij.c
1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/aij/seq/aij.c
1.117 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/aij/mpi/mpiaij.c
1.98 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/impls/adj/mpi/mpiadj.c
1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +9 -1
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

src/mat/examples/tests/ex15.c
1.7 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +1 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

include/petscmat.h
1.89 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -1
more MAT_SYMMETRIC crap, making more general but potentially confusinjg

include/finclude/petscmat.h
1.14 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -0
more MAT_SYMMETRIC crap, making more general but potentially confusinjg


Hg-commit: 7754bd34d04d6dfbdc419a74b3192b12ef7e75e2

show more ...

efcf0fc314-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1551
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031014194505|64382
ChangeSet
1.1551 03/10/14 14:45:05 barrysmith@float56054.mcs.anl-external.org +5 -0
MatIsSymmetric()

bk-changeset-1.1551
barrysmith@float56054.mcs.anl-external.org|ChangeSet|20031014194505|64382
ChangeSet
1.1551 03/10/14 14:45:05 barrysmith@float56054.mcs.anl-external.org +5 -0
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()

src/mat/matimpl.h
1.29 03/10/14 14:45:04 barrysmith@float56054.mcs.anl-external.org +6 -2
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()

src/mat/interface/matrix.c
1.79 03/10/14 14:45:04 barrysmith@float56054.mcs.anl-external.org +139 -4
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()

src/mat/impls/sbaij/seq/sbaij.c
1.79 03/10/14 14:45:04 barrysmith@float56054.mcs.anl-external.org +31 -1
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()

include/petscmat.h
1.88 03/10/14 14:45:04 barrysmith@float56054.mcs.anl-external.org +2 -1
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()

include/finclude/petscmat.h
1.13 03/10/14 14:45:04 barrysmith@float56054.mcs.anl-external.org +6 -0
MatIsSymmetric() changed to MatIsTranspose()
added MatIsSymmetric, IsHermitian(), IsStructurallySymmetric()


Hg-commit: 636661bbe42fb3e5d63a7dcfe05eaf60ea4bdfce

show more ...


/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/win32_gnu/packages
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petschead.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscmatlab.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/makefile
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tests/ex19.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex43.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63.F
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex65.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/makefile
sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/pf/impls/matlab/makefile
/petsc/src/pf/interface/pfall.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/ex16.F
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/makefile
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/matlab/makefile
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/vec/examples/tests/ex20.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/examples/tutorials/ex6.c
/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/is/utils/isltog.c
/petsc/src/vec/utils/gcreatev.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/vecimpl.h
d530a6e708-Oct-2003 victorle <victorle@tibook500ve.cs.utk.edu>

bk-changeset-1.1531
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031008020040|45388
ChangeSet
1.1531 03/10/07 22:00:40 victorle@tibook500ve.cs.utk.edu +1 -0
bug fix in icc manteuffel shift algorit

bk-changeset-1.1531
victorle@tibook500ve.cs.utk.edu|ChangeSet|20031008020040|45388
ChangeSet
1.1531 03/10/07 22:00:40 victorle@tibook500ve.cs.utk.edu +1 -0
bug fix in icc manteuffel shift algorithm

src/mat/impls/sbaij/seq/sbaijfact.c
1.47 03/10/07 22:00:37 victorle@tibook500ve.cs.utk.edu +9 -3
bug fix in icc manteuffel shift algorithm


Hg-commit: 468f34cc2bf6ef9bbfeed6a1fb71cc00b74a77fa

show more ...

20a27b0607-Oct-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1528
hzhang@smash.mcs.anl.gov|ChangeSet|20031007204237|43209
ChangeSet
1.1528 03/10/07 15:42:37 hzhang@smash.mcs.anl.gov +3 -0
Merge smash.mcs.anl.gov:/sandbox/hzhang/petsc-2.1.6

bk-changeset-1.1528
hzhang@smash.mcs.anl.gov|ChangeSet|20031007204237|43209
ChangeSet
1.1528 03/10/07 15:42:37 hzhang@smash.mcs.anl.gov +3 -0
Merge smash.mcs.anl.gov:/sandbox/hzhang/petsc-2.1.6
into smash.mcs.anl.gov:/sandbox/hzhang/petsc-dev

src/mat/impls/sbaij/seq/sbaijfact.c
1.46 03/10/07 15:42:35 hzhang@smash.mcs.anl.gov +0 -0
Auto merged

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.42 03/10/07 15:42:35 hzhang@smash.mcs.anl.gov +0 -0
Auto merged

include/petscversion.h
1.83 03/10/07 15:42:35 hzhang@smash.mcs.anl.gov +0 -0
Auto merged


Hg-commit: b45fa53b15551ca6567268300e0300706131d54b

show more ...

eeeff2ec07-Oct-2003 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.1467.2.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031007203658|19569
ChangeSet
1.1467.2.1 03/10/07 15:36:58 hzhang@smash.mcs.anl.gov +4 -0

fixed the bug in MatGetInertia(),
and ad

bk-changeset-1.1467.2.1
hzhang@smash.mcs.anl.gov|ChangeSet|20031007203658|19569
ChangeSet
1.1467.2.1 03/10/07 15:36:58 hzhang@smash.mcs.anl.gov +4 -0

fixed the bug in MatGetInertia(),
and add the impl for
MatMultTranspose_SeqSBAIJ()
MatMultTransposeAdd_SeqSBAIJ()

include/petscversion.h
1.81.1.1 03/10/07 15:36:46 hzhang@smash.mcs.anl.gov +2 -2

fixed the bug in MatGetInertia(),
and add the impl for
MatMultTranspose_SeqSBAIJ()
MatMultTransposeAdd_SeqSBAIJ()

src/mat/impls/sbaij/seq/sbaij2.c
1.11 03/10/02 15:06:42 hzhang@smash.mcs.anl.gov +8 -4
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.45 03/10/01 21:59:09 hzhang@smash.mcs.anl.gov +14 -17
*** empty log message ***

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.38.1.4 03/10/01 21:20:15 hzhang@smash.mcs.anl.gov +1 -1
*** empty log message ***


Hg-commit: dcb3845c3408319649b3e138a81cb45119197f39

show more ...

fb10cecf03-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1519.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20031003233112|36349
ChangeSet
1.1519.1.3 03/10/03 18:31:12 barrysmith@barry-smiths-computer.local +3 -0
fixed incorrect e

bk-changeset-1.1519.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20031003233112|36349
ChangeSet
1.1519.1.3 03/10/03 18:31:12 barrysmith@barry-smiths-computer.local +3 -0
fixed incorrect error handling when vector not in binary file and nothing else in file

src/vec/utils/vecio.c
1.21 03/10/03 18:31:10 barrysmith@barry-smiths-computer.local +1 -1
fixed incorrect error handling when vector not in binary file and nothing else in file

src/mat/impls/sbaij/seq/sbaijfact.c
1.44.1.2 03/10/03 17:27:07 barrysmith@barry-smiths-computer.local +0 -0
*** empty log message ***

src/mat/impls/sbaij/seq/sbaijfact.c
1.44.1.1 03/10/03 17:16:54 barrysmith@barry-smiths-computer.local +4 -0
print info about shift amount

src/mat/impls/aij/seq/aijfact.c
1.42 03/10/03 17:07:33 barrysmith@barry-smiths-computer.local +1 -1
print more information about shift


Hg-commit: 3a33f86ae1a3c0f83cdb428c70aed231d7e1476f

show more ...

1...<<31323334353637383940>>...53