History log of /petsc/src/ksp/pc/ (Results 4326 – 4350 of 5595)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ecd5717110-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

fixed coarse solve to not be redundant.

Hg-commit: b6c849b5a484b5d47aea8c9a7e8ce706a32310a8


/petsc/.hgignore
/petsc/config/builder.py
/petsc/include/finclude/petscts.h
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscksp.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/private/kspimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/src/benchmarks/streams/BasicVersion.c
/petsc/src/benchmarks/streams/OpenMPVersion.c
/petsc/src/benchmarks/streams/makefile
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/docs/website/documentation/changes/32.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/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/itfunc.c
impls/gamg/gamg.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex33.c
/petsc/src/snes/examples/tutorials/ex65dm.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
d61a3a7d08-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

added some memory optimizations.

Hg-commit: 541452b1c25f4cf4665b90b24ae37cfd53306c85

5f6043d508-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: 2a932b9678b7d18ec91ebd2fa634798d76d1c322


/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/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/include/private/pcimpl.h
/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/index.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/ex10_24.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_25.out
/petsc/src/ksp/ksp/impls/broyden/broyden.c
impls/hypre/hypre.c
impls/openmp/openmp.c
interface/pcregis.c
interface/precon.c
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/pinit.c
4336a9ee08-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

In both petsc-3.1-p8 and petsc-dev, it looks like you can't choose
cycle type W for boomerAMG. Is this by design?

static const char *HYPREBoomerAMGCycleType[] = {"","V","W"};

(....snip...)

Pets

In both petsc-3.1-p8 and petsc-dev, it looks like you can't choose
cycle type W for boomerAMG. Is this by design?

static const char *HYPREBoomerAMGCycleType[] = {"","V","W"};

(....snip...)

PetscOptionsEList("-pc_hypre_boomeramg_cycle_type","Cycle
type","None",HYPREBoomerAMGCycleType,2,HYPREBoomerAMGCycleType[jac->cycletype],&indx,&flg);

HYPREBoomerAMGCycleType is length 3, but the length passed to
PetscOptionsEList is 2, so cycle type "W" can't be chosen.

Hg-commit: d16789af6f37cfe5e8f44d7cc43441b7dae31958

show more ...

bad7cb1d08-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit:

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit: 775ecf2b89e39a22b481dd7ba2844955cce151c1

show more ...

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

merge again

Hg-commit: a336645401a3eb7ce54719d7480167a3e328dc3e

6d434a3008-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18


/petsc/bin/maint/package-test.sh
/petsc/bin/maint/toclapack.sh
/petsc/bin/maint/xclude
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/bin/urlget.py
/petsc/conf/rules
/petsc/conf/test
/petsc/config/PETSc/packages/sprng.py
/petsc/config/configure.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/contrib/makefile
/petsc/src/dm/examples/tutorials/ex7.c
/petsc/src/dm/examples/tutorials/ex9.c
/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/docs/website/miscellaneous/external.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/makefile
/petsc/src/ksp/ksp/impls/gcr/gcr.c
impls/bjacobi/bjacobi.c
impls/factor/factor.c
impls/factor/icc/icc.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/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/fft/makefile
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/picard/picard.h
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/fwk/examples/tests/makefile
/petsc/src/sys/fwk/examples/tutorials/makefile
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/fwk/interface/makefile
/petsc/src/sys/fwk/makefile
/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/ex22.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/examples/tests/output/ex37_1.out
/petsc/src/vec/vec/examples/tests/output/ex37_2.out
/petsc/src/vec/vec/impls/nest/vecnest.c
10e2c8a408-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 02f622a4a7066d25379cc181276e6ae077f08cac

7411d3a107-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

a fix for memory problem.

Hg-commit: 4f503736ae2de5672476772f231b6dbdfe87c624

3e1e173907-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

some interum optimizations for scaling.

Hg-commit: c6d440a4c087854e2195470d5076276b2b793886

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

merge from 32

Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6

2bd2b0e607-Sep-2011 Satish Balay <balay@mcs.anl.gov>

add level info in manpages

Hg-commit: 3bba9593b9f6541d89b764edd2655e02309f98e3


/petsc/bin/maint/toclapack.sh
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/conf/rules
/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/dm/examples/tutorials/ex7.c
/petsc/src/dm/examples/tutorials/ex9.c
/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/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/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
impls/factor/factor.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/fft/makefile
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/makefile
/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/examples/tutorials/makefile
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/interface/ts.c
a7ff49e807-Sep-2011 Jed Brown <jed@59A2.org>

VecResetArray() required in PCApplyTranspose_BJacobi_Multiblock

Hg-commit: 2f07246aca895ea48833c0535c2b13428c772840

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

ICC is symmetric, so it is reasonable for PCApplyTranspose() to be defined

Hg-commit: 425c3f3ca315ecfaf8197893196ae4c11087c152


/petsc/bin/maint/toclapack.sh
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/matlab/classes/PetscInitialize.m
/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/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/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
impls/factor/icc/icc.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/fft/makefile
/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
fa31c87d06-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

fixed bug w/o TRIANGLE and fixed 64 bit index bug in PC GAMG.

Hg-commit: 0ae4dab32772884d7d34d983bbcbdf47e62ba43e

fd3c6afa06-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

added suport for 64 bit indices in PC GAMG and removed build dependecy on TRIANGLE.

Hg-commit: fca153f4bdecf6a2e3f36b94e9e385c179bd0771


/petsc/bin/maint/toclapack.sh
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/config/PETSc/packages/sprng.py
/petsc/config/install.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/part2.tex
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
impls/gamg/createProlongation.c
impls/gamg/gamg.c
impls/gamg/makefile
interface/pcregis.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/fft/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/picard/picard.h
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/utils/sortd.c
/petsc/src/ts/impls/implicit/gl/gl.c
2dfef59506-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added PicardLineSearchNo() and removed from SNESSolve_Picard() non call to linesearch

Hg-commit: 86578e53720ec6d8428163a6375e6d25335293ee

b8fd24d804-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

fixed coarsening bug, fixed errors in debug mode with VecSetValues call with zero elements to add.

Hg-commit: e43491e11665bb3c7ff057f7683b2521adb642f3

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

Oops, checked in debugging fragment

Hg-commit: db0db7fa8d535a15d3c09a9020b4ac21f523133f

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

ML interface fixes, mostly for -pc_ml_reuse_interpolation, but also simplify reference counting.

Hg-commit: 0332c1fc139eff5284842f81c8318f30e912e76d

b3ef52cd02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed spelling of outer

Hg-commit: 9a91b5673fd76a0116e7e6b198a71408ae8c9e43

7721a10b02-Sep-2011 Jed Brown <jed@59A2.org>

The ML hierarchy can only be reused for SAME_NONZERO_PATTERN, so use it

Hg-commit: 987c0c0ad7727848aa48f7ae6a70bb72c8dd3b08

4624a67001-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

PetscCommDuplicate() should always be paired with PetscCommDestroy() not MPI_Comm_free()

Hg-commit: f4461413d374600940b38734ca7119b8c928be68

92a756f001-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

fixed memory stuff.

Hg-commit: 2de30ffe5527e3f26036b8b7b20c10838c20f4bd

e8515d6701-Sep-2011 Mark F. Adams <mark.adams@columbia.edu>

removed some stack allocs that were a problem on large problems.

Hg-commit: 949f69af06624f231b71a4d42dd7ca64a35af36f


/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/config/PETSc/Configure.py
/petsc/config/PETSc/packages/FFC.py
/petsc/config/PETSc/packages/X11.py
/petsc/config/PETSc/packages/tetgen.py
/petsc/config/builder.py
/petsc/config/builder2.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/src/dm/examples/tutorials/ex11f90.F
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/meshpcice.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/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/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/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
impls/gamg/createProlongation.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/makefile
/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/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/makefile
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/vec/examples/tutorials/ex1.c

1...<<171172173174175176177178179180>>...224