History log of /petsc/src/ts/ (Results 5426 – 5450 of 5884)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
22e3665716-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1667
barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732
ChangeSet
1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0
change variable index to

bk-changeset-1.1667
barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732
ChangeSet
1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0
change variable index to indx since some systems have that as reserved word
plus minor nightly build fixes

src/ts/impls/implicit/pvode/petscpvode.c
1.16 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5
change variable index to indx since some systems have that as reserved word

src/snes/impls/ls/ls.c
1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/mg/mg.c
1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/hypre/hyppilut.c
1.40 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +15 -15
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/composite/composite.c
1.9 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/asm/asm.c
1.15 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/interface/itcreate.c
1.26 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/lgmres/lgmres.c
1.7 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/gmres/gmres.c
1.20 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/fgmres/fgmres.c
1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.44 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +7 -7
change variable index to indx since some systems have that as reserved word

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.79 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5
change variable index to indx since some systems have that as reserved word

include/petschead.h
1.18 03/11/16 12:11:37 barrysmith@barry-smiths-computer.local +1 -1
Not sure why you are casting an address to int before checking if
nonzero? This causes grief on systems with 64bit pointers but
32 bit ints.

cxx: Warning: vector.c, line 388: conversion from pointer to smaller integer
PetscObjectGetRealComposedData((PetscObject)x,type_id,*val,flg);
--^

bmake/linux_alpha_dec/rules
1.9 03/11/16 12:03:17 barrysmith@barry-smiths-computer.local +1 -1
don't want to print rule


Hg-commit: d0745477665bb6353a86b08b0cfc3e5df6f09e44

show more ...

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

bk-changeset-1.1663
barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546
ChangeSet
1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0
changed calling sequence

bk-changeset-1.1663
barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546
ChangeSet
1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0
changed calling sequence of PetscOptionsEList()
reorganized classical GramSchmidt orthogonalization

src/ts/impls/implicit/pvode/petscpvode.c
1.15 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +6 -26
changed calling sequence of PetscOptionsEList()

src/ts/examples/tutorials/makefile
1.5 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +2 -2
changed calling sequence of PetscOptionsEList()

src/ts/examples/tests/makefile
1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +10 -10
changed calling sequence of PetscOptionsEList()

src/sys/src/objects/ams/aoptions.c
1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +29 -7
changed calling sequence of PetscOptionsEList()

src/snes/impls/ls/ls.c
1.22 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +12 -15
changed calling sequence of PetscOptionsEList()

src/snes/examples/tutorials/output/ex2_1.out
1.6 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/snes/examples/tutorials/makefile
1.28 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +32 -32
changed calling sequence of PetscOptionsEList()

src/snes/examples/tests/makefile
1.10 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +31 -31
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/mg/mg.c
1.12 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +20 -17
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/hypre/hyppilut.c
1.39 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +24 -79
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/composite/composite.c
1.8 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -16
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/asm/asm.c
1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -17
changed calling sequence of PetscOptionsEList()

src/sles/ksp/interface/itcreate.c
1.25 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +11 -15
changed calling sequence of PetscOptionsEList()

src/sles/ksp/impls/lgmres/lgmresp.h
1.3 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +2 -1
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/lgmres/lgmres.c
1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +25 -13
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/makefile
1.4 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +2 -2
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmresp.h
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +26 -26
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmres2.c
1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +6 -12
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmres.c
1.18 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +74 -14
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/borthog2.c
1.6 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +65 -16
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/fgmres/fgmresp.h
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -0
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/fgmres/fgmres.c
1.11 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +19 -41
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex23_2.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex23_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1f_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_3.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_2.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex15f_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex15_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/makefile
1.38 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +39 -39
changed calling sequence of PetscOptionsEList()

src/sles/examples/tests/makefile
1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +32 -32
changed calling sequence of PetscOptionsEList()

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.43 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +21 -36
changed calling sequence of PetscOptionsEList()

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.22 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +3 -26
changed calling sequence of PetscOptionsEList()

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.77 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +13 -24
changed calling sequence of PetscOptionsEList()

include/petscoptions.h
1.10 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -1
changed calling sequence of PetscOptionsEList()

include/petscksp.h
1.20 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -2
new design of classical GramSchmidt orthogonalization

include/finclude/petscksp.h
1.9 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -1
new design of classical GramSchmidt orthogonalization

docs/website/documentation/changes/217.html
1.5 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +7 -0
new design of classical GramSchmidt orthogonalization

docs/tex/manual/part2.tex
1.59 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +26 -17
new design of classical GramSchmidt orthogonalization

bmake/common/rules
1.78 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -0
silly linker warning on mac x

python/PETSc/packages/MPI.py
1.55 03/11/15 18:58:32 barrysmith@barry-smiths-computer.local +2 -2
include message about nonworking languages for MPI with failed user provided MPI

python/PETSc/packages/MPI.py
1.54 03/11/15 18:56:45 barrysmith@barry-smiths-computer.local +1 -1
include in message that MPI may not work for just a particular language


Hg-commit: d27b1a6026e82f169d206c54d8d48675c7565dde

show more ...


/petsc/bin/petscarch
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/common/rules.fortran.none
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/variables
/petsc/bmake/config/rules.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/rules
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/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_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_linux-gnu-gcc-ifc.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/finclude/petscksp.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/include/petscversion.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/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/python/PETSc/todo
/petsc/src/contrib/makefile
/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/zoptions.c
/petsc/src/fortran/custom/zsda.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/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/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/makefile
/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/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/cgne/cgne.c
/petsc/src/sles/ksp/impls/cgne/makefile
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cheby/chebctx.h
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/fgmresp.h
/petsc/src/sles/ksp/impls/gmres/borthog2.c
/petsc/src/sles/ksp/impls/gmres/gmreig.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/gmres/gmresp.h
/petsc/src/sles/ksp/impls/gmres/makefile
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmresp.h
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/makefile
/petsc/src/sles/ksp/impls/minres/minres.c
/petsc/src/sles/ksp/impls/symmlq/symmlq.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/eige.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/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/ramg/makefile
/petsc/src/sles/pc/impls/ramg/petscfunc.c
/petsc/src/sles/pc/impls/ramg/petscfunc.h
/petsc/src/sles/pc/impls/ramg/ramgfunc.h
/petsc/src/sles/pc/impls/ramg/ramgpetsc.c
/petsc/src/sles/pc/impls/samg/externc.h
/petsc/src/sles/pc/impls/samg/global.h
/petsc/src/sles/pc/impls/samg/makefile
/petsc/src/sles/pc/impls/samg/petscfunc.h
/petsc/src/sles/pc/impls/samg/readme
/petsc/src/sles/pc/impls/samg/samgfunc.h
/petsc/src/sles/pc/impls/samg/samgmgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsctools.c
/petsc/src/sles/pc/impls/samg/samgtools1.F
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/impls/ls/ls.c
/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/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/inherit.c
/petsc/src/sys/src/objects/init.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/viewer/impls/matlab/vmatlab.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
examples/tests/makefile
examples/tutorials/makefile
impls/implicit/pvode/petscpvode.c
/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/impls/mpi/pbvec.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
43c7788625-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1560.8.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338
ChangeSet
1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0
fixed PETSc so a

bk-changeset-1.1560.8.1
barrysmith@barry-smiths-computer.local|ChangeSet|20031025182847|20338
ChangeSet
1.1560.8.1 03/10/25 13:28:47 barrysmith@barry-smiths-computer.local +30 -0
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/utils/vscat.c
1.9 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/is/interface/index.c
1.5 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/interface/vector.c
1.51 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +5 -5
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/vec/interface/map.c
1.8 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/ts/interface/ts.c
1.22 03/10/25 13:28:31 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/viewer/interface/view.c
1.5 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/random.c
1.10 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/pbarrier.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/utils/dict.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/lg.c
1.9 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/hists.c
1.13 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/dscatter.c
1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/utils/axis.c
1.7 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sys/src/draw/interface/draw.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/snes/interface/snes.c
1.29 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sles/pc/interface/precon.c
1.25 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +3 -3
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/sles/ksp/interface/itcreate.c
1.24 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/pf/interface/pf.c
1.8 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/partition/partition.c
1.12 03/10/25 13:28:30 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/matfd/fdmatrix.c
1.11 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/mat/interface/matrix.c
1.83 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -10
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/dm/da/src/dadestroy.c
1.13 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

src/dm/ao/interface/ao.c
1.8 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +2 -2
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

python/PETSc/packages/Matlab.py
1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +16 -12
fix Matlab configure for when Matlab does not exist

python/PETSc/packages/MPI.py
1.37 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +10 -8
__str__ work properly with mpiuni

bmake/macx/variables
1.16 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +1 -1
fixed PETSc so all global variables are initialized, no longer
need -c option to ranlib

bmake/config/packages.in
1.21 03/10/25 13:28:29 barrysmith@barry-smiths-computer.local +6 -5
fix for when Matlab does not exist

python/PETSc/Configure.py
1.102 03/10/25 13:22:23 barrysmith@barry-smiths-computer.local +0 -1
Macx no longer needs fancy ranlib

python/PETSc/Configure.py
1.101 03/10/25 13:21:53 barrysmith@barry-smiths-computer.local +0 -2
*** empty log message ***

src/snes/examples/tutorials/ex29.c
1.53 03/10/25 13:17:49 barrysmith@barry-smiths-computer.local +1 -1
replaced nonportable strcpy with PetscStrcpy()

config/configure.py
1.42 03/10/24 19:56:32 barrysmith@barry-smiths-computer.local +1 -1
tell user to look in configure.log on error


Hg-commit: 785a396fc9c4713698dc722edb09d86d9eb18fb5

show more ...


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

bk-changeset-1.1560
barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851
ChangeSet
1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0
added TSRKSetTolerance()

bk-changeset-1.1560
barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851
ChangeSet
1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0
added TSRKSetTolerance()

src/ts/impls/implicit/pvode/petscpvode.c
1.14 03/10/21 19:14:38 barrysmith@barry-smiths-computer.local +3 -0
explanation of tolerance for pvode

docs/tex/manual/part2.tex
1.58 03/10/21 19:13:40 barrysmith@barry-smiths-computer.local +9 -5
added TSRKSetTolerance()

src/ts/impls/explicit/rk/rk.c
1.9 03/10/21 19:07:10 barrysmith@barry-smiths-computer.local +57 -4
added TSRKSetTolerance()

include/petscts.h
1.18 03/10/21 19:07:04 barrysmith@barry-smiths-computer.local +2 -0
added TSRKSetTolerance()


Hg-commit: 538fdf2e48c8c02529fceeaa82c731f8345c5414

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/config/rules.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/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_cygwin-ms.py
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/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/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tests/ex19.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/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
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/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/spai/src/ispai.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/sys/src/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
impls/explicit/rk/rk.c
impls/implicit/pvode/petscpvode.c
/petsc/src/vec/examples/tests/ex20.F
/petsc/src/vec/examples/tutorials/ex1f.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/vpscat.c
/petsc/src/vec/vecimpl.h
db04680926-Sep-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1512.1.42
barrysmith@barry-smiths-computer.local|ChangeSet|20030926042957|15594
ChangeSet
1.1512.1.42 03/09/25 23:29:57 barrysmith@barry-smiths-computer.local +3 -0
con figure addi

bk-changeset-1.1512.1.42
barrysmith@barry-smiths-computer.local|ChangeSet|20030926042957|15594
ChangeSet
1.1512.1.42 03/09/25 23:29:57 barrysmith@barry-smiths-computer.local +3 -0
con figure addition for xlC that Matt needs to fix

python/PETSc/Configure.py
1.84.1.6 03/09/25 23:28:31 barrysmith@barry-smiths-computer.local +11 -0
does C++ compiler (IBM's xlC) need special for .c files as c++?
doesn't work because i can't force to use .c file instead of .cc
need matt to fix

include/petscts.h
1.16 03/09/20 16:01:54 barrysmith@barry-smiths-computer.local +0 -3
don't need prototype for it

src/ts/impls/explicit/rk/rk.c
1.8 03/09/20 16:01:30 barrysmith@barry-smiths-computer.local +71 -70
moved tsrkqs up so do not need prototype for it


Hg-commit: 777e66c7318ac9b228d3d540eefd4dac96127e79

show more ...

b0dd972410-Sep-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1512.1.33
knepley@khan.mcs.anl.gov|ChangeSet|20030910160312|12907
ChangeSet
1.1512.1.33 03/09/10 11:03:12 knepley@khan.mcs.anl.gov +1 -0
Nightly build fixes

src/ts/impls/explici

bk-changeset-1.1512.1.33
knepley@khan.mcs.anl.gov|ChangeSet|20030910160312|12907
ChangeSet
1.1512.1.33 03/09/10 11:03:12 knepley@khan.mcs.anl.gov +1 -0
Nightly build fixes

src/ts/impls/explicit/rk/rk.c
1.7 03/09/10 11:03:07 knepley@khan.mcs.anl.gov +2 -2
Fixed warnings


Hg-commit: 5d2b932143742c395e29d25b38dacef31424f4cd

show more ...

2cdf812007-Sep-2003 asbjorn <asbjorn@tre.ii.uib.no>

bk-changeset-1.1512.1.29
asbjorn@tre.ii.uib.no|ChangeSet|20030907093635|13702
ChangeSet
1.1512.1.29 03/09/07 11:36:35 asbjorn@tre.ii.uib.no +3 -0
part2.tex:
Added information about explicit r

bk-changeset-1.1512.1.29
asbjorn@tre.ii.uib.no|ChangeSet|20030907093635|13702
ChangeSet
1.1512.1.29 03/09/07 11:36:35 asbjorn@tre.ii.uib.no +3 -0
part2.tex:
Added information about explicit runge-kutta timestepper
rk.c:
Minor bug fixes. Set lower timestep to 1e-14

BitKeeper/etc/logging_ok
1.60 03/09/07 11:36:32 asbjorn@tre.ii.uib.no +1 -0
Logging to logging@openlogging.org accepted

docs/tex/manual/part2.tex
1.57 03/09/07 11:33:14 asbjorn@tre.ii.uib.no +26 -0
Added information about explicit runge-kutta timestepper

src/ts/impls/explicit/rk/rk.c
1.6 03/09/07 11:26:16 asbjorn@tre.ii.uib.no +15 -10
Minor bug fixes. Set lower timestep to 1e-14


Hg-commit: 6aa60c9e1cfb0ed082ae6cbad6540fbda58f88e7

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/config/variables.in
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/manual.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/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/petscversion.h
/petsc/maint/builddist
/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/dm/da/src/gr2.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/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/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/sys/src/error/examples/tests/ex1.c
/petsc/src/sys/src/error/examples/tests/makefile
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/interface/viewregall.c
impls/explicit/rk/rk.c
/petsc/src/vec/impls/mpi/pdvec.c
764134fc05-Aug-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1463.2.2
balay@smash.mcs.anl.gov|ChangeSet|20030805163647|18965
ChangeSet
1.1463.2.2 03/08/05 11:36:47 balay@smash.mcs.anl.gov +1 -0
fix warning with 'time'

src/ts/examples/tuto

bk-changeset-1.1463.2.2
balay@smash.mcs.anl.gov|ChangeSet|20030805163647|18965
ChangeSet
1.1463.2.2 03/08/05 11:36:47 balay@smash.mcs.anl.gov +1 -0
fix warning with 'time'

src/ts/examples/tutorials/ex6.c
1.8 03/08/05 11:36:46 balay@smash.mcs.anl.gov +4 -4
fix warning with 'time'


Hg-commit: 2fb6f5095a28405939591ef7f92fb5c7a5201d68

show more ...


/petsc/bin/adprocess.py
/petsc/bin/petscarch
/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/linux64/packages
/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_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/config/configure.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.6.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-gcc-ifc.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/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/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petscmat.h
/petsc/include/petscmat.h
/petsc/include/petscmath.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/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/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/aij.h
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/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/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/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/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/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/sbaij.h
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex15_1.out
/petsc/src/sles/examples/tutorials/output/ex15f_1.out
/petsc/src/sles/examples/tutorials/output/ex1_1.out
/petsc/src/sles/examples/tutorials/output/ex1_2.out
/petsc/src/sles/examples/tutorials/output/ex1_3.out
/petsc/src/sles/examples/tutorials/output/ex1f_1.out
/petsc/src/sles/examples/tutorials/output/ex23_1.out
/petsc/src/sles/examples/tutorials/output/ex23_2.out
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/utils/damg.c
/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/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/snesmfj.c
/petsc/src/snes/mf/wp.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/interface/viewregall.c
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
/petsc/src/vec/utils/vscat.c
bf7fbedc10-Jul-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1382
balay@smash.mcs.anl.gov|ChangeSet|20030710161138|52490
ChangeSet
1.1382 03/07/10 11:11:38 balay@smash.mcs.anl.gov +1 -0
get this code working with complex on windows

src/ts

bk-changeset-1.1382
balay@smash.mcs.anl.gov|ChangeSet|20030710161138|52490
ChangeSet
1.1382 03/07/10 11:11:38 balay@smash.mcs.anl.gov +1 -0
get this code working with complex on windows

src/ts/examples/tutorials/ex6.c
1.7 03/07/10 11:11:37 balay@smash.mcs.anl.gov +1 -1
get this code working with complex on windows


Hg-commit: 8709090bb670d9736f140ab72e06741652e9b98a

show more ...

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

bk-changeset-1.1376
balay@smash.mcs.anl.gov|ChangeSet|20030709163858|52624
ChangeSet
1.1376 03/07/09 11:38:58 balay@smash.mcs.anl.gov +6 -0
nightly build fixes

src/vec/examples/tests/ex20.F

bk-changeset-1.1376
balay@smash.mcs.anl.gov|ChangeSet|20030709163858|52624
ChangeSet
1.1376 03/07/09 11:38:58 balay@smash.mcs.anl.gov +6 -0
nightly build fixes

src/vec/examples/tests/ex20.F
1.4 03/07/09 11:38:56 balay@smash.mcs.anl.gov +3 -3
fix g77 warnings about inconsistant function call

src/ts/examples/tutorials/ex6.c
1.6 03/07/09 11:38:56 balay@smash.mcs.anl.gov +11 -10
fix the code for single precision compile

src/sles/examples/tutorials/makefile
1.36 03/07/09 11:38:56 balay@smash.mcs.anl.gov +2 -1
move LUSOL example into a separate section

src/mat/order/makefile
1.4 03/07/09 11:38:56 balay@smash.mcs.anl.gov +1 -1
remove entry for non-existant dir

include/adic/run-map.h
1.5 03/07/09 11:38:56 balay@smash.mcs.anl.gov +0 -1
remove preprocessor comment (causes grief with solaris compiler)

include/adic/run-alloc.h
1.3 03/07/09 11:38:56 balay@smash.mcs.anl.gov +0 -1
remove preprocessor comment (causes grief with solaris compiler)


Hg-commit: 6cde727447210cc41fed9f2f1a089b6e947894c0

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/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/petsc.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/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/da/src/da2.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/fortran/kernels/frelax.F
/petsc/src/inline/dot.h
/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/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/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/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/seq/bdiag2.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/makefile
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/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/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/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/interface/itcreate.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/precon.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/makefile
/petsc/src/snes/mf/mfregis.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/f90/f90_common.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
examples/tutorials/ex6.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
523ff52425-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1337
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454
ChangeSet
1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1337
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454
ChangeSet
1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc

src/ts/impls/implicit/pvode/petscpvode.c
1.13 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0
Auto merged

src/sles/ksp/interface/itfunc.c
1.16 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 2c62a8cee06779b5a60aad604dd7f217797e6df7

show more ...

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

bk-changeset-1.1328.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827
ChangeSet
1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0
changed PC apply to behave differently if

bk-changeset-1.1328.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827
ChangeSet
1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0
changed PC apply to behave differently if left or right preconditioner
don't allow deflation if right preconditioner

src/ts/impls/implicit/pvode/petscpvode.c
1.11.1.1 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/interface/precon.c
1.22 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +16 -7
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/impls/redundant/redundant.c
1.8 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/impls/composite/composite.c
1.7 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +6 -6
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/examples/tests/ex4.c
1.4 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/esi/epreconditioner.c
1.24 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/kspimpl.h
1.11 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +2 -2
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/interface/itfunc.c
1.14.1.1 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/impls/fgmres/fgmres.c
1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/examples/tutorials/ex21f.F
1.4 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +3 -3
changed PC apply to behave differently if left or right preconditioner

src/mat/interface/matnull.c
1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
better expliation of out argument

include/petscpc.h
1.30 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner


Hg-commit: 6b4cc7577337a795eea8ec0dcebfe5b2b66ce3e7

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/config/packages.in
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/solaris64/variables
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/linearsolvertable.html
/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/petscao.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/maint/fixinclude
/petsc/python/PETSc/packages/BlasLapack.py
/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/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/dm/da/src/dadist.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zsnes.c
/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/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/mpiov.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/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/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
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/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/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/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/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/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matioall.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex21f.F
/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/gmres/gmreig.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex4.c
/petsc/src/sles/pc/impls/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/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/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/mf/snesmfj.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
impls/implicit/pvode/petscpvode.c
/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/impls/mpi/pdvec.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
1836bdbc24-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1326.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641
ChangeSet
1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0
const and [] changes

src/ts/interface/ts.c

bk-changeset-1.1326.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641
ChangeSet
1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0
const and [] changes

src/ts/interface/ts.c
1.21 03/06/24 16:14:09 balay@smash.mcs.anl.gov +7 -9
const and [] changes

src/ts/interface/dlregis.c
1.11 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/ts/impls/implicit/pvode/petscpvode.c
1.12 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sys/src/objects/options.c
1.25 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/mf/snesmfj.c
1.18 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/interface/snesregi.c
1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/interface/snes.c
1.28 03/06/24 16:14:08 balay@smash.mcs.anl.gov +7 -7
const and [] changes

src/snes/interface/dlregis.c
1.12 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/pc/impls/bjacobi/bjacobi.c
1.14 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/pc/impls/asm/asm.c
1.11 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/xmon.c
1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2
const and [] changes

src/sles/ksp/interface/itregis.c
1.6 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/itfunc.c
1.12.1.1 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2
const and [] changes

src/sles/ksp/interface/itcreate.c
1.21 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/itcl.c
1.4 03/06/24 16:14:07 balay@smash.mcs.anl.gov +3 -3
const and [] changes

src/sles/ksp/interface/dlregis.c
1.11 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1
const and [] changes

include/petscts.h
1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +7 -7
const and [] changes

include/petscsnes.h
1.17 03/06/24 16:14:07 balay@smash.mcs.anl.gov +12 -12
const and [] changes

include/petscoptions.h
1.8 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1
const and [] changes

include/petscksp.h
1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +9 -11
const and [] changes


Hg-commit: 33371881dd60ad6f363a1a1a69ee0af63ec149b8

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/config/packages.in
/petsc/bmake/linux64_intel/buildtest
/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/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/maint/fixinclude
/petsc/python/PETSc/packages/BlasLapack.py
/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/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/dm/da/src/dadist.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zsnes.c
/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/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/mpiov.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/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/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
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/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/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/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/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/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matioall.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/zerodiag.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/gmres/gmreig.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/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/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/impls/shell/shellpc.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/mf/snesmfj.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/objects/options.c
/petsc/src/sys/src/viewer/interface/viewa.c
impls/implicit/pvode/petscpvode.c
interface/dlregis.c
interface/ts.c
/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/impls/mpi/pdvec.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
93adecfc13-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1267.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854
ChangeSet
1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0
fix bug report Timothy William Chevalier <t

bk-changeset-1.1267.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854
ChangeSet
1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0
fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE
where we told pvode to ignore the iopt and ropt passed in.

src/ts/impls/implicit/pvode/petscpvode.c
1.11 03/06/13 11:51:03 bsmith@harley.mcs.anl.gov +1 -1
fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE
where we told pvode to ignore the iopt and ropt passed in.


Hg-commit: e80da8f551ad8be482be8c03c89d6de90f169e47

show more ...

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

bk-changeset-1.1264.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371
ChangeSet
1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0
moved many of the /*M manual pages to the

bk-changeset-1.1264.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371
ChangeSet
1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0
moved many of the /*M manual pages to the include file they belong with

src/vec/interface/vector.c
1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31
moved many of the /*M manual pages to the include file they belong with

src/vec/interface/vecreg.c
1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84
moved many of the /*M manual pages to the include file they belong with

src/ts/interface/tsreg.c
1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/interface/viewreg.c
1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/socket/send.c
1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/draw/drawv.c
1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/binary/binv.c
1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13
moved many of the /*M manual pages to the include file they belong with

src/sys/src/viewer/impls/ascii/vcreatea.c
1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/pinit.c
1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/inherit.c
1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/ams/makefile
1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/objects/ams/aoptions.c
1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73
moved many of the /*M manual pages to the include file they belong with

src/sys/src/matlabengine/matlab.c
1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11
moved many of the /*M manual pages to the include file they belong with

src/sys/src/matlabengine/makefile
1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/fileio/mprint.c
1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sys/src/error/makefile
1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1
moved many of the /*M manual pages to the include file they belong with

src/sys/src/error/err.c
1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157
moved many of the /*M manual pages to the include file they belong with

src/sys/src/draw/interface/drawreg.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39
moved many of the /*M manual pages to the include file they belong with

src/snes/utils/damgsnes.c
1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1
moved many of the /*M manual pages to the include file they belong with

src/snes/mf/snesmfj.c
1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37
moved many of the /*M manual pages to the include file they belong with

src/snes/interface/snes.c
1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/sles/pc/interface/precon.c
1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42
moved many of the /*M manual pages to the include file they belong with

src/sles/ksp/interface/itcreate.c
1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43
moved many of the /*M manual pages to the include file they belong with

src/mat/partition/partition.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37
moved many of the /*M manual pages to the include file they belong with

src/mat/order/sorder.c
1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39
moved many of the /*M manual pages to the include file they belong with

src/mat/interface/matrix.c
1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27
moved many of the /*M manual pages to the include file they belong with

src/mat/interface/matreg.c
1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41
moved many of the /*M manual pages to the include file they belong with

src/mat/color/color.c
1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38
moved many of the /*M manual pages to the include file they belong with

src/dm/da/src/da2.c
1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19
moved many of the /*M manual pages to the include file they belong with

include/petscviewer.h
1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3
moved many of the /*M manual pages to the include file they belong with

include/petscvec.h
1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0
moved many of the /*M manual pages to the include file they belong with

include/petscts.h
1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0
moved many of the /*M manual pages to the include file they belong with

include/petscsnes.h
1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0
moved many of the /*M manual pages to the include file they belong with

include/petscpc.h
1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0
moved many of the /*M manual pages to the include file they belong with

include/petscoptions.h
1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0
moved many of the /*M manual pages to the include file they belong with

include/petscmat.h
1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1
moved many of the /*M manual pages to the include file they belong with

include/petscksp.h
1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0
moved many of the /*M manual pages to the include file they belong with

include/petscerror.h
1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0
moved many of the /*M manual pages to the include file they belong with

include/petscengine.h
1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1
moved many of the /*M manual pages to the include file they belong with

include/petscdraw.h
1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0
moved many of the /*M manual pages to the include file they belong with

include/petscda.h
1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0
moved many of the /*M manual pages to the include file they belong with

include/petsc.h
1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0
moved many of the /*M manual pages to the include file they belong with

include/makefile
1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3
moved many of the /*M manual pages to the include file they belong with


Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec

show more ...

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

bk-changeset-1.1260
bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161
ChangeSet
1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0
added TSPVodeGetParameters()

include/petscts.h

bk-changeset-1.1260
bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161
ChangeSet
1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0
added TSPVodeGetParameters()

include/petscts.h
1.13 03/06/12 13:03:56 bsmith@harley.mcs.anl.gov +1 -0
added
TSPVodeGetParameters

src/ts/impls/implicit/pvode/petscpvode.c
1.10 03/06/12 13:03:44 bsmith@harley.mcs.anl.gov +41 -0
added TSPVodeGetParameters()


Hg-commit: 049324cdc49ca57d96298e50341a565d3a343e4f

show more ...

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

bk-changeset-1.1253
bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118
ChangeSet
1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0
final argument of DAVecGatArray RestoreArray now v

bk-changeset-1.1253
bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118
ChangeSet
1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0
final argument of DAVecGatArray RestoreArray now void *

src/vec/interface/vector.c
1.44 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +7 -7
final argument of DAVecGatArray RestoreArray now void *

src/ts/examples/tutorials/ex7.c
1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +6 -6
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex5.c
1.9 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +2 -2
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex3.c
1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex29.c
1.47 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex27.c
1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +4 -4
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex26.c
1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex25.c
1.15 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex24.c
1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex23.c
1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex22.c
1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex21.c
1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex20.c
1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex19.c
1.9 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex18.c
1.4 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8
final argument of DAVecGatArray RestoreArray now void *

src/snes/examples/tutorials/ex14.c
1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8
final argument of DAVecGatArray RestoreArray now void *

src/dm/da/src/dagetarray.c
1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2
final argument of DAVecGatArray RestoreArray now void *

src/dm/da/src/da2.c
1.29 03/06/10 22:03:43 bsmith@harley.mcs.anl.gov +6 -6
final argument of DAVecGatArray RestoreArray now void *

include/petscda.h
1.17 03/06/10 21:46:34 bsmith@harley.mcs.anl.gov +2 -140
droped dimensional davecgetarray and changed prototype to have
void * instead of void **


Hg-commit: d1c2b4268f998f625487087cd2c69c62504c4214

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/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/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/makefile
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/makefile
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/pc/impls/spai/src/ispai.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/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/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
examples/tutorials/ex7.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
35b76a1803-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1244.1.13
balay@asterix.mcs.anl.gov|ChangeSet|20030603164006|65405
ChangeSet
1.1244.1.13 03/06/03 11:40:06 balay@asterix.mcs.anl.gov +1 -0
fix warnings & and an error wit RK code

bk-changeset-1.1244.1.13
balay@asterix.mcs.anl.gov|ChangeSet|20030603164006|65405
ChangeSet
1.1244.1.13 03/06/03 11:40:06 balay@asterix.mcs.anl.gov +1 -0
fix warnings & and an error wit RK code

src/ts/impls/explicit/rk/rk.c
1.5 03/06/03 11:40:01 balay@asterix.mcs.anl.gov +4 -6
fix warnings & and an error wit RK code


Hg-commit: 845d923d4f44c2bd4c8b6dd6207c622fe3082e7d

show more ...

26edb41403-Jun-2003 asbjorn <asbjorn@heilo.ii.uib.no>

bk-changeset-1.1244.1.11
asbjorn@heilo.ii.uib.no|ChangeSet|20030603093510|65187
ChangeSet
1.1244.1.11 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +2 -0
rk.c:
Fixed some errors in the rk.c code

bk-changeset-1.1244.1.11
asbjorn@heilo.ii.uib.no|ChangeSet|20030603093510|65187
ChangeSet
1.1244.1.11 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +2 -0
rk.c:
Fixed some errors in the rk.c code

BitKeeper/etc/logging_ok
1.47 03/06/03 11:35:10 asbjorn@heilo.ii.uib.no +1 -0
Logging to logging@openlogging.org accepted

src/ts/impls/explicit/rk/rk.c
1.4 03/06/03 11:33:36 asbjorn@heilo.ii.uib.no +32 -28
Fixed some errors in the rk.c code


Hg-commit: 841684b37ce6192a67358add75e4dccb08da2acc

show more ...

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

bk-changeset-1.1244.1.10
balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491
ChangeSet
1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0
fix PVODE interface to work with BOPT=g_c++

bk-changeset-1.1244.1.10
balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491
ChangeSet
1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0
fix PVODE interface to work with BOPT=g_c++

src/ts/interface/tsregall.c
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++

src/ts/impls/implicit/pvode/petscpvode.h
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +4 -2
fix PVODE interface to work with BOPT=g_c++

src/ts/impls/implicit/pvode/makefile
1.4 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++

src/ts/examples/tests/ex4.c
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +3 -3
fix PVODE interface to work with BOPT=g_c++

src/fortran/custom/zts.c
1.8 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++


Hg-commit: 565a4592388583fa835e4bb230cb9a93b4f5a97f

show more ...

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

bk-changeset-1.1244.1.8
bsmith@harley.mcs.anl.gov|ChangeSet|20030602182457|65189
ChangeSet
1.1244.1.8 03/06/02 13:24:57 bsmith@harley.mcs.anl.gov +10 -0
add rk

src/ts/interface/tsregall.c

bk-changeset-1.1244.1.8
bsmith@harley.mcs.anl.gov|ChangeSet|20030602182457|65189
ChangeSet
1.1244.1.8 03/06/02 13:24:57 bsmith@harley.mcs.anl.gov +10 -0
add rk

src/ts/interface/tsregall.c
1.6 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0
adding rk

src/ts/impls/explicit/rk/rk.c
1.3 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0
adding rk

src/ts/impls/explicit/rk/makefile
1.2 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +3 -3
adding rk

src/ts/impls/explicit/makefile
1.4 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +1 -1
adding rk

src/snes/examples/tutorials/ex29.c
1.46 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +2 -0
new code to dump initial solution; needs to be commented out

src/sles/examples/tutorials/ex31.c
1.3 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +26 -4
new code to dump initial solution

include/petscts.h
1.12 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +4 -0
adding rk

include/petscda.h
1.15 03/06/02 13:24:56 bsmith@harley.mcs.anl.gov +1 -0
new method

include/finclude/petscts.h
1.7 03/06/02 13:24:55 bsmith@harley.mcs.anl.gov +1 -0
adding rk

docs/website/documentation/troubleshooting.html
1.10 03/06/02 13:22:49 bsmith@harley.mcs.anl.gov +16 -16
Subject: [PETSC #7111] swapped answers

In the online troubleshooting guide
(http://www-unix.mcs.anl.gov/petsc/petsc-2/documentation/troubleshooting.html),
the problem and cure for items 69 and 70 are swapped.

Bill

src/ts/impls/explicit/rk/makefile
1.1 03/05/29 13:01:48 bsmith@harley.mcs.anl.gov +18 -0

src/ts/impls/explicit/rk/makefile
1.0 03/05/29 13:01:47 bsmith@harley.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/ts/impls/explicit/rk/makefile

src/ts/impls/explicit/rk/rk.c
1.2 03/05/29 13:01:13 bsmith@harley.mcs.anl.gov +0 -0
Rename: src/ts/impls/explicit/rk.c -> src/ts/impls/explicit/rk/rk.c

src/ts/impls/explicit/rk.c
1.1 03/05/29 13:00:49 bsmith@harley.mcs.anl.gov +431 -0

src/ts/impls/explicit/rk.c
1.0 03/05/29 13:00:49 bsmith@harley.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/ts/impls/explicit/rk.c


Hg-commit: a344f9260ab413df6c0c3028ef711c1015b0fab4

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/cray-x1/packages
/petsc/bmake/cray-x1/petscconf.h
/petsc/bmake/cray-x1/petscfix.h
/petsc/bmake/cray-x1/rules
/petsc/bmake/cray-x1/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/variables
/petsc/config/configure.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscts.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/maint/bugReport.py
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/inline/axpy.h
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/dxml.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/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/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29view.m
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/str.c
impls/explicit/makefile
impls/explicit/rk/makefile
impls/explicit/rk/rk.c
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/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/vinv.c
1e30020030-Apr-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1175
balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304
ChangeSet
1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0
fix pvode interface to use a separate communicator

s

bk-changeset-1.1175
balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304
ChangeSet
1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0
fix pvode interface to use a separate communicator

src/ts/impls/implicit/pvode/petscpvode.h
1.6 03/04/30 15:24:20 balay@smash.mcs.anl.gov +1 -0
fix pvode interface to use a separate communicator

src/ts/impls/implicit/pvode/petscpvode.c
1.9 03/04/30 15:24:20 balay@smash.mcs.anl.gov +4 -2
fix pvode interface to use a separate communicator


Hg-commit: 19faa8276df4140df08e55674fee697297d050e5

show more ...


/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/linux/packages
/petsc/bmake/linux/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/rs6000_64/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/variables
/petsc/bmake/solaris_x86/variables
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/images/victor.jpg
/petsc/docs/website/miscellaneous/index.html
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/matio.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/utils/damgsnes.c
impls/implicit/pvode/petscpvode.c
impls/implicit/pvode/petscpvode.h
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/vecio.c
5029ea0411-Apr-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.1145
knepley@khan.mcs.anl.gov|ChangeSet|20030411140127|63423
ChangeSet
1.1145 03/04/11 09:01:27 knepley@khan.mcs.anl.gov +2 -0
Nightly build fixes

src/ts/examples/tutorials/ex6.

bk-changeset-1.1145
knepley@khan.mcs.anl.gov|ChangeSet|20030411140127|63423
ChangeSet
1.1145 03/04/11 09:01:27 knepley@khan.mcs.anl.gov +2 -0
Nightly build fixes

src/ts/examples/tutorials/ex6.c
1.5 03/04/11 09:01:22 knepley@khan.mcs.anl.gov +55 -50
Upgraded

src/snes/examples/tests/ex11.c
1.6 03/04/11 09:01:22 knepley@khan.mcs.anl.gov +99 -100
Upgraded, but still broken


Hg-commit: ebbbe4ab19ce828c5309efa2fe96745a7f8260cc

show more ...

e855a17b07-Apr-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1135.1.8
bsmith@harley.mcs.anl.gov|ChangeSet|20030407232506|51785
ChangeSet
1.1135.1.8 03/04/07 18:25:06 bsmith@harley.mcs.anl.gov +6 -0
fixed outdated seterra() as pointed out by

bk-changeset-1.1135.1.8
bsmith@harley.mcs.anl.gov|ChangeSet|20030407232506|51785
ChangeSet
1.1135.1.8 03/04/07 18:25:06 bsmith@harley.mcs.anl.gov +6 -0
fixed outdated seterra() as pointed out by Steven Allmaras Boeing

src/snes/examples/tests/ex11.c
1.5 03/04/07 18:25:04 bsmith@harley.mcs.anl.gov +1 -1
fixed outdated seterra() as pointed out by Steven Allmaras Boeing

src/ts/examples/tutorials/makefile
1.4 03/04/07 18:23:24 bsmith@harley.mcs.anl.gov +2 -2
missing filkes from makefile

src/ts/examples/tutorials/ex6.c
1.4 03/04/07 18:22:48 bsmith@harley.mcs.anl.gov +1 -1
fixed louteded seterra

src/snes/examples/tests/makefile
1.6 03/04/07 18:21:44 bsmith@harley.mcs.anl.gov +2 -2
fixed bad seterra

include/petscerror.h
1.17 03/04/07 18:16:27 bsmith@harley.mcs.anl.gov +1 -1
fixed seterrabort as reported by Steven Allmaras Boeing

src/sles/pc/impls/spai/examples/tutorials/ex2.c
1.4 03/04/07 18:15:45 bsmith@harley.mcs.anl.gov +2 -2
removed dead seterra()


Hg-commit: 1b25fe5afffc9ca53d24a2ec899e22c2abbbd17d

show more ...


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/mpirun.lam
/petsc/bmake/IRIX/packages
/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/config/petscfix.h.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/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/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/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/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/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/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/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_macro_axpys.h
/petsc/include/adic/ad_utils.h
/petsc/include/iclsse.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/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/python/PETSc/Configure.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/adic/src/makefile
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/ramg/ramgpetsc.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/src/da2.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/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/ex30.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/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.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/spooles.c
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/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/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.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/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.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/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/sles/examples/tests/output/ex24_2.out
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/gmres/gmres.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/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/lu/lu.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/interface/pcset.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/errabort.c
/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/memory/mem.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
examples/tutorials/ex6.c
examples/tutorials/makefile
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/pipeline.c
/petsc/src/vec/vecimpl.h
7f6c08e016-Jan-2003 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.933.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763
ChangeSet
1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0
Added level comments

src/vec/interface/vecr

bk-changeset-1.933.2.1
knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763
ChangeSet
1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0
Added level comments

src/vec/interface/vecreg.c
1.16 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/ts/interface/tsreg.c
1.10 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/sys/src/viewer/impls/socket/send.c
1.14 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4
Added level comments

src/sys/src/viewer/impls/draw/drawv.c
1.13 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4
Added level comments

src/sys/src/viewer/impls/binary/binv.c
1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4
Added level comments

src/sys/src/viewer/impls/ascii/vcreatea.c
1.6 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4
Added level comments

src/sys/src/matlabengine/matlab.c
1.15 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +6 -2
Added level comments

src/snes/interface/snes.c
1.26 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/sles/pc/interface/precon.c
1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/sles/ksp/interface/itcreate.c
1.19 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/mat/interface/matreg.c
1.7 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1
Added level comments

src/contrib/sda/src/sda2.c
1.10.1.1 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +17 -1
Added level comments


Hg-commit: 5a32aa126ee285920e89eef7da89ad6aa2596a13

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/packages
/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/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.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/contrib/sda/src/sda2.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/src/makefile
/petsc/src/fortran/custom/zda.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex74.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/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/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
/petsc/src/mat/impls/dense/mpi/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/matio.c
/petsc/src/mat/utils/zerodiag.c
/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/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/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/plog/eventLog.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
interface/tsreg.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c

1...<<211212213214215216217218219220>>...236