History log of /petsc/src/vec/ (Results 3876 – 3900 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d33a36cb22-Jan-2012 Paul Mullowney <paulm@txcorp.com>

Better protections. Tests appear to pass on different architectures with different compilers.

Hg-commit: 905af3a7d7cdee7d0b744502bace1d74dc34b204

ecc6eed822-Jan-2012 Paul Mullowney <paulm@txcorp.com>

One more little safety check.

Hg-commit: beef2da882dcc44567238b258d3c81b19b73a22e

f5dc146222-Jan-2012 Paul Mullowney <paulm@txcorp.com>

Fixes so that GPU codes works on multiple configurations (1) CUDA 4.0/Thrust 1.4/CUSP 0.2 and (2) CUDA 4.1RC2/Thrust 1.5/Mercurial CUSP. Also some cleanup of the setup code for the GPU-enabled ILU p

Fixes so that GPU codes works on multiple configurations (1) CUDA 4.0/Thrust 1.4/CUSP 0.2 and (2) CUDA 4.1RC2/Thrust 1.5/Mercurial CUSP. Also some cleanup of the setup code for the GPU-enabled ILU preconditioner. Tests pass with and without txpetscgpu for both configurations listed above.

Hg-commit: ba236d6d587e2ce145bf01dd74dec900aeace9dc

show more ...

0137c7b622-Jan-2012 Paul Mullowney <paulm@txcorp.com>

Fixed Bug in CUSPIndicesDestroy that was causing segfault in reg. test ex19 when txpetscgpu is used in the built. Tests now pass.

Hg-commit: d98b7030d75dcc1963f3167f6633e8c3c2f30997

d0e8106d04-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

bug when VecView is used in parallel on unnamed vector with ascii matlab output due to PetscObjectName() not being called collectivelyu

Hg-commit: cd89aa6b51bc50455dbcf2f3a21fb31171c8de57

0b71a90f16-Dec-2011 Satish Balay <balay@mcs.anl.gov>

fix VecDuplicate_MPICUSP() to return a 'mpicusp' vec - and not 'mpi' vec.

Hg-commit: 528a62675191cd21449b3e3bddc8605dbe2e52bd


/petsc/bin/maint/builddist
/petsc/bin/maint/rebuildtar
/petsc/bin/maint/xclude
/petsc/bin/pythonscripts/PetscBinaryIO.py
/petsc/bin/pythonscripts/petsc_conf.py
/petsc/conf/rules
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/X11.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/cmakeboot.py
/petsc/include/finclude/ftn-custom/makefile
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscsysdef.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/private/fortranimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/setup.py
/petsc/src/dm/examples/tests/ex38.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/ftn-custom/zdmf.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex45f.F
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/supportgraph/lowstretch.cpp
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/mat/blocktranspose.h
/petsc/src/mat/examples/tests/ex145.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/mat/utils/freespace.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/examples/tests/ex22.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/impls/implicit/gl/gl.c
vec/impls/mpi/mpicusp/mpicusp.cu
05d8c84327-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLE
Ref: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)

Hg-commit: 8cc43958d6493

add 'nkeys' to ISCompressIndicesGeneral() to make it scalable when PETSC_USE_CTABLE
Ref: http://petsc.cs.iit.edu/petsc/petsc-dev/rev/39de4196260f (a bad change made in 2004)

Hg-commit: 8cc43958d6493e4eeb199b935ab256ab96f3dc6d

show more ...

0c74a58422-Sep-2011 Jed Brown <jed@59A2.org>

Many fixes for // comments in C source

Hg-commit: 6087d5ff9c9480e0ff8b9d44422a6be84041fc11


/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/toclapack.sh
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/PARTY.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/install.py
/petsc/include/finclude/petscviewer.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/petscadic.h
/petsc/include/petscao.h
/petsc/include/petsccharacteristic.h
/petsc/include/petscdm.h
/petsc/include/petscdraw.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.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/makefile
/petsc/src/dm/impls/cartesian/cartesian.c
/petsc/src/dm/impls/da/f90-custom/zdaindexf90.c
/petsc/src/dm/impls/da/usfft/matusfft.c
/petsc/src/dm/impls/mesh/f90-custom/zsectionf90.c
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/supportgraph/supportgraph.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
vec/impls/seq/dvec2.c
vec/impls/seq/vsection.c
vec/utils/vecio.c
vec/utils/vecmpitoseq.c
2e18c56110-Sep-2011 Jed Brown <jed@59A2.org>

Useful error message when VecGetArrayF90() with missing #include <finclude/petscvec.h90>

Hg-commit: 59f72817e0f7ce7210e837837730b4c21530c5ad

45fd971e10-Sep-2011 Satish Balay <balay@mcs.anl.gov>

update example makefiles to list all sourcefiles

Hg-commit: aba19cce7de67215ea4d488082650a76890d64dd


/petsc/.hgtags
/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/asterix-test.sh
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/rebuildtar
/petsc/bin/maint/update-docs.py
/petsc/conf/rules
/petsc/config/PETSc/packages/PaStiX.py
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscpcdef.h
/petsc/include/finclude/petscts.h
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/include/private/kspimpl.h
/petsc/include/private/pcimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/features/threads.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_24.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_25.out
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/snes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/ssp/ftn-custom/makefile
/petsc/src/ts/impls/explicit/ssp/ftn-custom/zsspf.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/interface/ts.c
is/examples/tutorials/makefile
vec/examples/tests/makefile
vec/examples/tutorials/makefile
44dc768a08-Sep-2011 Jed Brown <jed@59A2.org>

Update VECNEST test output

Hg-commit: ec89a4c48086eeee24092a01df2f65fb772188c4

270f95d708-Sep-2011 Jed Brown <jed@59A2.org>

Handle naming with missing prefixes for VecView_Nest and MatView_Nest

Hg-commit: 2cbe4b66b29dadccdf9e4ac68bbc3c5ff41ea175


/petsc/bin/maint/toclapack.sh
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/bin/urlget.py
/petsc/config/PETSc/packages/sprng.py
/petsc/config/install.py
/petsc/config/manifest.in
/petsc/include/petscerror.h
/petsc/include/petscmath.h
/petsc/setup.py
/petsc/share/petsc/datafiles/matrices/hpd-complex-int32-float32
/petsc/share/petsc/datafiles/matrices/hpd-complex-int32-float64
/petsc/share/petsc/datafiles/matrices/hpd-complex-int64-float32
/petsc/share/petsc/datafiles/matrices/hpd-complex-int64-float64
/petsc/share/petsc/datafiles/matrices/nh-complex-int32-float32
/petsc/share/petsc/datafiles/matrices/nh-complex-int32-float64
/petsc/share/petsc/datafiles/matrices/nh-complex-int64-float32
/petsc/share/petsc/datafiles/matrices/nh-complex-int64-float64
/petsc/share/petsc/datafiles/matrices/ns-real-int32-float32
/petsc/share/petsc/datafiles/matrices/ns-real-int32-float64
/petsc/share/petsc/datafiles/matrices/ns-real-int64-float32
/petsc/share/petsc/datafiles/matrices/ns-real-int64-float64
/petsc/share/petsc/datafiles/matrices/spd-real-int32-float32
/petsc/share/petsc/datafiles/matrices/spd-real-int32-float64
/petsc/share/petsc/datafiles/matrices/spd-real-int64-float32
/petsc/share/petsc/datafiles/matrices/spd-real-int64-float64
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/manual/zoom.pdf
/petsc/src/docs/tex/pictures/zoom.fig
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/ksp/ksp/examples/tests/ex11.c
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex43-solCx.h
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_1.out
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tutorials/ex10.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/fft/makefile
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/utils/sortd.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/impls/implicit/gl/gl.c
vec/impls/nest/vecnest.c
4e1692bf02-Sep-2011 Satish Balay <balay@mcs.anl.gov>

fix compile warnings with gcc-4.6

Hg-commit: 8a7297e0174fd3bdedd0b69e3df487be83e3e369


/petsc/bin/maint/confignightly/32/bb30
/petsc/bin/maint/confignightly/32/churn
/petsc/bin/maint/confignightly/32/churn2
/petsc/bin/maint/confignightly/32/churn3
/petsc/bin/maint/confignightly/32/crank
/petsc/bin/maint/confignightly/32/crank2
/petsc/bin/maint/confignightly/32/crank3
/petsc/bin/maint/confignightly/32/crush
/petsc/bin/maint/confignightly/32/crush2
/petsc/bin/maint/confignightly/32/crush3
/petsc/bin/maint/confignightly/32/grind
/petsc/bin/maint/confignightly/32/grind2
/petsc/bin/maint/confignightly/32/grind3
/petsc/bin/maint/confignightly/32/n-gage
/petsc/bin/maint/confignightly/32/n-gage2
/petsc/bin/maint/confignightly/32/n-gage3
/petsc/bin/maint/confignightly/32/petsc-mini
/petsc/bin/maint/confignightly/32/petsc-mini2
/petsc/bin/maint/confignightly/32/petsc-mini3
/petsc/bin/maint/confignightly/32/ps3
/petsc/bin/maint/confignightly/32/steamroller
/petsc/bin/maint/confignightly/32/steamroller2
/petsc/bin/maint/confignightly/32/wii
/petsc/bin/maint/confignightly/32/wii2
/petsc/bin/maint/confignightly/32/wii3
/petsc/bin/maint/confignightly/churn3
/petsc/bin/maint/confignightly/crank3
/petsc/bin/maint/toclapack.sh
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/PTScotch.py
/petsc/config/examples/arch-linux-dbg-quad.py
/petsc/config/examples/arch-linux-pkgs-dbg-ftn-interfaces.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_qd.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscts.h
/petsc/makefile
/petsc/src/dm/examples/tests/ex21.c
/petsc/src/dm/examples/tests/ex34.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex34_1.out
/petsc/src/dm/examples/tutorials/ex11f90.F
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/docs/tex/manual/localspaces.pdf
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/pictures/localspaces.svg
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/mat/examples/tests/ex118.c
/petsc/src/mat/examples/tests/ex45.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/makefile
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tsregall.c
vec/examples/tutorials/ex17.c
/petsc/tutorials/multiphysics/ff1.c
/petsc/tutorials/multiphysics/ff2.c
a5173f4831-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

src/vec/vec/examples/tutorials/ex1.c removed incorrect caste of (double) for integer argument to PrintPrintf

Hg-commit: 0b239ac1cf01534ad0c9f4d368cb771e482e84e8

0bfe2ca430-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

fixes for new f2cblaslapack and quad precision

Hg-commit: 404421fc5dd6b7d9f4b3f8de873761ddc65242bb


/petsc/bin/maint/toclapack.sh
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/X11.py
/petsc/config/PETSc/packages/afterimage.py
/petsc/include/datafiles/matrices/hpd-complex-int32-float32
/petsc/include/datafiles/matrices/hpd-complex-int32-float64
/petsc/include/datafiles/matrices/hpd-complex-int64-float32
/petsc/include/datafiles/matrices/hpd-complex-int64-float64
/petsc/include/datafiles/matrices/nh-complex-int32-float32
/petsc/include/datafiles/matrices/nh-complex-int32-float64
/petsc/include/datafiles/matrices/nh-complex-int64-float32
/petsc/include/datafiles/matrices/nh-complex-int64-float64
/petsc/include/datafiles/matrices/ns-real-int32-float32
/petsc/include/datafiles/matrices/ns-real-int32-float64
/petsc/include/datafiles/matrices/ns-real-int64-float32
/petsc/include/datafiles/matrices/ns-real-int64-float64
/petsc/include/datafiles/matrices/spd-real-int32-float32
/petsc/include/datafiles/matrices/spd-real-int32-float64
/petsc/include/datafiles/matrices/spd-real-int64-float32
/petsc/include/datafiles/matrices/spd-real-int64-float64
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscdraw.h
/petsc/include/petsclog.h
/petsc/include/petsclog.hh
/petsc/include/petscoptions.h
/petsc/include/petscpcmg.h
/petsc/include/petscts.h
/petsc/include/private/dmimpl.h
/petsc/include/private/logimpl.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/BasicCommunication.hh
/petsc/src/benchmarks/PetscVecNorm.c
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/examples/tests/imesh1.cxx
/petsc/src/dm/impls/mesh/examples/tests/isection1.cxx
/petsc/src/dm/impls/mesh/examples/tests/section1.cxx
/petsc/src/dm/impls/mesh/examples/tests/sieve1.cxx
/petsc/src/dm/impls/mesh/examples/tests/sifter1.cxx
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex19tu.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex4tu.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/impls/vi/viimpl.h
/petsc/src/snes/interface/snes.c
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/axisc.c
/petsc/src/sys/draw/utils/lgc.c
/petsc/src/sys/draw/utils/lgimpl.h
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/classLog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stack.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/utils/mpitr.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/heat.c
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/ts/examples/tutorials/phasefield/potentials.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/sundials/sundials.h
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
vec/examples/tutorials/ex1.c
3194b57826-Aug-2011 Jed Brown <jed@59A2.org>

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in

Add PetscObjectOptionsBegin() and description,mansec to PetscHeaderCreate()

* Options are now only printed once for each object.
* Man section and long description of each object is now available in the class.

Hg-commit: 322958b27c7d8b12f5de95b143f4ac840fe2458c

show more ...


/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/afterimage.py
/petsc/config/PETSc/packages/imagemagick.py
/petsc/config/PETSc/packages/rosw.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/config/cmakeboot.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscdmmesh_viewers.hh
/petsc/include/petscdraw.h
/petsc/include/petscoptions.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/private/petscimpl.h
/petsc/include/sieve/CartesianSieve.hh
/petsc/include/sieve/Completion.hh
/petsc/include/sieve/Distribution.hh
/petsc/include/sieve/Field.hh
/petsc/include/sieve/Generator.hh
/petsc/include/sieve/IField.hh
/petsc/include/sieve/INumbering.hh
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/LabelSifter.hh
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/Ordering.hh
/petsc/include/sieve/Overlap.hh
/petsc/include/sieve/ParallelMapping.hh
/petsc/include/sieve/Partitioner.hh
/petsc/include/sieve/SectionCompletion.hh
/petsc/include/sieve/Sections.hh
/petsc/include/sieve/Sifter.hh
/petsc/include/sieve/Topology.hh
/petsc/src/contrib/fun3d/comp/user.F
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/mesh/section.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/sa/interface/sa.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex159.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex159_1.out
/petsc/src/mat/examples/tests/output/ex159_nest.out
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/localref/mlocalref.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/draw/drawimpl.h
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/interface/dline.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/drect.c
/petsc/src/sys/draw/utils/axisc.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/lgc.c
/petsc/src/sys/draw/utils/lgimpl.h
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/random/interface/randomc.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/heat.c
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/makefile
/petsc/src/ts/impls/rosw/ftn-custom/makefile
/petsc/src/ts/impls/rosw/ftn-custom/zroswf.c
/petsc/src/ts/impls/rosw/makefile
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsregall.c
is/interface/isreg.c
is/utils/isltog.c
pf/interface/pf.c
vec/interface/veccreate.c
vec/interface/vector.c
vec/utils/vscat.c
717e37fc23-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

improvemensts to draw viewer
new vecstride operation
cleaer docs for MatGetOwernshipRangeColumns()

Hg-commit: db4bbca5637e0efb5350ba3506a735afecc63747


/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/bin/matlab/generatePetscTestFiles.m
/petsc/bin/matlab/laplacian.m
/petsc/bin/matlab/laplacianlicense.txt
/petsc/conf/test
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/Numpy.py
/petsc/config/PETSc/packages/PLAPACK.py
/petsc/config/PETSc/packages/PTScotch.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/ParMetis.py
/petsc/config/PETSc/packages/SCALAPACK.py
/petsc/config/PETSc/packages/TetGen.py
/petsc/config/PETSc/packages/X11.py
/petsc/config/PETSc/packages/cproto.py
/petsc/config/PETSc/packages/expat.py
/petsc/config/PETSc/packages/fftw.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/PETSc/packages/oski.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/PETSc/packages/yaml.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/config/examples/arch-iphone.py
/petsc/config/examples/arch-linux-pkgs-cxx-mlib.py
/petsc/config/examples/arch-linux-pkgs-gcov.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-valgrind.py
/petsc/config/examples/arch-mswin-borland.py
/petsc/config/examples/arch-osx-10.6-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-osx-10.6-cxx-pkgs-opt.py
/petsc/include/finclude/petscdmcomposite.h90
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/makefile
/petsc/src/dm/impls/da/gr1.c
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_chebyest_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_chebyest_2.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/chebychevimpl.h
/petsc/src/mat/examples/tests/ex143.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex143.out
/petsc/src/mat/examples/tutorials/ex15.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/examples/tutorials/output/ex15_1.out
/petsc/src/mat/examples/tutorials/output/ex15_2.out
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/ftn-kernels/fmultadd.h
/petsc/src/mat/impls/baij/seq/bstream/makefile
/petsc/src/mat/impls/sbaij/seq/sbstream/makefile
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/scotch/makefile
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/spartition.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_6.out
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/draw/interface/drawregall.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/mathinf.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/draw/vdraw.h
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/interface/ts.c
vec/utils/vinv.c
997056ad19-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

sublte incorrect use of bool operation fixed

Hg-commit: 053688e01c777f0c3286b3761421ba346b58c033

f3e3d7df19-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

many nightly build fixes in the examples

Hg-commit: b9b9f9c356e7d8665d690eb58d66103946ba84a0


/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/PARTY.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/PETSc/packages/blopex.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/sprng.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/include/finclude/petscmat.h
/petsc/include/petscdmmesh.h
/petsc/include/petscmat.h
/petsc/include/petscsa.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/private/matimpl.h
/petsc/include/web/AMSJavascript.py
/petsc/include/web/AMSOptions.py
/petsc/makefile
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/ex11f90.F
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/mesh/examples/tests/TestMeshExodus.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex45.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex4_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijAssemble.cu
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex59.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/sorqn/makefile
/petsc/src/snes/impls/sorqn/sorqn.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/examples/tutorials/ex7.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/plog/makefile
/petsc/src/sys/totalview/tv_data_display.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/ex23.c
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex3_1.out
/petsc/src/ts/interface/ts.c
vec/examples/tutorials/ex1.c
bf2c178315-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

added threads.html page to mirror gpus.html and added installation instructions and links to this page from other pages

Hg-commit: 7fcc78d39eb12d79899369813d1cb01bf1233d81


/petsc/conf/test
/petsc/config/builder.py
/petsc/include/petscdmda.h
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/src/benchmarks/streams/CUDAVersion.cu
/petsc/src/dm/examples/tests/ex13.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/ftn-custom/makefile
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_5.out
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_6.out
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/features/details.html
/petsc/src/docs/website/features/diagram.html
/petsc/src/docs/website/features/threads.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/ksp/ksp/examples/tutorials/elem_3d_elast_v_25.txt
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/interface/matregis.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_8.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex48_4.out
/petsc/src/sys/error/err.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex3_1.out
/petsc/src/ts/examples/tutorials/output/ex6_1.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
vec/impls/seq/seqpthread/vecpthread.c
vec/interface/vecregall.c
85afcc9a14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

changed OpenMP to HMPI
removed coords dependency in DMGetInterpolation_DA() and allow compiling with old version or new version

Hg-commit: 3bea43f9e08524aebb8b446269c1569abad7773e

da4da0db14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

removed unneed VecZeroEntries() calls and added developer comment for VecZeroEntries()

Hg-commit: a79d731d711053bd3b91e870ab338b56a4e7dfe4

7a02f44d13-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 049f834b05aff753c516bbd22292dfe26c1b4366


/petsc/config/builder.py
/petsc/src/dm/impls/mesh/examples/tests/TestMeshExodus.c
/petsc/src/dm/impls/mesh/examples/tests/meshes/Hex.gen
/petsc/src/dm/impls/mesh/examples/tests/meshes/Square-quad.gen
/petsc/src/dm/impls/mesh/examples/tests/meshes/Square-tri.gen
/petsc/src/dm/impls/mesh/examples/tests/meshes/Square-tri2.gen
/petsc/src/dm/impls/mesh/examples/tests/meshes/Tet.gen
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_2.out
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_3.out
/petsc/src/dm/impls/mesh/examples/tests/output/TestMeshExodus_4.out
/petsc/src/ksp/ksp/examples/tests/ex35.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex35_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex35_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex35_3.out
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/mat/examples/tests/ex88.c
/petsc/src/mat/examples/tests/output/ex15_1.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/examples/tests/output/ex30_2.out
/petsc/src/mat/examples/tests/output/ex7_1.out
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.out
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex5.out
/petsc/src/ts/examples/tutorials/output/ex6_1.out
vec/examples/tutorials/makefile
vec/examples/tutorials/output/ex1_1.out
vec/examples/tutorials/output/ex1e.out
03193ff813-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

added support for -draw_fields for 1d DA vectors and test code; fixed PFApplyVec() for null first vector of different size than second

Hg-commit: 57f903f4276d4a8e0b9e93eecf2dae53461a64b5


/petsc/.hgignore
/petsc/bin/pythonscripts/PetscBinaryIO.py
/petsc/bin/pythonscripts/PetscBinaryIO_tests.py
/petsc/include/mpiuni/mpi.h
/petsc/include/petscmath.h
/petsc/include/private/matimpl.h
/petsc/include/web/JSONRPCExample.py
/petsc/src/benchmarks/benchmarkAssembly.py
/petsc/src/benchmarks/benchmarkBatch.py
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/dm/examples/tests/ex37.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/mesh/examples/tests/TestMeshExodus.c
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tutorials/ex47.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/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/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex10.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex16.c
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snesut.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/ex5_control.txt
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex5.out
/petsc/src/ts/examples/tutorials/ex23.c
/petsc/src/ts/examples/tutorials/makefile
pf/interface/pf.c
2305b9c013-Aug-2011 Hong Zhang <hzhang@mcs.anl.gov>

update outputfile

Hg-commit: aad92d21d66e1b8b641515901ad6eb4fce8c7ac2

1...<<151152153154155156157158159160>>...278