History log of /petsc/src/mat/impls/aij/ (Results 2776 – 2800 of 6618)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
af8000cd12-Sep-2014 Hong Zhang <hzhang@mcs.anl.gov>

add MatConvert_SeqAIJ_Elemental()

c9ef06ad10-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/PETSc/utilities/petscclone.py
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc-private/taoimpl.h
/petsc/include/petsc-private/vecimpl.h
/petsc/include/petsctao.h
/petsc/include/petscversion.h
/petsc/setup.py
/petsc/src/dm/examples/tests/ex23.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex23_2.out
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/saws.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/features/threads.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/examples/tests/ex99.c
seq/aij.c
seq/matlab/aijmatlab.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/bound/impls/gpcg/gpcg.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/complementarity/impls/asls/asfls.c
/petsc/src/tao/complementarity/impls/asls/asils.c
/petsc/src/tao/complementarity/impls/ssls/ssfls.c
/petsc/src/tao/complementarity/impls/ssls/ssils.c
/petsc/src/tao/constrained/impls/ipm/ipm.c
/petsc/src/tao/interface/ftn-custom/ztaosolverf.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut1f.F
/petsc/src/tao/leastsquares/examples/tutorials/output/chwirut1_1.out
/petsc/src/tao/leastsquares/examples/tutorials/output/chwirut1f_1.out
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.h
/petsc/src/tao/linesearch/impls/gpcglinesearch/gpcglinesearch.c
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/impls/unit/unit.c
/petsc/src/tao/pde_constrained/impls/lcl/lcl.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vector.c
579dbff010-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

MATMPIDENSE used in documentation in several places that should have been MATSEQDENSE

Reported-by: Dave May <dave.mayhem23@gmail.com>


/petsc/bin/maint/builddist
/petsc/bin/petscnagupgrade.py
/petsc/config/BuildSystem/config/autoconf.py
/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/config/BuildSystem/project.py
/petsc/config/BuildSystem/script.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/config/PETSc/packages/threadcomm.py
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/PETSc/utilities/petscclone.py
/petsc/config/install.py
/petsc/gmakefile
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/vecimpl.h
/petsc/include/petscversion.h
/petsc/makefile
/petsc/setup.py
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/examples/tests/ex23.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex23_2.out
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/35.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/nonlinearsolvertable.html
/petsc/src/docs/website/documentation/saws.html
/petsc/src/docs/website/documentation/taosolvertable.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/features/threads.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/fbcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/fbcgsr.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.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/groppcg/groppcg.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/pipecg/pipecg.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/cr/pipecr/pipecr.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/specest/specest.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/examples/tests/ex99.c
seq/aij.c
seq/matlab/aijmatlab.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/error/checkptr.c
/petsc/src/tao/leastsquares/examples/tutorials/output/chwirut1_1.out
/petsc/src/tao/leastsquares/examples/tutorials/output/chwirut1f_1.out
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.h
/petsc/src/tao/linesearch/impls/gpcglinesearch/gpcglinesearch.c
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/impls/unit/unit.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/is/examples/makefile
/petsc/src/vec/is/examples/tests/ex1.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tests/output/ex1_1.out
/petsc/src/vec/is/makefile
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
68d08fd308-Sep-2014 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/matzerorows-nocomm'

* jed/matzerorows-nocomm:
MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const
MatZeroRowsColumns_MPI(B)AIJ: avoid nrows*co

Merge branch 'jed/matzerorows-nocomm'

* jed/matzerorows-nocomm:
MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const
MatZeroRowsColumns_MPI(B)AIJ: avoid nrows*comm_size complexity
MatZeroRows_MPI(B)AIJ: avoid communication when MAT_NO_OFF_PROC_ZERO_ROWS
MatZeroRows_MPI(B)AIJ: avoid nrows*comm_size complexity

show more ...

741c23a325-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/always-include-complex'

c3a4c12f25-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/optimize-matdiagonalset'


/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/hdf5.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/include/petsc-private/dmdaimpl.h
/petsc/include/petsc-private/dmimpl.h
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/linesearchimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/src/contrib/nightlysummary/runhtml.py
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/examples/tutorials/ex19.c
/petsc/src/dm/impls/da/da.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/dacorn.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dadd.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dagetelem.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/daltol.c
/petsc/src/dm/impls/da/dapf.c
/petsc/src/dm/impls/da/dareg.c
/petsc/src/dm/impls/da/dasub.c
/petsc/src/dm/impls/da/daview.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/ftn-custom/zdaf.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/patch/patch.c
/petsc/src/dm/impls/patch/patchcreate.c
/petsc/src/dm/impls/plex/examples/tests/ex2f90.F
/petsc/src/dm/impls/plex/examples/tests/ex4.c
/petsc/src/dm/impls/plex/examples/tests/ex5.c
/petsc/src/dm/impls/plex/examples/tests/ex7.c
/petsc/src/dm/impls/plex/examples/tests/ex8.c
/petsc/src/dm/impls/plex/examples/tests/ex9.c
/petsc/src/dm/impls/plex/examples/tutorials/ex2.c
/petsc/src/dm/impls/plex/f90-custom/zplexf90.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcgns.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plexvtk.c
/petsc/src/dm/impls/plex/plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/35.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/petsc-20.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex35.c
/petsc/src/ksp/ksp/examples/tests/ex8.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex8_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex8_2.out
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_1.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_2.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_3.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_1.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_2.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_3.out.html
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgs/fbcgs.c
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/fbcgsr.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.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/groppcg/groppcg.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/pipecg/pipecg.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/cr/pipecr/pipecr.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmres.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/specest/specest.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex171.c
/petsc/src/mat/examples/tests/makefile
mpi/mpiaij.c
seq/aij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/snes/examples/tutorials/ex55.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/snes/examples/tutorials/output/ex19_tut_1.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_2.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_3.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_4.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_5.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_6.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_7.out.html
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/error/checkptr.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/output/ex11_tut_1.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_2.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_3.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_4.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_5.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_1.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_2.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_3.out.html
/petsc/src/ts/utils/dmplexts.c
/petsc/src/vec/is/ao/interface/aoreg.c
/petsc/src/vec/is/examples/makefile
/petsc/src/vec/is/examples/tests/ex1.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tests/output/ex1_1.out
/petsc/src/vec/is/makefile
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/tutorials/HandsOnExercise.html
82102fcf21-Aug-2014 Jed Brown <jed@jedbrown.org>

MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const

Clang provides the attribute pointer_with_type_tag, but even though
the argument is const in our function, the a

MatZeroRows_MPIAIJ: cast to PetscInt* because clang attributes don't understand const

Clang provides the attribute pointer_with_type_tag, but even though
the argument is const in our function, the attribute does not
recognize this and thus warns about a mismatch.

Reported-by: Barry Smith <bsmith@mcs.anl.gov>

show more ...

5ba1750219-Aug-2014 Jed Brown <jed@jedbrown.org>

MatZeroRowsColumns_MPI(B)AIJ: avoid nrows*comm_size complexity

Switch from bad "trick" to short-circuited binary search.

a34163a419-Aug-2014 Jed Brown <jed@jedbrown.org>

MatZeroRows_MPI(B)AIJ: avoid communication when MAT_NO_OFF_PROC_ZERO_ROWS

This functionality existed prior to Matt's refactor to use PetscSF and
was considered useful to PFLOTRAN.

Reported-by: Glen

MatZeroRows_MPI(B)AIJ: avoid communication when MAT_NO_OFF_PROC_ZERO_ROWS

This functionality existed prior to Matt's refactor to use PetscSF and
was considered useful to PFLOTRAN.

Reported-by: Glenn Hammond <gehammo@sandia.gov>

show more ...

69ea2d3819-Aug-2014 Jed Brown <jed@jedbrown.org>

MatZeroRows_MPI(B)AIJ: avoid nrows*comm_size complexity

If the rows are in reverse order, the old implementation would linear
search the ownership ranges for each row. Use binary search instead.


/petsc/config/BuildSystem/config/package.py
/petsc/config/BuildSystem/config/packages/make.py
/petsc/include/petsc-private/linesearchimpl.h
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_1.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_2.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex42_tut_3.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_1.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_2.out.html
/petsc/src/ksp/ksp/examples/tutorials/output/ex50_tut_3.out.html
/petsc/src/mat/examples/tests/ex103.c
mpi/mpiaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/snes/examples/tutorials/output/ex19_tut_1.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_2.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_3.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_4.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_5.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_6.out.html
/petsc/src/snes/examples/tutorials/output/ex19_tut_7.out.html
/petsc/src/sys/objects/aoptions.c
/petsc/src/ts/examples/tutorials/output/ex11_tut_1.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_2.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_3.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_4.out.html
/petsc/src/ts/examples/tutorials/output/ex11_tut_5.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_1.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_2.out.html
/petsc/src/ts/examples/tutorials/output/ex2_tut_3.out.html
/petsc/tutorials/HandsOnExercise.html
0fd2b57f12-Aug-2014 Karl Rupp <rupp@iue.tuwien.ac.at>

CUDA: Added PETSC_SKIP_COMPLEX to remaining .cu files

2cbc327708-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

58030fe307-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mataxpy-bugfix' into maint

001ddc4f05-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

reduce code duplication for MatAXPYGetPreallocation_MPIXXX()

8fe0728f05-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

b264fe5204-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

reduce code duplication for MatAXPYGetPreallocation_SeqXXX()

dbbbd53d04-Aug-2014 Satish Balay <balay@mcs.anl.gov>

pastix: fix compile errors [linux-cxx-cmplx-pkgs-64idx]

cannot use DCOMPLEX from pastix.h - so use PetscScalar directly

4de5dcee04-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatAXPY_ for mpibaij and mpisbaij

5276853701-Aug-2014 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatAXPY_ for seqbaij and seqsbaij

99e6552631-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

added MatDiagonalSet_MPIAIJ()
removes searches for square matrices that already have diagonal entries

501695b731-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


/petsc/bin/FASTMathInstaller.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/PETSc/Configure.py
/petsc/config/install.py
/petsc/src/benchmarks/streams/CUDAVersion.cu
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/nightlysummary/runhtml.py
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tao_tex/gpcg/comp2.tex
/petsc/src/docs/tao_tex/gpcg/intro2.tex
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/part2b.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/examples/tutorials/makefile
mpi/mpiaij.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/viewer/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/vec/is/ao/examples/tests/ex3d/makefile
/petsc/src/vec/is/ao/examples/tests/makefile
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/tutorials/python/makefile
df3898ee31-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

with with -> with the the -> the


/petsc/bin/FASTMathInstaller.py
/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/PETSc/Configure.py
/petsc/config/install.py
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/makefile
/petsc/src/benchmarks/streams/CUDAVersion.cu
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tao_tex/gpcg/comp2.tex
/petsc/src/docs/tao_tex/gpcg/intro2.tex
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/part2b.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/examples/tutorials/makefile
mpi/mpiaij.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/viewer/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/impls/ams/amsopen.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/tao/bound/makefile
/petsc/src/tao/complementarity/makefile
/petsc/src/tao/constrained/makefile
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/leastsquares/makefile
/petsc/src/tao/linesearch/impls/makefile
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/makefile
/petsc/src/tao/matrix/adamat.c
/petsc/src/tao/matrix/lmvmmat.c
/petsc/src/tao/matrix/submatfree.c
/petsc/src/tao/matrix/submatfree.h
/petsc/src/tao/pde_constrained/makefile
/petsc/src/tao/unconstrained/makefile
/petsc/src/tao/util/tao_util.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/vec/is/ao/examples/tests/ex3d/makefile
/petsc/src/vec/is/ao/examples/tests/makefile
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/interface/rvector.c
/petsc/tutorials/python/makefile
305f76c926-Jun-2014 Dominic Meiser <dmeiser@txcorp.com>

Delete commented out code in cuda related files.

Note that there are still a fairly large number of commented out chunks
of code in the rest of the code base:

[dmeiser@ivy petsc]$ grep -R '#if\s0'

Delete commented out code in cuda related files.

Note that there are still a fairly large number of commented out chunks
of code in the rest of the code base:

[dmeiser@ivy petsc]$ grep -R '#if\s0' * |grep '^src\|include'| wc -l
87

show more ...


/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/packages/BlasLapack.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/config/PETSc/packages/threadcomm.py
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/makefile
/petsc/src/contrib/nightlysummary/runhtml.py
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/impls/mg/mg.c
mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/is/matis.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/bound/makefile
/petsc/src/tao/complementarity/makefile
/petsc/src/tao/constrained/makefile
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/leastsquares/makefile
/petsc/src/tao/linesearch/impls/makefile
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/makefile
/petsc/src/tao/matrix/adamat.c
/petsc/src/tao/matrix/lmvmmat.c
/petsc/src/tao/matrix/submatfree.c
/petsc/src/tao/matrix/submatfree.h
/petsc/src/tao/pde_constrained/makefile
/petsc/src/tao/unconstrained/makefile
/petsc/src/tao/util/tao_util.c
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/vpscat.h
ebc8f43603-Feb-2014 Dominic Meiser <dmeiser@txcorp.com>

Adding type checks for Vector types in MatSolve_SeqAIJCUSPARSE.

d7882ea028-Jan-2014 Dominic Meiser <dmeiser@txcorp.com>

Short circuit for zero matrices in MatMul_SeqAIJCUSP and MatMulAdd_SeqAIJCUSP.

As of cusp 0.4.0 the case of zero matrices is not handled well: cusp
produces segfaults. Adding checks to guard agains

Short circuit for zero matrices in MatMul_SeqAIJCUSP and MatMulAdd_SeqAIJCUSP.

As of cusp 0.4.0 the case of zero matrices is not handled well: cusp
produces segfaults. Adding checks to guard against this case.

show more ...


/petsc/config/BuildSystem/config/base.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/BuildSystem/config/setCompilers.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/openmp.py
/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/config/PETSc/packages/threadcomm.py
/petsc/include/petsc-private/vecimpl.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/src/contrib/nightlysummary/runhtml.py
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/gamg/tools.c
seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/is/matis.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/bound/makefile
/petsc/src/tao/complementarity/makefile
/petsc/src/tao/constrained/makefile
/petsc/src/tao/interface/fdiff.c
/petsc/src/tao/interface/taosolverregi.c
/petsc/src/tao/leastsquares/makefile
/petsc/src/tao/linesearch/impls/makefile
/petsc/src/tao/linesearch/interface/dlregis_taolinesearch.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/makefile
/petsc/src/tao/matrix/adamat.c
/petsc/src/tao/matrix/lmvmmat.c
/petsc/src/tao/matrix/submatfree.c
/petsc/src/tao/matrix/submatfree.h
/petsc/src/tao/pde_constrained/makefile
/petsc/src/tao/unconstrained/makefile
/petsc/src/tao/util/tao_util.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/veccusp/vscatcusp.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c

1...<<111112113114115116117118119120>>...265