History log of /petsc/src/mat/impls/dense/mpi/ (Results 626 – 650 of 849)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.cpp
/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/packages.in
/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/macx/variables
/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/makefile
/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/doctext/html.def
/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/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/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
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
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/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/matfd/fdmatrix.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/draw.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/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/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/dict.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.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/view.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/explicit/rk/rk.c
/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/ex1f.F
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
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 ...


/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/bopt_O
/petsc/bmake/common/bopt_O_single
/petsc/bmake/common/bopt_g
/petsc/bmake/common/bopt_g_single
/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_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_superludist/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/config/configure.py
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petscadic.h
/petsc/include/petscao.h
/petsc/include/petscblaslapack.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscf90.h
/petsc/include/petschead.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmatlab.h
/petsc/include/petscmg.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/submitPatch.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/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/inline/gccsse.h
/petsc/src/inline/iclsse.h
/petsc/src/mat/examples/tests/ex15.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/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.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/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.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
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/makefile
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matio.c
/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/examples/tutorials/ex5.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/impls/ilu/ilu.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/snes/examples/tutorials/makefile
/petsc/src/sys/src/draw/examples/tests/ex3.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/lg.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/mal.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/pinit.c
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/utils/sorti.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/utils/str.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/closeport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/impls/explicit/rk/rk.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/vecio.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/vecimpl.h
77e54ba927-Aug-2003 Kris Buschelman <buschelm@mcs.anl.gov>

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

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

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

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

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

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

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

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

Also, BlockSolve icc bug fixes.

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 0037985fd6f4ff14f638c793b641fbb1f9b9a4d7

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/linux/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.6.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_linux-gnu.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/publications/index.html
/petsc/include/finclude/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex15_1.out
/petsc/src/sles/examples/tutorials/output/ex15f_1.out
/petsc/src/sles/examples/tutorials/output/ex1_1.out
/petsc/src/sles/examples/tutorials/output/ex1_2.out
/petsc/src/sles/examples/tutorials/output/ex1_3.out
/petsc/src/sles/examples/tutorials/output/ex1f_1.out
/petsc/src/sles/examples/tutorials/output/ex23_1.out
/petsc/src/sles/examples/tutorials/output/ex23_2.out
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29.options
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/mf/wp.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/examples/tests/ex1.c
/petsc/src/sys/src/error/examples/tests/makefile
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/vec/impls/mpi/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/makefile
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
002d173e23-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

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

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

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

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

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

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

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

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


Hg-commit: 3c156441398eb7567efeb68e24c293590eb6b78a

show more ...

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

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

src/snes/mf/snesmfj.c
1.22

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: a4488752d2a96ca7cfd014930c9f3aa69035c069

show more ...

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 2fd522d975f7a2efb07abd9f486a408d609fd1cf

show more ...


/petsc/bin/petscarch
/petsc/bmake/common/rules
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_ifc/petscconf.h
/petsc/bmake/linux_gcc_ifc/petscfix.h
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_ifc/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/solaris_gnu/packages
/petsc/config/configure.py
/petsc/config/configure_linux-gnu-gcc-ifc.py
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/index.html
/petsc/docs/website/index.html
/petsc/include/petscmat.h
/petsc/maint/update-docs.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
mpidense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/utils/convert.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/vec/utils/vscat.c
be9f9ed314-Jul-2003 Kris Buschelman <buschelm@mcs.anl.gov>

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

src/mat/impls/sbaij/seq

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 78793dc36bc4b4ac50a8904cf52a0273c71472c6

show more ...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: c9cdd08be873eabc232c41f0a34627a15e706758

show more ...

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

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

src/snes/mf/snesmfj.c
1.21 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 45fc210891cbc1e2f5ebf078620103988c24ada5

show more ...


/petsc/bin/adprocess.py
/petsc/bin/urlget.py
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/linux/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_nagf90/petscconf.h
/petsc/bmake/linux_nagf90/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_gnu/variables
/petsc/config/configure_linux-gnu.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/index.html
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_utils.h
/petsc/include/adic/run-alloc.h
/petsc/include/adic/run-map.h
/petsc/include/f90impl/f90_nag.h
/petsc/include/finclude/petscdef.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/fixinclude
/petsc/maint/update-docs.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/kernels/frelax.F
/petsc/src/inline/dot.h
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/makefile
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/dxml/makefile
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/makefile
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/spooles/makefile
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.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/order/makefile
/petsc/src/mat/order/sregis.c
/petsc/src/mat/utils/matioall.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/ex21f.F
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcl.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/ksp/interface/xmon.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex4.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29.options
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/mf/mfregis.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/f90/f90_common.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tests/ex20.F
/petsc/src/vec/impls/mpi/makefile
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/makefile
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
4e7234bf21-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/

bk-changeset-1.1316
bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311
ChangeSet
1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0
finished const [] conversion for matrices

src/mat/partition/partition.c
1.11 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/matimpl.h
1.27 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +5 -5
finished const [] conversion for matrices

src/mat/matfd/fdmatrix.c
1.10 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +1 -1
finished const [] conversion for matrices

src/mat/interface/matrix.c
1.70 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +7 -7
finished const [] conversion for matrices

src/mat/interface/matnull.c
1.8 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +6 -2
finished const [] conversion for matrices

src/mat/impls/sbaij/seq/sbaij.c
1.66 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/dense/seq/dense.c
1.29 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/dense/mpi/mpidense.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/impls/baij/seq/baij.c
1.52 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +4 -4
finished const [] conversion for matrices

src/mat/impls/aij/seq/fdaij.c
1.5 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +1 -2
finished const [] conversion for matrices

src/mat/impls/aij/seq/aijnode.c
1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +8 -8
finished const [] conversion for matrices

src/mat/impls/aij/seq/aij.c
1.100 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +6 -6
finished const [] conversion for matrices

src/mat/impls/adj/mpi/mpiadj.c
1.15 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2
finished const [] conversion for matrices

src/mat/color/color.c
1.9 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +3 -0
finished const [] conversion for matrices

include/petscmat.h
1.71 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +16 -44
finished const [] conversion for matrices


Hg-commit: 9d10fa0d64d85141a4b6bce188621f2ca34c4857

show more ...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 94c68a7999924e61646ed0fbf8a18b4797b9125a

show more ...


/petsc/bmake/linux64_intel/buildtest
/petsc/include/petscmat.h
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.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/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
mmdense.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/is/utils/iscoloring.c
f15d580a20-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 28f3adba971fb56367d21b7dfc7aafa68a90744b

show more ...


/petsc/bmake/config/packages.in
/petsc/bmake/macx/packages
/petsc/bmake/solaris64/variables
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/miscellaneous/usage.1.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/include/finclude/petsc.h
/petsc/include/petsc.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/feti/makefile
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/matstash.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/examples/makefile
/petsc/src/sles/pc/impls/is/feti/fetipc.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/is/feti/makefile
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex1f_1.out
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/viewer/interface/viewa.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
565567f016-Jun-2003 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.1282
Kris@p4buschel.|ChangeSet|20030616215200|46341
ChangeSet
1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0
MPIDense nightly build fix.

src/mat/impls/dense/mpi/mpidense.c
1

bk-changeset-1.1282
Kris@p4buschel.|ChangeSet|20030616215200|46341
ChangeSet
1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0
MPIDense nightly build fix.

src/mat/impls/dense/mpi/mpidense.c
1.16 03/06/16 14:52:00 Kris@p4buschel. +1 -1
Wrong string.


Hg-commit: d81f49458c5ca29d0e2ea05cad5155ebe6478066

show more ...

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 7ffbc17b674a7825fbf4413564a36b11f5da7d83

show more ...

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


Hg-commit: a1c0174f5d32b73ab5d703eaf5e812e5f79378c1

show more ...


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/mpirun.lam
/petsc/bin/petscarch
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/IRIX_gnu/variables
/petsc/bmake/UXPV/packages
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/petscfix.h.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/cray-x1/packages
/petsc/bmake/cray-x1/petscconf.h
/petsc/bmake/cray-x1/petscfix.h
/petsc/bmake/cray-x1/rules
/petsc/bmake/cray-x1/variables
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux/variables
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_uni/buildtest
/petsc/bmake/linux_uni/packages
/petsc/bmake/linux_uni/petscconf.h
/petsc/bmake/linux_uni/petscfix.h
/petsc/bmake/linux_uni/rules
/petsc/bmake/linux_uni/variables
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000/variables
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_64/variables
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/variables
/petsc/bmake/solaris_x86/packages
/petsc/bmake/solaris_x86/variables
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/config/configure_darwin6.4.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_linux-gnu.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/makefile
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/developers/projects.html
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/bugreporting.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/exercises/compiling/index.html
/petsc/docs/website/documentation/exercises/compiling/makeoutput.html
/petsc/docs/website/documentation/exercises/compiling/runoutput.html
/petsc/docs/website/documentation/exercises/index.html
/petsc/docs/website/documentation/exercises/matrices/index.html
/petsc/docs/website/documentation/exercises/odes/index.html
/petsc/docs/website/documentation/exercises/odes/runoutput.html
/petsc/docs/website/documentation/exercises/pseudo/index.html
/petsc/docs/website/documentation/exercises/pseudo/runoutput.html
/petsc/docs/website/documentation/exercises/simpleoutput/index.html
/petsc/docs/website/documentation/exercises/sles/index.html
/petsc/docs/website/documentation/exercises/snes/advanced.html
/petsc/docs/website/documentation/exercises/snes/index.html
/petsc/docs/website/documentation/exercises/vectors/index.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/PCFD99.html
/petsc/docs/website/documentation/tutorials/ag.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/documentation/tutorials/nersc01/nersc01.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/features/details.html
/petsc/docs/website/features/diagram.html
/petsc/docs/website/features/index.html
/petsc/docs/website/images/barry.gif
/petsc/docs/website/images/bill.gif
/petsc/docs/website/images/buschelman.jpg
/petsc/docs/website/images/dinesh.jpg
/petsc/docs/website/images/headbang.gif
/petsc/docs/website/images/hong.jpg
/petsc/docs/website/images/lois.gif
/petsc/docs/website/images/matt.jpg
/petsc/docs/website/images/mcs-rule-small.gif
/petsc/docs/website/images/petscwww.gif
/petsc/docs/website/images/satish.gif
/petsc/docs/website/images/victor.jpg
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/miscellaneous/ftp.gif
/petsc/docs/website/miscellaneous/funding.html
/petsc/docs/website/miscellaneous/index.html
/petsc/docs/website/miscellaneous/petscthreads.html
/petsc/docs/website/miscellaneous/pie.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/docs/website/miscellaneous/usage_15625_image001.gif
/petsc/docs/website/miscellaneous/usage_6589_image001.gif
/petsc/docs/website/presentations/archive/doe2k/doe2k-apps.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-aztec-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-esi.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-pvode-petsc.html
/petsc/docs/website/presentations/future.html
/petsc/docs/website/presentations/index.html
/petsc/docs/website/publications/index.html
/petsc/docs/website/publications/structured.html
/petsc/docs/website/publications/unstructured.html
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/adic/ad_utils.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscts.h
/petsc/include/iclsse.h
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/bugReport.py
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/maint/copytestlog
/petsc/maint/killnightly
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/adic/src/makefile
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/contrib/libtfs/xyt.c
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zts.c
/petsc/src/inline/axpy.h
/petsc/src/inline/dot.h
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex55.c
/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/ex76.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/dxml.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/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/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.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
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/examples/tests/output/ex24_2.out
/petsc/src/sles/examples/tutorials/cyclic.h
/petsc/src/sles/examples/tutorials/da_hdf.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/makefile
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmresp.h
/petsc/src/sles/ksp/impls/lgmres/makefile
/petsc/src/sles/ksp/impls/lgmres/readme
/petsc/src/sles/ksp/impls/makefile
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/pc/examples/tutorials/ex1.c
/petsc/src/sles/pc/examples/tutorials/ex2.c
/petsc/src/sles/pc/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/icc/icc.h
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/ilu/ilu.h
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29view.m
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex5f_1.testout
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/makefile
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/makefile
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/pvode/makefile
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.h
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/examples/tutorials/ex16.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/pipeline.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/vecimpl.h
123145df09-Jan-2003 Kris Buschelman <buschelm@mcs.anl.gov>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Hg-commit: 2dbf10a44c0f0c6c38ccad4e8ad9190dc47c84df

show more ...


/petsc/bin/config/config.guess
/petsc/bin/config/config.sub
/petsc/bin/configarch
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/UXPV/variables
/petsc/bmake/alpha/rules
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_gnu/variables
/petsc/bmake/alpha_uni/rules
/petsc/bmake/alpha_uni/variables
/petsc/bmake/ascired/rules
/petsc/bmake/ascired/variables
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/config/packages.in
/petsc/bmake/config/petscfix.h.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/rules
/petsc/bmake/freebsd/variables
/petsc/bmake/hpux/rules
/petsc/bmake/hpux/variables
/petsc/bmake/hpux64/rules
/petsc/bmake/hpux64/variables
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/rules
/petsc/bmake/linux/variables
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/petscfix.h
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_pgi/variables
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/rules
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000/variables
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_64/variables
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/rs6000_sp/variables
/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/sx6/variables
/petsc/bmake/t3e/rules
/petsc/bmake/t3e/variables
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_intel/variables
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win32_ms_wmpi/variables
/petsc/bmake/win64_intel/rules
/petsc/bmake/win64_intel/variables
/petsc/configure.py
/petsc/configure_darwin6.2.py
/petsc/configure_linux-gnu.py
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/tex/petscconsult.bib
/petsc/include/finclude/petscmat.h
/petsc/include/gccsse.h
/petsc/include/petscda.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/libtool
/petsc/maint/builddist
/petsc/maint/buildtest
/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/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.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/benchmarks/makefile
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/dm/ao/examples/makefile
/petsc/src/dm/ao/impls/makefile
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/examples/tests/ex7.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/makefile
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/f90/tests/makefile
/petsc/src/fortran/makefile
/petsc/src/inline/makefile
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/pf/examples/makefile
/petsc/src/pf/examples/tutorials/makefile
/petsc/src/pf/impls/makefile
/petsc/src/sles/examples/tests/output/ex24_2.out
/petsc/src/sles/examples/tests/output/ex24_3.out
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex10_7.out
/petsc/src/sles/examples/tutorials/output/ex10_9.out
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/ilu/ilu.h
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex21_1.out
/petsc/src/snes/interface/snes.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/makefile
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
/petsc/src/ts/examples/makefile
/petsc/src/ts/impls/implicit/makefile
/petsc/src/ts/impls/makefile
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecstash.c
/petsc/src/vec/utils/vpscat.c
c1dc657d06-Nov-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.866.1.14
bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496
ChangeSet
1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0
fix for bug reported by Sun with PetscMaxSum

bk-changeset-1.866.1.14
bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496
ChangeSet
1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0
fix for bug reported by Sun with PetscMaxSum_Op

src/vec/utils/vecstash.c
1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -22
fix for bug reported by Sun with PetscMaxSum_Op

src/sles/pc/impls/asm/asm.c
1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +1 -1
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/utils/matstash.c
1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +19 -24
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/rowbs/mpi/mpirowbs.c
1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +25 -38
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/dense/mpi/mpidense.c
1.12 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/dense/mpi/mmdense.c
1.5 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -25
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/bdiag/mpi/mpibdiag.c
1.10 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/baij/mpi/mpibaij.c
1.15 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/mat/impls/aij/mpi/mpiaij.c
1.39 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13
fix for bug reported by Sun with PetscMaxSum_Op

src/vec/utils/vpscat.c
1.9 02/11/06 14:15:33 bsmith@terra.mcs.anl.gov +34 -49
fix for snum Sun bug reoport


Hg-commit: 4e6fe8ed77a35fa038c1facef4856ed5733e9695

show more ...


/petsc/bin/mpirun.chiba
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_uni/variables
/petsc/bmake/common/rules
/petsc/bmake/common/sedcmdforfortranstubs
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_gm/variables
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/variables
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_tau/variables
/petsc/bmake/macx/variables
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/variables
/petsc/bmake/sx6/packages
/petsc/bmake/sx6/petscconf.h
/petsc/bmake/sx6/petscfix.h
/petsc/bmake/sx6/rules
/petsc/bmake/sx6/variables
/petsc/configure.py
/petsc/docs/mpi.www.index
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/include/esi/petsc/solveriterative.h
/petsc/include/esi/petsc/vector.h
/petsc/include/f90impl/f90_intel.h
/petsc/include/petsc.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/libtool
/petsc/maint/builddist
/petsc/maint/getexlist
/petsc/maint/killnightly
/petsc/maint/submitPatch.py
/petsc/maint/tuesdayreminder
/petsc/makefile
/petsc/projects/c++/sles/ex2/ex2.dsp
/petsc/projects/c++/sles/ex2/ex2.dsw
/petsc/projects/c/sles/ex2/ex2.dsp
/petsc/projects/complex/sles/ex2/ex2.dsp
/petsc/projects/complex/sles/ex2/ex2.dsw
/petsc/projects/fortran/sles/ex2f/ex2f.dsp
/petsc/projects/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/__init__.py
/petsc/python/PETSc/packages/ADIC.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/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/__init__.py
/petsc/python/__init__.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/dm/da/daimpl.h
/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/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zplog.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex56.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/aij/seq/unary.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
mmdense.c
mpidense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matstash.c
/petsc/src/pf/impls/matlab/cmatlab.c
/petsc/src/sles/examples/tests/ex5f.F
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex8f.F
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/jacobi/jacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/none/none.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/makefile
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex21_1.out
/petsc/src/snes/examples/tutorials/output/ex5_13.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/snes/utils/damgsnes.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/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/time/fdate.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/mathematica/runtime.c
/petsc/src/sys/src/viewer/impls/socket/send.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/vec/esi/evector.c
/petsc/src/vec/examples/tutorials/ex15.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/dvecimpl.h
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/gcreatev.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vecstash.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
456192e201-Sep-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.796.1.24
bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173
ChangeSet
1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0
general cleanup and matrix help messages

bk-changeset-1.796.1.24
bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173
ChangeSet
1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0
general cleanup and matrix help messages

src/vec/interface/vector.c
1.31 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -12
general cleanup and matrix help messages

src/sys/src/viewer/interface/viewa.c
1.5 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/sys/src/viewer/impls/binary/binv.c
1.12 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/sys/src/objects/pinit.c
1.18 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/sys/src/objects/init.c
1.19 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +3 -5
general cleanup and matrix help messages

src/snes/examples/tutorials/makefile
1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/interface/matrix.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +73 -54
general cleanup and matrix help messages

src/mat/impls/sbaij/seq/sbaij.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/sbaij/mpi/mpisbaij.c
1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/rowbs/mpi/mpirowbs.c
1.7 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/dense/seq/dense.c
1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/dense/mpi/mpidense.c
1.11 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/bdiag/seq/bdiag3.c
1.10 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/bdiag/mpi/mpibdiag.c
1.9 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/mat/impls/baij/seq/baij.c
1.30.1.1 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/baij/mpi/mpibaij.c
1.13 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/aij/seq/aij.c
1.44 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

src/mat/impls/aij/mpi/mpiaij.c
1.35 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

include/petscviewer.h
1.24 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1
general cleanup and matrix help messages

include/finclude/petscviewer.h
1.5 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2
general cleanup and matrix help messages

src/sys/src/dll/reg.c
1.12 02/08/31 22:51:55 bsmith@terra.mcs.anl.gov +1 -1
silly no other one has a see manual page


Hg-commit: cbb9d9af325bd303785be46ee0a84a99f91127b9

show more ...


/petsc/bin/config/install-sh
/petsc/bin/taucc.py
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/variables.in
/petsc/bmake/linux/packages
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_nagf90/petscconf.h
/petsc/bmake/linux_nagf90/petscfix.h
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_nagf90/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_tau/petscconf.h
/petsc/bmake/linux_tau/petscfix.h
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_tau/variables
/petsc/bmake/macx/variables
/petsc/bmake/win32_borland/petscfix.h
/petsc/bmake/win32_gnu/petscfix.h
/petsc/bmake/win32_intel/petscfix.h
/petsc/bmake/win32_ms/petscfix.h
/petsc/bmake/win32_ms_hpvm/petscfix.h
/petsc/bmake/win32_ms_mpich/petscfix.h
/petsc/bmake/win32_ms_mpipro/petscfix.h
/petsc/bmake/win32_ms_wmpi/petscfix.h
/petsc/bmake/win64_intel/petscfix.h
/petsc/configure.py
/petsc/docs/tex/petscapp.bib
/petsc/include/adic/run-map.h
/petsc/include/f90impl/f90_nag.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/__init__.py
/petsc/python/__init__.py
/petsc/python/config/packages/ADIC.py
/petsc/python/config/packages/BlockSolve.py
/petsc/python/config/packages/MPI.py
/petsc/python/config/packages/Mathematica.py
/petsc/python/config/packages/Matlab.py
/petsc/python/config/packages/PLAPACK.py
/petsc/python/config/packages/PVODE.py
/petsc/python/config/packages/ParMetis.py
/petsc/python/config/packages/Triangle.py
/petsc/python/config/packages/__init__.py
/petsc/src/benchmarks/PetscVecNorm.c
/petsc/src/contrib/adic/adic/run-map.c
/petsc/src/contrib/adic/adintrinsics/adintrinsics.c
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/contrib/sda/src/sda2f.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/kernels/fnorm.F
/petsc/src/mat/examples/tests/ex33.c
/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/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/gmres/gmpre.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/mg/fmg.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgimpl.h
/petsc/src/sles/pc/impls/mg/smg.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/noise/snesdnest.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/impls/ps/pops.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/errabort.c
/petsc/src/sys/src/fileio/ffpath.c
/petsc/src/sys/src/fileio/fpath.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/fileio/grpath.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/sendsparse.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/viewa.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecio.c
999d905816-Jul-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.756.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020716183658|34562
ChangeSet
1.756.1.1 02/07/16 13:36:58 bsmith@terra.mcs.anl.gov +13 -0
index is now a reserved word according to some

bk-changeset-1.756.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020716183658|34562
ChangeSet
1.756.1.1 02/07/16 13:36:58 bsmith@terra.mcs.anl.gov +13 -0
index is now a reserved word according to some compilers, started to remove its use from
PETSc

src/contrib/libtfs/xxt.c
1.4 02/07/16 13:36:08 bsmith@terra.mcs.anl.gov +7 -7
*** empty log message ***

src/dm/ao/impls/mapping/aomapping.c
1.10 02/07/16 13:35:32 bsmith@terra.mcs.anl.gov +18 -18
*** empty log message ***

src/sles/pc/impls/is/is.c
1.5 02/07/16 13:34:20 bsmith@terra.mcs.anl.gov +8 -8
*** empty log message ***

src/mat/color/numsrt.c
1.4 02/07/16 13:33:28 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/mat/impls/baij/mpi/baijov.c
1.7 02/07/16 13:31:52 bsmith@terra.mcs.anl.gov +25 -25
*** empty log message ***

src/mat/impls/aij/mpi/mpiov.c
1.7 02/07/16 13:30:51 bsmith@terra.mcs.anl.gov +23 -23
*** empty log message ***

src/mat/impls/dense/mpi/mmdense.c
1.4 02/07/16 13:29:48 bsmith@terra.mcs.anl.gov +8 -8
*** empty log message ***

src/mat/impls/sbaij/mpi/mpisbaij.c
1.34 02/07/16 13:24:35 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

src/mat/impls/sbaij/seq/sbaij.c
1.32 02/07/16 13:21:23 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

src/sys/src/memory/mtr.c
1.12 02/07/16 13:20:18 bsmith@terra.mcs.anl.gov +0 -4
*** empty log message ***

src/vec/utils/vinv.c
1.12 02/07/16 13:17:59 bsmith@terra.mcs.anl.gov +5 -5
*** empty log message ***

src/sys/src/plog/plogmpe.c
1.10 02/07/16 12:59:23 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/sys/src/utils/ctable.c
1.8 02/07/16 12:59:00 bsmith@terra.mcs.anl.gov +8 -8
*** empty log message ***


Hg-commit: 5bef97a1f4b47fa72c1398ed3da4763d8e09b384

show more ...


/petsc/bin/adiforfix.py
/petsc/bin/adprocess.py
/petsc/bin/hostnames.chiba
/petsc/bin/mpirun.chiba
/petsc/bin/petsc_libtool
/petsc/bin/petscarch
/petsc/bin/urlget.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_uni/packages
/petsc/bmake/alpha_uni/petscconf.h
/petsc/bmake/alpha_uni/rules
/petsc/bmake/alpha_uni/variables
/petsc/bmake/ascired/packages
/petsc/bmake/ascired/petscconf.h
/petsc/bmake/ascired/petscfix.h
/petsc/bmake/common/bopt_O
/petsc/bmake/common/bopt_O_c++
/petsc/bmake/common/bopt_O_c++_single
/petsc/bmake/common/bopt_g_c++_single
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/packages
/petsc/bmake/freebsd/petscconf.h
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux64_intel/variables
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/variables
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha_dec/buildtest
/petsc/bmake/linux_alpha_dec/petscconf.h
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_gm/petscconf.h
/petsc/bmake/linux_gm/petscfix.h
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_gm/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_pgi/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/petscfix.h
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_gnu/petscfix.h
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/petscconf.h
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/petscconf.h
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/buildtest
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/variables
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscfix.h
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win32_ms_wmpi/variables
/petsc/bmake/win64_intel/petscconf.h
/petsc/bmake/win64_intel/variables
/petsc/docs/makefile
/petsc/docs/tex/doctext/petsc.group
/petsc/docs/tex/doctext/petscapp.cfg
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/gettinginfo.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/tex/sty/tpage.sty
/petsc/include/adic/adintrinsics.h
/petsc/include/esi/ESI.h
/petsc/include/esi/IndexSpace.h
/petsc/include/esi/MatrixColPointerAccess.h
/petsc/include/esi/MatrixRowPointerAccess.h
/petsc/include/esi/Operator.h
/petsc/include/esi/Preconditioner.h
/petsc/include/esi/SolverIterative.h
/petsc/include/esi/Vector.h
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/object.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/petsc/solveriterative.h
/petsc/include/esi/petsc/vector.h
/petsc/include/esi/scalarTraits.h
/petsc/include/f90impl/makefile
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petsclog.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscmg.h
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscts.h
/petsc/include/petsc.h
/petsc/include/petscblaslapack.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/maint/copytestlog
/petsc/maint/getpdflabels.py
/petsc/maint/killnightly
/petsc/maint/lex.py
/petsc/maint/mapnameslatex.py
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/makefile
/petsc/src/adic/src/makefile
/petsc/src/benchmarks/PetscVecNorm.c
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/fun3d/userJac.F
/petsc/src/contrib/lahaye/ex1.c
/petsc/src/contrib/lahaye/ex2.c
/petsc/src/contrib/lahaye/makefile
/petsc/src/contrib/lahaye/ramg/makefile
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/lahaye/samg.old/README.TXT
/petsc/src/contrib/lahaye/samg.old/drvsamg.f
/petsc/src/contrib/lahaye/samg.old/makefile
/petsc/src/contrib/lahaye/samg.old/petscfunc.h
/petsc/src/contrib/lahaye/samg.old/petsctools.c
/petsc/src/contrib/lahaye/samg.old/samgfunc.h
/petsc/src/contrib/lahaye/samg.old/samgpetsc.c
/petsc/src/contrib/lahaye/samg.old/samgtools1.F
/petsc/src/contrib/lahaye/samg.old/samgtools2.c
/petsc/src/contrib/lahaye/samg/externc.h
/petsc/src/contrib/lahaye/samg/global.h
/petsc/src/contrib/lahaye/samg/makefile
/petsc/src/contrib/lahaye/samg/readme
/petsc/src/contrib/lahaye/samg/samgfunc.h
/petsc/src/contrib/lahaye/samg/samgmgpetsc.c
/petsc/src/contrib/lahaye/samg/samgpetsc.c
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/lahaye/samg/samgtools1.F
/petsc/src/contrib/libtfs/const.h
/petsc/src/contrib/libtfs/gs.c
/petsc/src/contrib/libtfs/ivec.c
/petsc/src/contrib/libtfs/makefile
/petsc/src/contrib/libtfs/xxt.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appsetalg.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/main.c
/petsc/src/contrib/oberman/laplacian_q1/finput.c
/petsc/src/contrib/oberman/laplacian_q1/makefile
/petsc/src/contrib/oberman/makefile
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/contrib/sda/src/sda2f.c
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tests/output/ex1_1.out
/petsc/src/dm/ao/examples/tests/output/ex1_2.out
/petsc/src/dm/ao/examples/tests/output/ex1_3.out
/petsc/src/dm/ao/examples/tests/output/ex2_1.out
/petsc/src/dm/ao/examples/tests/output/ex2_2.out
/petsc/src/dm/ao/examples/tests/output/ex2_3.out
/petsc/src/dm/ao/examples/tests/output/ex7_1.out
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/ao/examples/tutorials/output/ex2_1.out
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/makefile
/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/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daltog.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/dascatter.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/fortran/f90/tests/makefile
/petsc/src/fortran/kernels/faypx.F
/petsc/src/fortran/kernels/fcopy.F
/petsc/src/fortran/kernels/fnorm.F
/petsc/src/fortran/kernels/fsolvebaij.F
/petsc/src/fortran/kernels/fwaxpy.F
/petsc/src/fortran/kernels/makefile
/petsc/src/inline/axpy.h
/petsc/src/inline/dot.h
/petsc/src/inline/ilu.h
/petsc/src/mat/color/numsrt.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex45.c
/petsc/src/mat/examples/tests/ex46.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex10_1.out
/petsc/src/mat/examples/tests/output/ex11_1.out
/petsc/src/mat/examples/tests/output/ex11_2.out
/petsc/src/mat/examples/tests/output/ex11_3.out
/petsc/src/mat/examples/tests/output/ex11_4.out
/petsc/src/mat/examples/tests/output/ex12_1.out
/petsc/src/mat/examples/tests/output/ex12_2.out
/petsc/src/mat/examples/tests/output/ex12_3.out
/petsc/src/mat/examples/tests/output/ex12_4.out
/petsc/src/mat/examples/tests/output/ex13_1.out
/petsc/src/mat/examples/tests/output/ex14_1.out
/petsc/src/mat/examples/tests/output/ex15_1.out
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex21_1.out
/petsc/src/mat/examples/tests/output/ex2_1_A.out
/petsc/src/mat/examples/tests/output/ex2_1_B.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/examples/tests/output/ex31_1.out
/petsc/src/mat/examples/tests/output/ex31_2.out
/petsc/src/mat/examples/tests/output/ex35_1.out
/petsc/src/mat/examples/tests/output/ex37_1.out
/petsc/src/mat/examples/tests/output/ex46_1.out
/petsc/src/mat/examples/tests/output/ex4_1.out
/petsc/src/mat/examples/tests/output/ex4_2.out
/petsc/src/mat/examples/tests/output/ex56_1.out
/petsc/src/mat/examples/tests/output/ex56_2.out
/petsc/src/mat/examples/tests/output/ex56_3.out
/petsc/src/mat/examples/tests/output/ex56_4.out
/petsc/src/mat/examples/tests/output/ex56_5.out
/petsc/src/mat/examples/tests/output/ex59_1.out
/petsc/src/mat/examples/tests/output/ex59_2.out
/petsc/src/mat/examples/tests/output/ex59_3.out
/petsc/src/mat/examples/tests/output/ex5_1_A.out
/petsc/src/mat/examples/tests/output/ex5_1_B.out
/petsc/src/mat/examples/tests/output/ex5_2.out
/petsc/src/mat/examples/tests/output/ex5_3.out
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex61_1.out
/petsc/src/mat/examples/tests/output/ex67f_1.out
/petsc/src/mat/examples/tests/output/ex6_1.out
/petsc/src/mat/examples/tests/output/ex7_1.out
/petsc/src/mat/examples/tests/output/ex8_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/mpi/makefile
/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/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
mmdense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/makefile
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/hypre/makefile
/petsc/src/mat/impls/hypre/mhyp.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/maij/maij.h
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/makefile
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/esi/esles.c
/petsc/src/sles/esi/makefile
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tests/output/ex20_1.out
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex26.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/examples/tutorials/ex8.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex10_15.out
/petsc/src/sles/examples/tutorials/output/ex10_16.out
/petsc/src/sles/examples/tutorials/output/ex10_17.out
/petsc/src/sles/examples/tutorials/output/ex10_18.out
/petsc/src/sles/examples/tutorials/output/ex22_1.out
/petsc/src/sles/examples/tutorials/output/ex26_1.out
/petsc/src/sles/examples/tutorials/output/ex6f_1.out
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmresp.h
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmresp.h
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itres.c
/petsc/src/sles/ksp/interface/xmon.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/makefile
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/examples/tests/makefile
/petsc/src/sles/pc/examples/tutorials/makefile
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/esi/makefile
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/hypre/makefile
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/is/is.c
/petsc/src/sles/pc/impls/is/nn/nn.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/pilut/hyppilut.c
/petsc/src/sles/pc/impls/pilut/makefile
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/makefile
/petsc/src/sles/pc/impls/spai/makefile
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12.F
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.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/ex10d/makefile
/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/ex20.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/tr.h
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/interface/noise/snesdnest.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex1_1.out
/petsc/src/sys/examples/tests/output/ex2_1.out
/petsc/src/sys/examples/tests/output/ex3_1.out
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/draw/examples/tests/makefile
/petsc/src/sys/src/draw/examples/tutorials/makefile
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/impls/x/frame.c
/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/dpoints.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/esi/makefile
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/java/PETScRund.java
/petsc/src/sys/src/objects/ams/java/makefile
/petsc/src/sys/src/objects/ams/makefile
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plog.h
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/time/cputime.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/utils/dlregis.h
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/examples/tests/makefile
/petsc/src/sys/src/viewer/examples/tutorials/makefile
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/draw/vdraw.h
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/sys/src/viewer/interface/viewa.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/util2.c
/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/impls/pseudo/posindep.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/esi/ecomp.c
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/esi/makefile
/petsc/src/vec/impls/hypre/makefile
/petsc/src/vec/impls/hypre/vhyp.c
/petsc/src/vec/impls/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvec2.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/dlregis.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/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vinv.c
7f5ff6fd02-Jan-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.404.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367
ChangeSet
1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0
beats me what I changed

src/sys/src/viewer/

bk-changeset-1.404.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367
ChangeSet
1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0
beats me what I changed

src/sys/src/viewer/impls/ascii/filev.c
1.13 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +5 -1
add fortran support in manual pages

src/vec/utils/pipeline.c
1.4 02/01/02 15:08:04 bsmith@terra.mcs.anl.gov +0 -11
take out isprocyes() cause not used and did bad stuff comparing long and
function pointers.

src/fortran/custom/zsys.c
1.6 02/01/02 13:06:56 bsmith@terra.mcs.anl.gov +51 -0
added some text io for PetscViewerASCII.. to Fortran interface


src/snes/examples/tutorials/ex25.c
1.9 01/12/20 16:24:58 bsmith@terra.mcs.anl.gov +83 -0
*** empty log message ***

src/sles/pc/impls/mat/pcmat.c
1.2 01/12/20 14:56:09 bsmith@terra.mcs.anl.gov +17 -372
new preconditioner based on using a matrix vector product

src/sles/pc/impls/mat/makefile
1.2 01/12/20 14:51:45 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/sles/pc/impls/makefile
1.6 01/12/20 14:51:16 bsmith@terra.mcs.anl.gov +1 -1
added mat directory for PC based on mat-vec product

src/sles/pc/interface/pcregis.c
1.10 01/12/20 14:50:50 bsmith@terra.mcs.anl.gov +2 -0
added registering PC based on matrix vector product

include/petscpc.h
1.12 01/12/20 14:49:49 bsmith@terra.mcs.anl.gov +1 -0
added a PC defined by a matrix vector product.

src/sles/pc/impls/mat/pcmat.c
1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +410 -0

src/sles/pc/impls/mat/makefile
1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +18 -0

src/sles/pc/impls/mat/pcmat.c
1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/pcmat.c

src/sles/pc/impls/mat/makefile
1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/makefile

src/mat/impls/dense/mpi/mpidense.c
1.10 01/12/20 12:51:08 bsmith@terra.mcs.anl.gov +2 -2
*** empty log message ***

src/mat/impls/dense/mpi/mpidense.c
1.9 01/12/19 22:34:08 bsmith@terra.mcs.anl.gov +2 -2
*** empty log message ***


Hg-commit: f8ca203d2604617c4582490ef901d0f7d6e10296

show more ...


/petsc/bmake/alpha/buildtest
/petsc/bmake/linux64/packages
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscfix.h
/petsc/bmake/linux64_intel/variables
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/macx/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/variables
/petsc/config/configarch
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/object.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/petsc/vector.h
/petsc/include/petscerror.h
/petsc/include/petscpc.h
/petsc/maint/killnightly
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijfact.c
mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/sles/examples/tests/ex17.c
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tests/output/ex10_1.out
/petsc/src/sles/examples/tests/output/ex20_1.out
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/mat/makefile
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/sys/src/draw/examples/tests/ex4f.F
/petsc/src/sys/src/draw/interface/dgpause.c
/petsc/src/sys/src/draw/interface/dsetpause.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/pipeline.c
7d0de27513-Dec-2001 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.368.1.1
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716
ChangeSet
1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0
Removed superfluous break statements

bk-changeset-1.368.1.1
knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716
ChangeSet
1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0
Removed superfluous break statements

src/mat/impls/sbaij/seq/sbaij.c
1.19 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/sbaij/mpi/mpisbaij.c
1.21 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/dense/mpi/mpidense.c
1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/bdiag/seq/bdiag.c
1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/bdiag/mpi/mpibdiag.c
1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/baij/seq/baij.c
1.11 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1
Removed superfluous break

src/mat/impls/baij/mpi/mpibaij.c
1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/aij/seq/aij.c
1.18 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break

src/mat/impls/aij/mpi/mpiaij.c
1.20 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2
Removed superfluous break


Hg-commit: d1fb03a8815c2f3ecb1e1dcc141450e26b2f0d10

show more ...


/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/petscconf.h
/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX64/petscconf.h
/petsc/bmake/IRIX64/petscfix.h
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/petscconf.h
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/petscconf.h
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/packages
/petsc/bmake/alpha/petscconf.h
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_gnu/petscconf.h
/petsc/bmake/alpha_uni/petscconf.h
/petsc/bmake/ascired/petscconf.h
/petsc/bmake/beos/petscconf.h
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/packages
/petsc/bmake/freebsd/petscconf.h
/petsc/bmake/hpux/packages
/petsc/bmake/hpux/petscconf.h
/petsc/bmake/hpux64/packages
/petsc/bmake/hpux64/petscconf.h
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64/petscfix.h
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/petscconf.h
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/petscconf.h
/petsc/bmake/linux_alpha/petscfix.h
/petsc/bmake/linux_alpha_dec/buildtest
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_alpha_dec/petscconf.h
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/petscconf.h
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_intel/petscfix.h
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_pgi/petscconf.h
/petsc/bmake/linux_superludist/petscconf.h
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/petscconf.h
/petsc/bmake/macx/variables
/petsc/bmake/petscconf.defs
/petsc/bmake/rs6000/petscconf.h
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/petscconf.h
/petsc/bmake/rs6000_gnu/petscconf.h
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscconf.h
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/petscconf.h
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/petscconf.h
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/petscconf.h
/petsc/bmake/solaris_lam/petscconf.h
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/petscconf.h
/petsc/bmake/solaris_x86/packages
/petsc/bmake/solaris_x86/petscconf.h
/petsc/bmake/t3e/packages
/petsc/bmake/t3e/petscconf.h
/petsc/bmake/t3e/petscfix.h
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part2.tex
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_daxpy.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/adic/ad_utils.h
/petsc/include/adic/adintr_proto.h
/petsc/include/adic/adintrinsics.h
/petsc/include/adic/initcommon.h
/petsc/include/adic/initenum.h
/petsc/include/adic/knr-compat.h
/petsc/include/adic/run-alloc.h
/petsc/include/adic/run-map.h
/petsc/include/esi/ESI.h
/petsc/include/esi/MPI_traits.h
/petsc/include/esi/Preconditioner.h
/petsc/include/esi/basicTypes.h
/petsc/include/esi/ordinalTraits.h
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/object.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/scalarTraits.h
/petsc/include/finclude/petscksp.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscengine.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/hosts.local
/petsc/makefile
/petsc/src/benchmarks/PLogEvent.c
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_grad_daxpy.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/aclocal.m4
/petsc/src/contrib/adic/adic/alloc.c
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adic/run-alloc.c
/petsc/src/contrib/adic/adic/run-map.c
/petsc/src/contrib/adic/adintrinsics/adintr_acos.c
/petsc/src/contrib/adic/adintrinsics/adintr_acosh.c
/petsc/src/contrib/adic/adintrinsics/adintr_asin.c
/petsc/src/contrib/adic/adintrinsics/adintr_asinh.c
/petsc/src/contrib/adic/adintrinsics/adintr_atan.c
/petsc/src/contrib/adic/adintrinsics/adintr_atan2.c
/petsc/src/contrib/adic/adintrinsics/adintr_atanh.c
/petsc/src/contrib/adic/adintrinsics/adintr_ceil.c
/petsc/src/contrib/adic/adintrinsics/adintr_cos.c
/petsc/src/contrib/adic/adintrinsics/adintr_cosh.c
/petsc/src/contrib/adic/adintrinsics/adintr_exp.c
/petsc/src/contrib/adic/adintrinsics/adintr_fabs.c
/petsc/src/contrib/adic/adintrinsics/adintr_floor.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmax.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmin.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmod.c
/petsc/src/contrib/adic/adintrinsics/adintr_frexp.c
/petsc/src/contrib/adic/adintrinsics/adintr_ldexp.c
/petsc/src/contrib/adic/adintrinsics/adintr_log.c
/petsc/src/contrib/adic/adintrinsics/adintr_log10.c
/petsc/src/contrib/adic/adintrinsics/adintr_max.c
/petsc/src/contrib/adic/adintrinsics/adintr_min.c
/petsc/src/contrib/adic/adintrinsics/adintr_modf.c
/petsc/src/contrib/adic/adintrinsics/adintr_pow.c
/petsc/src/contrib/adic/adintrinsics/adintr_sin.c
/petsc/src/contrib/adic/adintrinsics/adintr_sinh.c
/petsc/src/contrib/adic/adintrinsics/adintr_sqrt.c
/petsc/src/contrib/adic/adintrinsics/adintr_tan.c
/petsc/src/contrib/adic/adintrinsics/adintr_tanh.c
/petsc/src/contrib/adic/adintrinsics/adintrinsics.c
/petsc/src/contrib/adic/adintrinsics/config.h
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/contrib/adic/adintrinsics/names.h
/petsc/src/contrib/adic/adintrinsics/report-once.c
/petsc/src/contrib/adic/adintrinsics/report-once.h
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/matmatmult.c
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/libtfs/const.h
/petsc/src/contrib/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/examples/tutorials/output/ex2_1.out
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/ao/impls/mapping/makefile
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/makefile
/petsc/src/fortran/custom/zplog.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/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/makefile
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/makefile
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/examples/tests/ex25.c
/petsc/src/sles/examples/tutorials/ex11f.F
/petsc/src/sles/examples/tutorials/ex25.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex2_6.out
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/minres/minres.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/symmlq/symmlq.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/examples/tests/ex5.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/esi/makefile
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/examples/tests/ex12.c
/petsc/src/sys/examples/tests/ex16.c
/petsc/src/sys/examples/tutorials/ex3.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/esi/makefile
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/makefile
/petsc/src/sys/src/plog/mpitr.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plog.h
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/ptime.h
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/silo/makefile
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/tsimpl.h
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/examples/tutorials/ex14f.F
/petsc/src/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/examples/tutorials/ex4f.F
/petsc/src/vec/examples/tutorials/ex4f90.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/examples/tutorials/ex9.c
/petsc/src/vec/examples/tutorials/ex9f.F
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/esi/makefile
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/examples/tests/ex1.c
/petsc/src/vec/is/examples/tests/ex2.c
/petsc/src/vec/is/examples/tutorials/ex1.c
/petsc/src/vec/is/examples/tutorials/ex1f.F
/petsc/src/vec/is/examples/tutorials/ex1f90.F
/petsc/src/vec/is/examples/tutorials/ex2.c
/petsc/src/vec/is/examples/tutorials/ex2f.F
/petsc/src/vec/is/examples/tutorials/ex3.c
/petsc/src/vec/is/examples/tutorials/ex3f90.F
/petsc/src/vec/is/examples/tutorials/ex4.c
/petsc/src/vec/utils/vpscat.c
064f820830-Nov-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.257.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861
ChangeSet
1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0
put esi into petsc. change norm to nrm to prev

bk-changeset-1.257.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861
ChangeSet
1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0
put esi into petsc. change norm to nrm to prevent shadowing

src/vec/interface/vector.c
1.19 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +1 -1


src/vec/interface/vecregall.c
1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/vec/impls/esi/makefile
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/vec/esi/makefile
1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/sys/src/esi/makefile
1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/sys/src/dll/dl.c
1.10 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/sles/pc/interface/pcregis.c
1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +0 -4


src/sles/pc/esi/makefile
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


src/mat/utils/matioall.c
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/mat/utils/gcreate.c
1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1


src/mat/interface/matregis.c
1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +2 -2


src/mat/esi/makefile
1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2


maint/builddist
1.15.1.1 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2


docs/tex/manual/part2.tex
1.8 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +52 -48


docs/tex/manual/part1.tex
1.7 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2


docs/tex/manual/acknowl.tex
1.5 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +3 -2


bmake/linux/packages
1.9 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +0 -4
remove have_esi

bmake/common/variables
1.16 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +2 -2
remove have_esi

src/snes/impls/test/snestest.c
1.4 01/11/30 09:13:52 bsmith@terra.mcs.anl.gov +3 -3
*** empty log message ***

src/snes/impls/tr/tr.c
1.5 01/11/30 09:13:18 bsmith@terra.mcs.anl.gov +15 -15
*** empty log message ***

src/snes/mf/snesmfjdef.c
1.6 01/11/30 09:11:17 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/snes/interface/snes.c
1.11 01/11/30 09:10:35 bsmith@terra.mcs.anl.gov +9 -10
*** empty log message ***

src/mat/impls/baij/mpi/mpibaij.c
1.8 01/11/30 09:08:25 bsmith@terra.mcs.anl.gov +4 -4
*** empty log message ***

src/mat/impls/bdiag/mpi/mpibdiag.c
1.7 01/11/30 09:07:35 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/bdiag/seq/bdiag3.c
1.7 01/11/30 09:07:02 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/aij/seq/aij.c
1.14 01/11/30 09:06:11 bsmith@terra.mcs.anl.gov +6 -6
*** empty log message ***

src/mat/impls/dense/mpi/mpidense.c
1.7 01/11/30 09:05:31 bsmith@terra.mcs.anl.gov +7 -7
*** empty log message ***

src/mat/impls/dense/seq/dense.c
1.9 01/11/30 09:04:55 bsmith@terra.mcs.anl.gov +6 -6
changed norm to nrm to prevoide name shadowing

src/mat/interface/matrix.c
1.19 01/11/30 09:03:54 bsmith@terra.mcs.anl.gov +4 -4
changed norm to nrm to provide shadowing with math.h beasty

src/vec/utils/vinv.c
1.9 01/11/30 09:02:49 bsmith@terra.mcs.anl.gov +11 -11
changed norm to nrm to deal with namespace problem on silly mandrake math.h

src/mat/impls/esi/makefile
1.7 01/11/30 00:30:35 bsmith@terra.mcs.anl.gov +1 -2
*** empty log message ***

src/mat/interface/matrix.c
1.18 01/11/30 00:12:09 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

bmake/common/rules
1.17 01/11/29 23:28:53 bsmith@terra.mcs.anl.gov +0 -28
*** empty log message ***

bmake/linux_gcc_pgf90/packages
1.12 01/11/29 22:44:33 bsmith@terra.mcs.anl.gov +2 -1
*** empty log message ***

include/esi/scalarTraits.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +154 -0

include/esi/ordinalTraits.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +35 -0

include/esi/basicTypes.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +165 -0

include/esi/VectorReplaceAccess.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +65 -0

include/esi/Vector.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +269 -0

include/esi/SolverIterative.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +51 -0

include/esi/Solver.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +41 -0

include/esi/scalarTraits.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/scalarTraits.h

include/esi/ordinalTraits.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/ordinalTraits.h

include/esi/basicTypes.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/basicTypes.h

include/esi/VectorReplaceAccess.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/VectorReplaceAccess.h

include/esi/Vector.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Vector.h

include/esi/SolverIterative.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/SolverIterative.h

include/esi/Solver.h
1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Solver.h

include/esi/Properties.h
1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +185 -0

include/esi/PreconditionerTranspose.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +50 -0

include/esi/Preconditioner.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +77 -0

include/esi/OperatorTranspose.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +34 -0

include/esi/Operator.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +36 -0

include/esi/Object.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +232 -0

include/esi/MatrixRowWriteAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +177 -0

include/esi/MatrixRowReadAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +139 -0

include/esi/MatrixRowPointerAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0

include/esi/MatrixData.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +48 -0

include/esi/MatrixColWriteAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0

include/esi/MatrixColReadAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +141 -0

include/esi/MatrixColPointerAccess.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +182 -0

include/esi/MPI_traits.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +57 -0

include/esi/IndexSpace.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +221 -0

include/esi/ESI.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +68 -0

include/esi/Properties.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Properties.h

include/esi/PreconditionerTranspose.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/PreconditionerTranspose.h

include/esi/Preconditioner.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Preconditioner.h

include/esi/OperatorTranspose.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/OperatorTranspose.h

include/esi/Operator.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Operator.h

include/esi/Object.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Object.h

include/esi/MatrixRowWriteAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowWriteAccess.h

include/esi/MatrixRowReadAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowReadAccess.h

include/esi/MatrixRowPointerAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowPointerAccess.h

include/esi/MatrixData.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixData.h

include/esi/MatrixColWriteAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColWriteAccess.h

include/esi/MatrixColReadAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColReadAccess.h

include/esi/MatrixColPointerAccess.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColPointerAccess.h

include/esi/MPI_traits.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/MPI_traits.h

include/esi/IndexSpace.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/IndexSpace.h

include/esi/ESI.h
1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/ESI.h

include/esi/Argv.h
1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +61 -0

include/esi/Argv.h
1.0 01/11/29 22:25:49 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/include/esi/Argv.h


Hg-commit: d9d6c6cefae516ab31281b22724992262a3bcb28

show more ...


/petsc/bin/adiforfix.py
/petsc/bin/adprocess.py
/petsc/bin/chibaoutput
/petsc/bin/mpirun.chiba
/petsc/bin/mpirun.lam
/petsc/bin/mpirun.poe
/petsc/bin/mpirun.prun
/petsc/bin/petsc_libtool
/petsc/bin/petscarch
/petsc/bin/petscmpirun
/petsc/bin/petscrun
/petsc/bin/popup
/petsc/bin/urlget
/petsc/bin/urlget.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/petscconf.h
/petsc/bmake/IRIX64/petscconf.h
/petsc/bmake/IRIX_gnu/petscconf.h
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/petscconf.h
/petsc/bmake/alpha/petscconf.h
/petsc/bmake/alpha_gnu/petscconf.h
/petsc/bmake/alpha_uni/petscconf.h
/petsc/bmake/ascired/petscconf.h
/petsc/bmake/beos/petscconf.h
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/petscconf.h
/petsc/bmake/hpux/petscconf.h
/petsc/bmake/hpux64/petscconf.h
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux/rules
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/petscconf.h
/petsc/bmake/linux_absoft/petscfix.h
/petsc/bmake/linux_alpha/petscconf.h
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_alpha_dec/petscconf.h
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/petscconf.h
/petsc/bmake/linux_gcc_pgf90/petscfix.h
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_pgi/petscconf.h
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/petscconf.h
/petsc/bmake/linux_superludist/petscfix.h
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_superludist/variables
/petsc/bmake/macx/petscconf.h
/petsc/bmake/petscconf.defs
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000/petscconf.h
/petsc/bmake/rs6000_64/petscconf.h
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_gnu/petscconf.h
/petsc/bmake/rs6000_sp/petscconf.h
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/petscconf.h
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/petscconf.h
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/petscconf.h
/petsc/bmake/solaris_lam/petscconf.h
/petsc/bmake/solaris_uni/petscconf.h
/petsc/bmake/solaris_x86/petscconf.h
/petsc/bmake/t3e/petscconf.h
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_borland/petscfix.h
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_intel/petscfix.h
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms/petscfix.h
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscfix.h
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/petscfix.h
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscfix.h
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscfix.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/bmake/win64_intel/petscfix.h
/petsc/config/configarch
/petsc/docs/manualpages/sec/bop.DA
/petsc/docs/manualpages/sec/bop.Discretization
/petsc/docs/manualpages/sec/bop.GVec
/petsc/docs/manualpages/sec/bop.Grid
/petsc/docs/manualpages/sec/bop.KSP
/petsc/docs/manualpages/sec/bop.Mat
/petsc/docs/manualpages/sec/bop.Mesh
/petsc/docs/manualpages/sec/bop.PC
/petsc/docs/manualpages/sec/bop.SLES
/petsc/docs/manualpages/sec/bop.SNES
/petsc/docs/manualpages/sec/bop.Vec
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/argonne.pdf
/petsc/docs/tex/manual/danumbering.pdf
/petsc/docs/tex/manual/dirs.pdf
/petsc/docs/tex/manual/ghost.pdf
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/manual/petscwww.pdf
/petsc/docs/tex/manual/treep.pdf
/petsc/docs/tex/manual/usg.pdf
/petsc/docs/tex/manual/zoom.pdf
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/sty/IEEEtran.sty
/petsc/docs/tex/sty/anlhelper.sty
/petsc/docs/tex/sty/bwslides.sty
/petsc/docs/tex/sty/color.sty
/petsc/docs/tex/sty/colorslides.sty
/petsc/docs/tex/sty/handpage.sty
/petsc/docs/tex/sty/here.sty
/petsc/docs/tex/sty/mcsletter.sty
/petsc/docs/tex/sty/palatino.sty
/petsc/docs/tex/sty/report_petsc.cls
/petsc/docs/tex/sty/report_petsc.sty
/petsc/docs/tex/sty/tpage.sty
/petsc/docs/tex/sty/trl.sty
/petsc/docs/tex/sty/url.sty
/petsc/docs/tex/sty/verbatim.sty
/petsc/include/esi/Argv.h
/petsc/include/esi/ESI.h
/petsc/include/esi/IndexSpace.h
/petsc/include/esi/MPI_traits.h
/petsc/include/esi/MatrixColPointerAccess.h
/petsc/include/esi/MatrixColReadAccess.h
/petsc/include/esi/MatrixColWriteAccess.h
/petsc/include/esi/MatrixData.h
/petsc/include/esi/MatrixRowPointerAccess.h
/petsc/include/esi/MatrixRowReadAccess.h
/petsc/include/esi/MatrixRowWriteAccess.h
/petsc/include/esi/Object.h
/petsc/include/esi/Operator.h
/petsc/include/esi/OperatorTranspose.h
/petsc/include/esi/Preconditioner.h
/petsc/include/esi/PreconditionerTranspose.h
/petsc/include/esi/Properties.h
/petsc/include/esi/Solver.h
/petsc/include/esi/SolverIterative.h
/petsc/include/esi/Vector.h
/petsc/include/esi/VectorReplaceAccess.h
/petsc/include/esi/basicTypes.h
/petsc/include/esi/ordinalTraits.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/scalarTraits.h
/petsc/include/f90impl/f90_IRIX.h
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/petsc.h
/petsc/include/petscbt.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/maint/buildconfigtest
/petsc/maint/builddist
/petsc/maint/builddistlite
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/countfiles
/petsc/maint/findbadfiles
/petsc/maint/fixinclude
/petsc/maint/getexlist
/petsc/maint/helpindex.py
/petsc/maint/killnightly
/petsc/maint/makepatch
/petsc/maint/tuesdayreminder
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/maint/wwwindex.py
/petsc/maint/wwwman
/petsc/maint/xclude
/petsc/makefile
/petsc/projects/c++/sles/ex2/ex2.dsp
/petsc/projects/c/sles/ex2/ex2.dsp
/petsc/projects/fortran/sles/ex2f/ex2f.dsp
/petsc/projects/makefile
/petsc/src/bilinear/bilinearimpl.h
/petsc/src/bilinear/impls/dense/makefile
/petsc/src/bilinear/impls/dense/seq/dense.c
/petsc/src/bilinear/impls/dense/seq/dense.h
/petsc/src/bilinear/impls/dense/seq/makefile
/petsc/src/bilinear/impls/makefile
/petsc/src/bilinear/interface/bilinear.c
/petsc/src/bilinear/interface/bilinearreg.c
/petsc/src/bilinear/interface/bilinearregall.c
/petsc/src/bilinear/interface/bilinearserialize.c
/petsc/src/bilinear/interface/create.c
/petsc/src/bilinear/interface/dlregis.c
/petsc/src/bilinear/interface/initializepackage.c
/petsc/src/bilinear/interface/makefile
/petsc/src/bilinear/interface/registerall.c
/petsc/src/bilinear/interface/registerdestroy.c
/petsc/src/bilinear/interface/serialize.c
/petsc/src/bilinear/interface/serializeregisterall.c
/petsc/src/bilinear/interface/serializeregisterdestroy.c
/petsc/src/bilinear/makefile
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/matmatmult.c
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/libtfs/bss_malloc.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/contrib/libtfs/gs.c
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/auto/makefile
/petsc/src/fortran/custom/makefile
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zoptions.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zplog.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zstartf.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zts.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/fortran/fsrc/somefort.F
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/baij/mpi/baijov.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/bdiag/mpi/mpibdiag.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
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/makefile
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sro.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/interface/mhas.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tutorials/ex25.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex25_1.out
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/esi/makefile
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/mf/wp.c
/petsc/src/snes/snesimpl.h
/petsc/src/sys/examples/tests/ex12.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/draw/impls/x/ximpl.h
/petsc/src/sys/src/draw/impls/x/xinit.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/dlinegw.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.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/fp.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/esi/makefile
/petsc/src/sys/src/fileio/ffpath.c
/petsc/src/sys/src/fileio/fpath.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/fileio/fwd.c
/petsc/src/sys/src/fileio/ghome.c
/petsc/src/sys/src/fileio/grpath.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/mprint.h
/petsc/src/sys/src/fileio/rpath.c
/petsc/src/sys/src/fileio/smatlab.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/mpiuni/mpirun
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class
/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class
/petsc/src/sys/src/objects/ams/java/makefile
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pmain.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/mpitr.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/ptime.h
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/time/cputime.c
/petsc/src/sys/src/time/fdate.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/utils/fuser.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/pdisplay.c
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/utils/psleep.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/socket/matlab/bread.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/send.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/dlregis.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex2f.F
/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/ex7.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/makefile
/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/ts/tsimpl.h
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/esi/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pmap.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/impls/shared/shvec.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/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/isimpl.h
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vecmpitoseq.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/vecimpl.h
552e946d25-Oct-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.115
bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013
ChangeSet
1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0
changed vec_cookie and mat_cookie to vec_file_cookie a

bk-changeset-1.115
bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013
ChangeSet
1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0
changed vec_cookie and mat_cookie to vec_file_cookie and mat_file_cookie for vector and matrix
binary io. With Matt's change to dynamic setting of **_COOKIE we have to hardwire the cookies for
file writing back to their old values.

src/mat/impls/dense/seq/dense.c
1.6 01/10/25 10:02:31 bsmith@terra.mcs.anl.gov +3 -3
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/dense/mpi/mpidense.c
1.6 01/10/25 10:02:23 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/aij/seq/aij.c
1.8 01/10/25 10:01:52 bsmith@terra.mcs.anl.gov +2 -2
/*$Id: mpiaij.c,v 1.344 2001/08/10 03:30:48 bsmith Exp $*/

src/mat/impls/aij/mpi/mpiaij.c
1.6 01/10/25 10:01:38 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/rowbs/mpi/mpirowbs.c
1.5 01/10/25 10:01:27 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/seq/bdiag.c
1.6 01/10/25 10:01:20 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/seq/bdiag3.c
1.5 01/10/25 10:01:15 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/bdiag/mpi/mpibdiag.c
1.6 01/10/25 10:01:09 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/baij/seq/baij.c
1.8 01/10/25 10:01:02 bsmith@terra.mcs.anl.gov +2 -2
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/baij/mpi/mpibaij.c
1.7 01/10/25 10:00:55 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/sbaij/seq/sbaij.c
1.10 01/10/25 10:00:50 bsmith@terra.mcs.anl.gov +2 -2
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/sbaij/mpi/mpisbaij.c
1.6 01/10/25 10:00:41 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

src/mat/impls/esi/mesi.c
1.9 01/10/25 10:00:15 bsmith@terra.mcs.anl.gov +1 -1
esi additions

src/mat/utils/matio.c
1.7 01/10/25 09:59:59 bsmith@terra.mcs.anl.gov +1 -1
changed mat_cookie to mat_file_cookie for binary matrix io

include/petscmat.h
1.14 01/10/25 09:59:31 bsmith@terra.mcs.anl.gov +1 -0
added mat_file_cookie

src/vec/utils/vecio.c
1.9 01/10/25 09:59:12 bsmith@terra.mcs.anl.gov +3 -3
changed vec_cookie to vec_file_cookie for binary vector io

src/vec/interface/vector.c
1.12 01/10/25 09:59:02 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

src/vec/interface/veccreate.c
1.10 01/10/25 09:58:51 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

src/sys/src/viewer/impls/socket/matlab/readinvecs.c
1.5 01/10/25 09:57:05 bsmith@terra.mcs.anl.gov +1 -1
changed vec_cookie to vec_file_cookie for binary vector io

include/petscvec.h
1.18 01/10/25 09:56:26 bsmith@terra.mcs.anl.gov +1 -0
added vec_file_cookie


Hg-commit: 72f241aba6cbdcc0bfc0a0660fb154fb13664823

show more ...


/petsc/bin/adiforfix.py
/petsc/bin/adprocess.py
/petsc/bin/chibaoutput
/petsc/bin/config/config.guess
/petsc/bin/config/config.sub
/petsc/bin/config/findftnlibs
/petsc/bin/config/install-sh
/petsc/bin/mpirun.chiba
/petsc/bin/mpirun.lam
/petsc/bin/mpirun.poe
/petsc/bin/mpirun.prun
/petsc/bin/petscarch
/petsc/bin/petscmpirun
/petsc/bin/petscrun
/petsc/bin/popup
/petsc/bin/urlget
/petsc/bin/urlget.py
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/petscconf.h
/petsc/bmake/alpha/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_uni/packages
/petsc/bmake/beos/packages
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_absoft/petscconf.h
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/petscconf.h
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/petscconf.h
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_pgi/petscconf.h
/petsc/bmake/macx/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/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/win64_intel/packages
/petsc/docs/tex/doctext/html.def
/petsc/docs/tex/manual/part2.tex
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/vector.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petschead.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/maint/buildconfigtest
/petsc/maint/builddist
/petsc/maint/builddistlite
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/countfiles
/petsc/maint/findbadfiles
/petsc/maint/fixinclude
/petsc/maint/getexlist
/petsc/maint/helpindex.py
/petsc/maint/killnightly
/petsc/maint/makepatch
/petsc/maint/tuesdayreminder
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/maint/wwwindex.py
/petsc/maint/wwwman
/petsc/maint/xclude
/petsc/makefile
/petsc/src/contrib/java/mpijavarun
/petsc/src/contrib/lahaye/matmatmult.c
/petsc/src/contrib/oberman/burgers_df_based_q1/readme
/petsc/src/contrib/oberman/laplacian_q1/readme
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/examples/tests/scripts/ex4.script
/petsc/src/dm/da/examples/tests/scripts/ex6.script
/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/dadestroy.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zoptions.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zplog.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstartf.c
/petsc/src/fortran/custom/zts.c
/petsc/src/mat/color/color.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
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
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/makefile
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/makefile
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/examples/tests/scripts/ex10.asm
/petsc/src/sles/examples/tests/scripts/ex10.script
/petsc/src/sles/examples/tests/scripts/ex10_asm_matbaij
/petsc/src/sles/examples/tests/scripts/ex10_asm_mpibaij
/petsc/src/sles/examples/tests/scripts/ex10_bjacobi_mpibaij
/petsc/src/sles/examples/tests/scripts/ex10_blu
/petsc/src/sles/examples/tests/scripts/ex10_lu
/petsc/src/sles/examples/tests/scripts/ex10_lu_blocks
/petsc/src/sles/examples/tests/scripts/ex10_seqbdiag
/petsc/src/sles/examples/tutorials/ex5.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/ksp/impls/cg/cgtype.c
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/fgmres/modpcf.c
/petsc/src/sles/ksp/impls/gmres/gmpre.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/richscale.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/examples/tests/ex5.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/jacobi/jacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/tutorials/test_command
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/mf/wp.c
/petsc/src/sys/examples/tutorials/ex3.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/draw/interface/dtext.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/esi/makefile
/petsc/src/sys/src/fileio/fwd.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/mpiuni/mpirun
/petsc/src/sys/src/objects/ams/java/PETScOptions.java
/petsc/src/sys/src/objects/ams/java/PETScPlugins.java
/petsc/src/sys/src/objects/ams/java/PETScRun.java
/petsc/src/sys/src/objects/ams/java/PETScRund.java
/petsc/src/sys/src/objects/ams/java/PETScView.java
/petsc/src/sys/src/objects/ams/java/PETScViewKSP.java
/petsc/src/sys/src/objects/ams/java/PETScViewSNES.java
/petsc/src/sys/src/objects/ams/java/PumpStream.java
/petsc/src/sys/src/objects/ams/java/PutAMSACC.java
/petsc/src/sys/src/objects/cookie.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/makefile
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plog.h
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/makefile
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ams/amsopen.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/silo/makefile
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
/petsc/src/sys/src/viewer/impls/socket/sendsparse.c
/petsc/src/sys/src/viewer/impls/vu/makefile
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/sys/src/viewer/interface/view.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/impls/implicit/pvode/makefile
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.h
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/examples/tutorials/ex1.c
/petsc/src/vec/examples/tutorials/ex11.c
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/impls/esi/ebvec1.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/makefile
/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/is/impls/block/block.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
d643ce6318-Oct-2001 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.76
knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511
ChangeSet
1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0
Reorganized matrix operations

src/mat/matimpl

bk-changeset-1.76
knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511
ChangeSet
1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0
Reorganized matrix operations

src/mat/matimpl.h
1.5 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +20 -21
Reorganized matrix operations

src/mat/impls/shell/shell.c
1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/sbaij/seq/sbaij.c
1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/sbaij/mpi/mpisbaij.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/dense/seq/dense.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/dense/mpi/mpidense.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/bdiag/seq/bdiag.c
1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/bdiag/mpi/mpibdiag.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/baij/seq/baij.c
1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/baij/mpi/mpibaij.c
1.4 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/aij/seq/aij.c
1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

src/mat/impls/aij/mpi/mpiaij.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +1 -2
Reorganized matrix operations

src/mat/impls/adj/mpi/mpiadj.c
1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1
Reorganized matrix operations

include/petscmat.h
1.5.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +53 -57
Renumbered matrix operations


Hg-commit: 4ad925e093a9962a4768f46c68ab806e7b595e4d

show more ...


/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/solaris_lam/packages
/petsc/docs/makefile
/petsc/include/petsc.h
/petsc/include/petscdraw.h
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/maint/tuesdayreminder
/petsc/makefile
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/da/src/da2.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zvec.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex19.c
/petsc/src/mat/examples/tests/ex27.c
/petsc/src/mat/examples/tests/ex28.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex60.c
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/sles/examples/tests/ex10.c
/petsc/src/sles/examples/tests/ex15.c
/petsc/src/sles/examples/tests/ex17.c
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex2.c
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/examples/tests/ex24.c
/petsc/src/sles/examples/tests/ex3.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex11.c
/petsc/src/sles/examples/tutorials/ex11f.F
/petsc/src/sles/examples/tutorials/ex12.c
/petsc/src/sles/examples/tutorials/ex15.c
/petsc/src/sles/examples/tutorials/ex16.c
/petsc/src/sles/examples/tutorials/ex1f.F
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/examples/tutorials/ex23.c
/petsc/src/sles/examples/tutorials/ex3.c
/petsc/src/sles/examples/tutorials/ex4.c
/petsc/src/sles/examples/tutorials/ex5.c
/petsc/src/sles/examples/tutorials/ex6f.F
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/examples/tutorials/ex8.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/interface/itres.c
/petsc/src/sles/pc/examples/tests/ex8f.F
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/snesimpl.h
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/fileio/grpath.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/examples/tests/ex1.c
/petsc/src/vec/examples/tests/ex10.c
/petsc/src/vec/examples/tests/ex11.c
/petsc/src/vec/examples/tests/ex12.c
/petsc/src/vec/examples/tests/ex13.c
/petsc/src/vec/examples/tests/ex14.c
/petsc/src/vec/examples/tests/ex17.c
/petsc/src/vec/examples/tests/ex19.F
/petsc/src/vec/examples/tests/ex21.c
/petsc/src/vec/examples/tests/ex22.c
/petsc/src/vec/examples/tests/ex23.c
/petsc/src/vec/examples/tests/ex24.c
/petsc/src/vec/examples/tests/ex25.c
/petsc/src/vec/examples/tests/ex26.c
/petsc/src/vec/examples/tests/ex28.c
/petsc/src/vec/examples/tests/ex29.c
/petsc/src/vec/examples/tests/ex3.c
/petsc/src/vec/examples/tests/ex31.c
/petsc/src/vec/examples/tests/ex33.c
/petsc/src/vec/examples/tests/ex4.c
/petsc/src/vec/examples/tests/ex5.c
/petsc/src/vec/examples/tests/ex9.c
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tutorials/ex1.c
/petsc/src/vec/examples/tutorials/ex10.c
/petsc/src/vec/examples/tutorials/ex11.c
/petsc/src/vec/examples/tutorials/ex11f.F
/petsc/src/vec/examples/tutorials/ex12.c
/petsc/src/vec/examples/tutorials/ex1e.c
/petsc/src/vec/examples/tutorials/ex1f.F
/petsc/src/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/examples/tutorials/ex2.c
/petsc/src/vec/examples/tutorials/ex3.c
/petsc/src/vec/examples/tutorials/ex3f.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/examples/tutorials/ex6.c
/petsc/src/vec/examples/tutorials/ex7.c
/petsc/src/vec/examples/tutorials/ex8.c
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/vmpicr.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/vseqcr.c
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/makefile
/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/gcreatev.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/vecimpl.h

1...<<21222324252627282930>>...34