History log of /petsc/src/vec/ (Results 3851 – 3875 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
54037d7124-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

removed comment symbol inside comment in manual page since some compilers cannot handle it

Hg-commit: ee22ba586a49874be15c04dc43a63ced8b9fdfe5

7da23a4324-Feb-2012 Jose Roman <jroman@dsic.upv.es>

Fix nested comment

Hg-commit: c121a16ba358d67fa2eaa66e85942e27006b5553

c848bfd824-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

added clearer docs to VecGhostGetLocalForm() indicating the calling of VecGhostUpdateBegin/End()

Hg-commit: 20fe1186fa1b3c1097e77d8461b3fde17f7d0f53

bf4db9bb22-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Clean up pthread code.
i) Added header pthreadimpl.h
ii) Removed error checking for now, will add this later.

Hg-commit: 0d5bfd86c86f938f731b5d37bbc35e2475ad173e


/petsc/config/builder.py
/petsc/include/petscdm.h
/petsc/include/petscsnes.h
/petsc/include/private/dmimpl.h
/petsc/src/benchmarks/streams/PthreadVersion.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/examples/tutorials/ex54f.F
/petsc/src/ksp/ksp/examples/tutorials/ex58.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex58.out
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/nest/matnestimpl.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/examples/tutorials/ex52_integrateElement.cu
/petsc/src/snes/examples/tutorials/ex65dm.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_0.out
/petsc/src/snes/examples/tutorials/output/ex5f90_0.out
/petsc/src/snes/examples/tutorials/output/ex5f90t_0.out
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snesls.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pthread/lockfree.c
/petsc/src/sys/objects/pthread/nopool.c
/petsc/src/sys/objects/pthread/pthread.c
/petsc/src/sys/objects/pthread/pthreadimpl.h
/petsc/src/sys/objects/pthread/pthreadpool_chain.c
/petsc/src/sys/objects/pthread/pthreadpool_main.c
/petsc/src/sys/objects/pthread/pthreadpool_tree.c
/petsc/src/sys/objects/pthread/pthreadpool_true.c
/petsc/src/ts/impls/rosw/rosw.c
vec/impls/mpi/mpipthread/mpivecpthread.c
vec/impls/seq/seqpthread/vecpthread.c
682efee020-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Renamed MainJob to PetscThreadsRunKernel and MainWait to PetscThreadsWait

Hg-commit: 44b125778f815ce49647dd42cf739fc68ee59169


/petsc/config/PETSc/packages/cmake.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/include/finclude/petscmatdef.h
/petsc/include/petscmat.h
/petsc/include/petscsf.h
/petsc/include/petscts.h
/petsc/include/private/matimpl.h
/petsc/include/private/sfimpl.h
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/benchmarks/streams/PthreadVersion.c
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/complex/makefile
/petsc/src/dm/impls/mesh/examples/tests/ex2.c
/petsc/src/dm/impls/mesh/examples/tests/ex3.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex2f.F
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshexodus.c
/petsc/src/dm/interface/dm.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex38.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex53.c
/petsc/src/ksp/ksp/examples/tutorials/ex8g.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.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/ex54_2.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/bcgsl/bcgsl.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/coarsen/coarsen.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/hem/makefile
/petsc/src/mat/coarsen/impls/makefile
/petsc/src/mat/coarsen/impls/mis/makefile
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/coarsen/makefile
/petsc/src/mat/coarsen/scoarsen.c
/petsc/src/mat/examples/tests/ex10.c
/petsc/src/mat/examples/tests/ex102.c
/petsc/src/mat/examples/tests/ex11.c
/petsc/src/mat/examples/tests/ex110.c
/petsc/src/mat/examples/tests/ex114.c
/petsc/src/mat/examples/tests/ex126f.F
/petsc/src/mat/examples/tests/ex128.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex139.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex141.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/ex159.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex20.c
/petsc/src/mat/examples/tests/ex22.c
/petsc/src/mat/examples/tests/ex24.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex68.c
/petsc/src/mat/examples/tests/ex8.c
/petsc/src/mat/examples/tests/ex85f.F
/petsc/src/mat/examples/tests/ex88.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex97.c
/petsc/src/mat/examples/tests/output/ex151_1.out
/petsc/src/mat/examples/tests/output/ex151_2.out
/petsc/src/mat/examples/tests/output/ex151_3.out
/petsc/src/mat/examples/tests/output/ex68_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijAssemble.cu
/petsc/src/mat/impls/aij/seq/seqpthread/makefile
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex17.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex42.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex52_integrateElement.cu
/petsc/src/snes/examples/tutorials/ex57.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex50_bjacobi.out
/petsc/src/snes/examples/tutorials/output/ex57_0.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_additive.out
/petsc/src/snes/examples/tutorials/output/ex62_10.out
/petsc/src/snes/examples/tutorials/output/ex62_11.out
/petsc/src/snes/examples/tutorials/output/ex62_12.out
/petsc/src/snes/examples/tutorials/output/ex62_13.out
/petsc/src/snes/examples/tutorials/output/ex62_14.out
/petsc/src/snes/examples/tutorials/output/ex62_15.out
/petsc/src/snes/examples/tutorials/output/ex62_16.out
/petsc/src/snes/examples/tutorials/output/ex62_17.out
/petsc/src/snes/examples/tutorials/output/ex62_18.out
/petsc/src/snes/examples/tutorials/output/ex62_19.out
/petsc/src/snes/examples/tutorials/output/ex62_2.out
/petsc/src/snes/examples/tutorials/output/ex62_20.out
/petsc/src/snes/examples/tutorials/output/ex62_21.out
/petsc/src/snes/examples/tutorials/output/ex62_22.out
/petsc/src/snes/examples/tutorials/output/ex62_23.out
/petsc/src/snes/examples/tutorials/output/ex62_24.out
/petsc/src/snes/examples/tutorials/output/ex62_25.out
/petsc/src/snes/examples/tutorials/output/ex62_26.out
/petsc/src/snes/examples/tutorials/output/ex62_27.out
/petsc/src/snes/examples/tutorials/output/ex62_28.out
/petsc/src/snes/examples/tutorials/output/ex62_29.out
/petsc/src/snes/examples/tutorials/output/ex62_3.out
/petsc/src/snes/examples/tutorials/output/ex62_4.out
/petsc/src/snes/examples/tutorials/output/ex62_5.out
/petsc/src/snes/examples/tutorials/output/ex62_6.out
/petsc/src/snes/examples/tutorials/output/ex62_7.out
/petsc/src/snes/examples/tutorials/output/ex62_8.out
/petsc/src/snes/examples/tutorials/output/ex62_9.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/sys/objects/pthread/lockfree.c
/petsc/src/sys/objects/pthread/nopool.c
/petsc/src/sys/objects/pthread/pthread.c
/petsc/src/sys/objects/pthread/pthreadpool_chain.c
/petsc/src/sys/objects/pthread/pthreadpool_main.c
/petsc/src/sys/objects/pthread/pthreadpool_tree.c
/petsc/src/sys/objects/pthread/pthreadpool_true.c
/petsc/src/sys/sf/dlregissf.c
/petsc/src/sys/sf/examples/makefile
/petsc/src/sys/sf/examples/tutorials/ex1.c
/petsc/src/sys/sf/examples/tutorials/makefile
/petsc/src/sys/sf/examples/tutorials/output/ex1_1.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_2.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_3.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_4.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_5.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_6.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_7.out
/petsc/src/sys/sf/makefile
/petsc/src/sys/sf/sf.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/rosw/rosw.c
vec/impls/seq/seqpthread/vecpthread.c
b5c2302014-Feb-2012 Jed Brown <jed@59A2.org>

Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.

There are circumstances where VecSetType() is called more than once to
change the type without

Ensure that obj->ops->destroy is zeroed in XXSetType() after the old implementation has been destroyed.

There are circumstances where VecSetType() is called more than once to
change the type without an intervening XXCreate_YY(). An example is
changing to VECSEQCUSP via VECCUSP.

Hg-commit: 1262149b3e206062ad0b002925300684fd3420e8

show more ...


/petsc/config/builder.py
/petsc/include/finclude/petscviewer.h
/petsc/include/petscdmcomplex.h
/petsc/include/petscpc.h
/petsc/include/petscviewer.h
/petsc/src/dm/ao/interface/aoreg.c
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/interface/dm.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/interface/itcreate.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/output/ex62_0.out
/petsc/src/snes/examples/tutorials/output/ex62_1.out
/petsc/src/snes/examples/tutorials/output/ex62_10.out
/petsc/src/snes/examples/tutorials/output/ex62_11.out
/petsc/src/snes/examples/tutorials/output/ex62_12.out
/petsc/src/snes/examples/tutorials/output/ex62_13.out
/petsc/src/snes/examples/tutorials/output/ex62_14.out
/petsc/src/snes/examples/tutorials/output/ex62_2.out
/petsc/src/snes/examples/tutorials/output/ex62_3.out
/petsc/src/snes/examples/tutorials/output/ex62_4.out
/petsc/src/snes/examples/tutorials/output/ex62_5.out
/petsc/src/snes/examples/tutorials/output/ex62_6.out
/petsc/src/snes/examples/tutorials/output/ex62_7.out
/petsc/src/snes/examples/tutorials/output/ex62_8.out
/petsc/src/snes/examples/tutorials/output/ex62_9.out
/petsc/src/snes/interface/snes.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/sys/sf/sf.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/interface/tsreg.c
is/interface/isreg.c
vec/interface/vecreg.c
43cbfc5b12-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Added PetscSectionGetOffsetRange()

Hg-commit: 39172cd792b79ff312011f8c29b341b468ba44ce

fcb5fbc911-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Fixed PetscSFCreateSectionSF()

Hg-commit: cd6f6ee99340d131ffe9f5fdac306a4ef43ddcf6

7c46c1cb09-Feb-2012 Paul Mullowney <paulm@txcorp.com>

Slight tweaks give better strong scaling of multiple GPU SpMV. For cfd.2.10, 4 GPUs is 2.7x faster than 1 GPU. 2 GPUs is 1.8x faster than 1 GPU.

Hg-commit: 4340e22148acbdbf50a369c52bb7b938679abf01


/petsc/.hgignore
/petsc/config/builder.py
/petsc/include/petscdmmesh.h
/petsc/include/private/sfimpl.h
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/mesh/examples/tests/ex10.c
/petsc/src/dm/impls/mesh/examples/tests/ex11f90.F90
/petsc/src/dm/impls/mesh/examples/tests/ex4.c
/petsc/src/dm/impls/mesh/examples/tests/ex5f90.F90
/petsc/src/dm/impls/mesh/examples/tests/ex6.c
/petsc/src/dm/impls/mesh/examples/tests/ex7f90.F90
/petsc/src/dm/impls/mesh/examples/tests/ex8.c
/petsc/src/dm/impls/mesh/examples/tests/ex9f90.F90
/petsc/src/dm/impls/mesh/examples/tests/output/ex10_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex10_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex11f90_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex11f90_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex4_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex4_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex5f90_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex5f90_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex6_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex6_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex7f90_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex7f90_1.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex8_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex9f90_0.out
/petsc/src/dm/impls/mesh/examples/tests/output/ex9f90_1.out
/petsc/src/dm/impls/mesh/ftn-custom/zmesh.c
/petsc/src/dm/impls/mesh/meshexodus.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/snes/examples/tutorials/output/ex50_fas.out
/petsc/src/snes/examples/tutorials/output/ex50_ngmres_fas.out
/petsc/src/snes/examples/tutorials/output/ex62_0.out
/petsc/src/snes/examples/tutorials/output/ex62_1.out
/petsc/src/snes/examples/tutorials/output/ex62_2.out
/petsc/src/snes/examples/tutorials/output/ex62_3.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/sys/sf/sf.c
vec/impls/seq/seqcusp/veccusp.cu
vec/utils/veccusp/vscatcusp.c
ecbd414d08-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Fix for global section

Hg-commit: 3c048e99ea3b238681ac0df3d129c05b2940d14b

bff241c307-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Fix determination of SF root space

Hg-commit: 4326e9b6486ee0020524d2f7738d7da1e2d9b1db

c9029c4c07-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Protecting against empty SF

Hg-commit: f82b2f7b61434715d1087a34258988ad15f9f400

bf1d350e07-Feb-2012 Paul Mullowney <paulm@txcorp.com>

Better handling of data ownership between Petsc and txpetscgpu package. The code in VecCUSPAllocateCheck (veccusp.cu) is much cleaner. Also, correct and efficient parallel-GPU SpMV is handled in the

Better handling of data ownership between Petsc and txpetscgpu package. The code in VecCUSPAllocateCheck (veccusp.cu) is much cleaner. Also, correct and efficient parallel-GPU SpMV is handled in the latest txpetscgpu tarball for ELL, COO, and DIA formats. Lastly, we also have initial usage of cusparse SpMV for CSR format. This works well for some matrices. Later, we'll have CUSPARSE ELL, COO, and HYB formats.

Hg-commit: d52e04f97453e9e2790982a5f6208d3f353cab08

show more ...

3686e82907-Feb-2012 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: 3673b1a67ed63e75f273e277339e9ab78d942979

9c95f1f007-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Fixed HDF5 VecLoad

Hg-commit: 75349537bfb65c3634fce11d1e6dc994fcb5da16


/petsc/bin/maint/countpetsccits.py
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/config/PETSc/packages/cuda.py
/petsc/config/builder.py
/petsc/include/finclude/petscsnesdef.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/images/adams.jpg
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex55.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/ex54_2.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/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex50_ngmres_fas_ms.out
/petsc/src/snes/examples/tutorials/output/ex56_5.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ms/makefile
/petsc/src/snes/impls/ms/ms.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/sorqn/sorqn.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/impls/rosw/rosw.c
vec/examples/tutorials/output/ex10_0.out
vec/utils/vecio.c
58c52dc803-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Fixed global section creation

Hg-commit: 4e74fb70da1f334e354ba608caa686ebd11b14dc


/petsc/config/PETSc/Configure.py
/petsc/config/builder.py
/petsc/config/examples/asterix/asterix64-c89.py
/petsc/include/mpiuni/mpi.h
/petsc/include/petscmat.h
/petsc/include/private/matimpl.h
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/complex/complexcreate.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/hypre/mhyp.c
/petsc/src/docs/manualpages-sec/header_SNES
/petsc/src/docs/manualpages-sec/header_TS
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.h
/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/zbjacobif.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/localref/mlocalref.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/submat/submat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex39f90.F
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/sys/objects/pthread/pthread.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/ts.c
vec/impls/seq/vsection.c
ff96518401-Feb-2012 Jed Brown <jed@59A2.org>

Doc fixes for VecDestroyVecsF90()

Hg-commit: 195b801a7caf0154c321379b3de6a3d74018bc3e

2a3259e901-Feb-2012 Matthew G Knepley <knepley@gmail.com>

DMComplex now works for the first ex62 test
- Added PetscSection argument to VecGet/SetClosure() and MatSetClosure()
- Fixed global section to handle constraints
- Added PetscSectionGetConstrainedSto

DMComplex now works for the first ex62 test
- Added PetscSection argument to VecGet/SetClosure() and MatSetClosure()
- Fixed global section to handle constraints
- Added PetscSectionGetConstrainedStorageSize()

Hg-commit: 97aa74253c6f88e4bbb1aee586498fa96aeb97bb

show more ...

941020cf31-Jan-2012 Matthew G Knepley <knepley@gmail.com>

PetscSFCreateSectionSF() tolerates an empty SF

Hg-commit: 67107ac344bb2a3713c0d5cca8de13aa950f29d2

2e6f600231-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Check for negative size to ISCreateStride()

Hg-commit: 2e8b02156917693dd4b70ab6d0d832412b676bd7

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

added P to report number for ANL reports

Hg-commit: b235f9ce30533f49d7b19e2c7612ef8dbefd53ce

ac71036530-Jan-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed stupid bug in VecMDot_SeqPThread.
Trying to figure out the bug in pthread matrix class causing snes to have more iterations.

Hg-commit: 2ee5b725da5e34e60a1dbd9f275c8b17e67d8198

7da6523129-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Lots of work on DMComplex
- Added PetscSectionCreateGlobalSection()
- This makes a Section which has global offsets, negative for ghosts
- Now negative sizes are not counted for PetscSectionGetSt

Lots of work on DMComplex
- Added PetscSectionCreateGlobalSection()
- This makes a Section which has global offsets, negative for ghosts
- Now negative sizes are not counted for PetscSectionGetStorageSize()
- Added DMPrintCellVector() and DMPrintCellMatrix()
- Added PetscQuadrature structure
- Added SNESDMComplexComputeFunction/Jacobian()

Hg-commit: 93e35c5fb2848c5fd712d4bd760214daf5e64247

show more ...

e5000d1f28-Jan-2012 Lisandro Dalcin <dalcinl@gmail.com>

merge release-3.2

Hg-commit: 92ecc738af2e54343bf34f9c473146d1479f768d


/petsc/bin/pythonscripts/PetscGenerateFEMQuadratureTensorProduct.py
/petsc/config/PETSc/packages/cmake.py
/petsc/config/PETSc/packages/cuda.py
/petsc/include/petscdm.h
/petsc/include/petscdmcomplex.h
/petsc/include/petscdmmesh_viewers.hh
/petsc/include/petscsf.h
/petsc/include/private/compleximpl.h
/petsc/include/private/sfimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/Overlap.hh
/petsc/src/benchmarks/streams/PthreadVersion.c
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/complex/complexcreate.c
/petsc/src/dm/impls/complex/makefile
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/examples/tests/ex2.c
/petsc/src/dm/impls/mesh/examples/tests/ex3.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex2f.F
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/mat/examples/tests/ex151.c
/petsc/src/mat/examples/tests/output/ex151_1.out
/petsc/src/mat/examples/tests/output/ex151_2.out
/petsc/src/mat/examples/tests/output/ex151_3.out
/petsc/src/mat/examples/tests/output/ex68_1.out
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/seqpthread/makefile
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/convert.c
/petsc/src/snes/examples/tutorials/ex57.c
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex57_0.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_additive.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/sys/objects/pthread/lockfree.c
/petsc/src/sys/objects/pthread/nopool.c
/petsc/src/sys/sf/dlregissf.c
/petsc/src/sys/sf/examples/makefile
/petsc/src/sys/sf/examples/tutorials/ex1.c
/petsc/src/sys/sf/examples/tutorials/makefile
/petsc/src/sys/sf/examples/tutorials/output/ex1_1.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_2.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_3.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_4.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_5.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_6.out
/petsc/src/sys/sf/examples/tutorials/output/ex1_7.out
/petsc/src/sys/sf/makefile
/petsc/src/sys/sf/sf.c
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
vec/impls/seq/bvec2.c
4de1be5d28-Jan-2012 Lisandro Dalcin <dalcinl@gmail.com>

Fix a few format strings

Hg-commit: 71f429175a71a799d01a1cefdb2806fbcdd7ae81

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