History log of /petsc/src/tao/ (Results 1501 – 1525 of 1550)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ad03535329-Jan-2014 Satish Balay <balay@mcs.anl.gov>

tao: untabify sources


/petsc/include/taolinesearch.h
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/impls/blmvm/blmvm.c
bound/impls/bqpip/bqpip.c
bound/impls/gpcg/gpcg.c
bound/impls/tron/tron.c
bound/utils/projection.c
complementarity/examples/tutorials/blackscholes.c
complementarity/examples/tutorials/minsurf1.c
complementarity/impls/asls/asfls.c
complementarity/impls/asls/asils.c
complementarity/impls/ssls/ssls.h
constrained/impls/ipm/ipm.c
constrained/impls/ipm/ipm.h
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaosolverf.c
interface/tao_init.c
interface/taosolver.c
interface/taosolver_bounds.c
interface/taosolver_fg.c
interface/taosolver_hj.c
interface/taosolverregi.c
leastsquares/examples/tutorials/chwirut2.c
leastsquares/impls/pounders/pounders.c
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
linesearch/impls/armijo/armijo.c
linesearch/impls/armijo/armijo.h
linesearch/impls/gpcglinesearch/gpcglinesearch.c
linesearch/impls/gpcglinesearch/gpcglinesearch.h
linesearch/impls/morethuente/morethuente.c
linesearch/impls/owarmijo/owarmijo.c
linesearch/impls/owarmijo/owarmijo.h
linesearch/interface/ftn-custom/ztaolinesearchf.c
matrix/adamat.c
matrix/lmvmmat.c
matrix/lmvmmat.h
matrix/submatfree.c
pde_constrained/examples/tutorials/elliptic.c
pde_constrained/examples/tutorials/hyperbolic.c
pde_constrained/examples/tutorials/parabolic.c
pde_constrained/impls/lcl/lcl.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
unconstrained/impls/bmrm/bmrm.c
unconstrained/impls/cg/taocg.c
unconstrained/impls/cg/taocg.h
unconstrained/impls/lmvm/lmvm.c
unconstrained/impls/neldermead/neldermead.c
unconstrained/impls/nls/nls.c
unconstrained/impls/nls/nls.h
unconstrained/impls/ntl/ntl.c
unconstrained/impls/ntl/ntl.h
unconstrained/impls/ntr/ntr.c
unconstrained/impls/ntr/ntr.h
unconstrained/impls/owlqn/owlqn.c
util/tao_util.c
53506e1529-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

more format cleanup of tao

a4a73b1728-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Jason said these tests are no longer needed


2d0e524428-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

more formating of TAO code

87f595a528-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

more formating of tao code

6c23d07528-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

update more tao code to modern PETSc, remove PETSC_NULL, some formating


bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/impls/blmvm/blmvm.c
bound/impls/bqpip/bqpip.c
bound/impls/gpcg/gpcg.c
bound/impls/tron/tron.c
bound/utils/isutil.c
complementarity/examples/tutorials/blackscholes.c
complementarity/examples/tutorials/minsurf1.c
complementarity/impls/asls/asfls.c
complementarity/impls/asls/asils.c
complementarity/impls/ssls/ssfls.c
complementarity/impls/ssls/ssils.c
complementarity/impls/ssls/ssls.c
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/impls/ipm/ipm.c
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaosolverf.c
interface/tao_init.c
interface/taosolver_bounds.c
interface/taosolver_fg.c
interface/taosolver_hj.c
leastsquares/examples/tutorials/chwirut1.c
leastsquares/examples/tutorials/chwirut2.c
leastsquares/impls/pounders/gqt.c
leastsquares/impls/pounders/pounders.c
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
linesearch/impls/armijo/armijo.c
linesearch/impls/morethuente/morethuente.c
linesearch/impls/owarmijo/owarmijo.c
linesearch/impls/unit/unit.c
linesearch/interface/taolinesearch.c
matrix/adamat.c
matrix/lmvmmat.c
matrix/submatfree.c
pde_constrained/examples/tutorials/parabolic.c
pde_constrained/impls/sqpcon/sqpcon.c
tests/test_bqpip.c
tests/test_bratu2.c
tests/test_chwirut1_bound.c
tests/test_chwirut2_bound.c
tests/test_gts.c
tests/test_jbearingdm.c
tests/test_limit_feval.c
tests/test_limit_iter.c
tests/test_limit_minf.c
tests/test_linesearch1.c
tests/test_linesearch_fg.c
tests/test_minsurf3.c
tests/test_prefix.c
tests/test_toy.c
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
unconstrained/examples/tutorials/rosenbrock1.c
unconstrained/impls/bmrm/bmrm.c
unconstrained/impls/cg/taocg.c
f40bd26028-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

we don't use mpisize or mpirank in PETSc source

a007aed428-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

fixes for 64 bit indices

29c6e7da27-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

bug fix in pounders to prevent negative length passed to BLASnrm2 which causes crash on my mac

f06e3bfa27-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

removed more %G from TAO
much more formating of TAO source code

47a4700727-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

removed some uses of %G updated those files to use proper PETSc style code


/petsc/bin/FASTMathInstaller.py
/petsc/bin/maint/asterix-test.sh
/petsc/bin/maint/builddist
/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/churn2
/petsc/bin/maint/confignightly/crush3
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/petsc-val.supp
/petsc/bin/petsclogformat.py
/petsc/bin/petscmpiexec
/petsc/bin/pythonscripts/PetscBinaryIO.py
/petsc/bin/pythonscripts/petsc_conf.py
/petsc/conf/rules
/petsc/conf/test
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/viennacl.py
/petsc/config/PETSc/utilities/Regression.py
/petsc/config/PETSc/utilities/featureTestMacros.py
/petsc/config/PETSc/utilities/languages.py
/petsc/config/PETSc/utilities/missing.py
/petsc/config/PETSc/utilities/petscclone.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/config/examples/arch-mswin-borland.py
/petsc/config/examples/arch-mswin-cxx-cmplx.py
/petsc/config/examples/arch-mswin.py
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscsys.h
/petsc/include/finclude/petscsysdef.h
/petsc/include/makefile
/petsc/include/petsc-private/dmdaimpl.h
/petsc/include/petsc-private/fortranimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/petscfeimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmplex.h
/petsc/include/petscfe.h
/petsc/include/petscis.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviennacl.h
/petsc/makefile
/petsc/share/petsc/datafiles/meshes/doublet-tet.msh
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/contrib/nightlysummary/runhtml.sh
/petsc/src/contrib/style/checks/cpp-comments.sh
/petsc/src/dm/dt/examples/tests/ex1.c
/petsc/src/dm/dt/examples/tests/ex2.c
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/examples/tests/ex12.c
/petsc/src/dm/examples/tests/ex19.c
/petsc/src/dm/examples/tests/ex21.c
/petsc/src/dm/examples/tests/ex23.c
/petsc/src/dm/examples/tests/ex3.c
/petsc/src/dm/examples/tests/ex30.c
/petsc/src/dm/examples/tests/ex33.c
/petsc/src/dm/examples/tests/ex36.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/examples/tests/ex5.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/ex3.c
/petsc/src/dm/examples/tutorials/ex6.c
/petsc/src/dm/examples/tutorials/ex6f90.F
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/dapreallocate.c
/petsc/src/dm/impls/da/dareg.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/ex11.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/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/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex10_7.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_12.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_10.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_11.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_15.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_16.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_17.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_4.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_5.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_6.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_7.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_8.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_9.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_16.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_17.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_18.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_19.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_20.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_21.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_22.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_23.out
/petsc/src/dm/impls/plex/examples/tests/output/ex9_7.out
/petsc/src/dm/impls/plex/examples/tutorials/output/ex2_7.out
/petsc/src/dm/impls/plex/f90-custom/zplexf90.c
/petsc/src/dm/impls/plex/makefile
/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/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/plexinterpolate.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plexvtk.c
/petsc/src/dm/impls/redundant/dmredundant.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex15.c
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex2.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex40.c
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex7.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex24_4.out
/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/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex18.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/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex40.c
/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/ex45.c
/petsc/src/ksp/ksp/examples/tutorials/ex46.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/examples/tutorials/ex51.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/ex53.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/ex57f.F
/petsc/src/ksp/ksp/examples/tutorials/ex58.c
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.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_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex59_3.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.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/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.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/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/saws/kspsaws.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/ex3.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcnullspace.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.h
/petsc/src/ksp/pc/impls/bddc/bddcstructs.h
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/classical.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex106.c
/petsc/src/mat/examples/tests/ex112.c
/petsc/src/mat/examples/tests/ex116.c
/petsc/src/mat/examples/tests/ex118.c
/petsc/src/mat/examples/tests/ex120.c
/petsc/src/mat/examples/tests/ex121.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/ex128.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex142.c
/petsc/src/mat/examples/tests/ex143.c
/petsc/src/mat/examples/tests/ex145.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tests/ex16.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex19.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex21.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex7.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/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex97.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/basfactor.c
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/bas/spbas_cholesky.h
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/makefile
/petsc/src/mat/order/spectral.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/order/wbm.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex15.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex33.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5f90t.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex70.c
/petsc/src/snes/examples/tutorials/ex72.c
/petsc/src/snes/examples/tutorials/ex73f90t.F90
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas_gssecant.out
/petsc/src/snes/examples/tutorials/output/ex21_1.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/gsimpl.h
/petsc/src/snes/impls/gs/gssecant.c
/petsc/src/snes/impls/gs/makefile
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/utils/dmsnes.c
/petsc/src/sys/classes/bag/bag.c
/petsc/src/sys/classes/draw/impls/opengl/openglops.c
/petsc/src/sys/classes/draw/interface/dpoints.c
/petsc/src/sys/classes/draw/interface/dviewp.c
/petsc/src/sys/classes/draw/interface/ftn-custom/zdtrif.c
/petsc/src/sys/classes/draw/utils/hists.c
/petsc/src/sys/classes/random/examples/tutorials/ex2.c
/petsc/src/sys/classes/random/impls/rand48/rand48.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/viewer/examples/tests/makefile
/petsc/src/sys/classes/viewer/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/impls/draw/vdraw.h
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/examples/tests/ex13.c
/petsc/src/sys/examples/tests/ex14.c
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/examples/tests/ex24.c
/petsc/src/sys/examples/tests/ex3.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/logging/ftn-custom/zplogf.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/mathinf.c
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/impls/gpcg/gpcg.c
bound/impls/tron/tron.c
bound/utils/projection.c
complementarity/impls/asls/asfls.c
complementarity/impls/asls/asils.c
complementarity/impls/ssls/ssfls.c
complementarity/impls/ssls/ssils.c
constrained/impls/ipm/ipm.c
interface/fdtest.c
interface/taosolver.c
leastsquares/examples/tutorials/chwirut1.c
leastsquares/examples/tutorials/chwirut2.c
leastsquares/impls/poundersb/poundersb.c
linesearch/impls/armijo/armijo.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/impls/cfl/adaptcfl.c
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/eimex/allen_cahn.c
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex30.cxx
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex26_2.out
/petsc/src/ts/examples/tutorials/output/ex26_3.out
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex7.c
/petsc/src/ts/examples/tutorials/power_grid/ex8.c
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/utils/dmts.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/is/ao/examples/tests/ex3d/makefile
/petsc/src/vec/is/ao/examples/tests/makefile
/petsc/src/vec/is/is/examples/tests/makefile
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/sf/examples/tutorials/makefile
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tests/ex34.c
/petsc/src/vec/vec/examples/tests/ex36.c
/petsc/src/vec/vec/examples/tests/ex37.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex18.c
/petsc/src/vec/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/vec/examples/tutorials/ex20f90.F90
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
/petsc/src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vsection.c
/petsc/tutorials/python/makefile
65cd8a9b30-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: fix bad comment

bd61e92b30-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: fix rosenbrock1f_1 example

1176053a29-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: remove function cast warning

067f330c29-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: fix memory leak in pde_constrained lcl

e1be705324-Dec-2013 Satish Balay <balay@mcs.anl.gov>

tao: run dos2unix on bmrm.h

"/export/home/petsc/petsc.clone-2/src/tao/unconstrained/impls/bmrm/bmrm.h", line 1: warning: invalid white space character
in directive
"/export/home/petsc/petsc.clone-2/

tao: run dos2unix on bmrm.h

"/export/home/petsc/petsc.clone-2/src/tao/unconstrained/impls/bmrm/bmrm.h", line 1: warning: invalid white space character
in directive
"/export/home/petsc/petsc.clone-2/src/tao/unconstrained/impls/bmrm/bmrm.h", line 2: warning: invalid white space character
in directive

show more ...

600047ee24-Dec-2013 Satish Balay <balay@mcs.anl.gov>

tao: fix foo() -> foo(void)

C:\cygwin\home\sbalay\PETSC~1.CLO\src\tao\INTERF~1\dlregistao.c(60) : warning C4113: 'int (__cdecl *)()' differs in
parameter lists from 'int (__cdecl *)(void )'
C:\cygwi

tao: fix foo() -> foo(void)

C:\cygwin\home\sbalay\PETSC~1.CLO\src\tao\INTERF~1\dlregistao.c(60) : warning C4113: 'int (__cdecl *)()' differs in
parameter lists from 'int (__cdecl *)(void )'
C:\cygwin\home\sbalay\PETSC~1.CLO\src\tao\LINESE~1\INTERF~1\dlregis_taolinesearch.c(69) : warning C4113: 'int (__cdecl
*)()' differs in parameter lists from 'int (__cdecl *)(void )'

show more ...

8e3154b524-Dec-2013 Satish Balay <balay@mcs.anl.gov>

tao: nightly build fixes for c89

/sandbox/petsc/petsc.clone-2/src/tao/util/tao_util.c:557:2: warning: ISO C does not allow extra ‘;’ outside of a function
[-Wpedantic]
/sandbox/petsc/petsc.clone-2/s

tao: nightly build fixes for c89

/sandbox/petsc/petsc.clone-2/src/tao/util/tao_util.c:557:2: warning: ISO C does not allow extra ‘;’ outside of a function
[-Wpedantic]
/sandbox/petsc/petsc.clone-2/src/tao/interface/ftn-custom/ztaosolverf.c:164:18: warning: ISO C forbids conversion of
function pointer to object pointer type [-Wpedantic]

show more ...

e9f9aeae22-Dec-2013 Satish Balay <balay@mcs.anl.gov>

tao: fix comments from // to /* */

8fa76f7319-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: add tao tests to makefiles


/petsc/.gitignore
bound/examples/tutorials/makefile
bound/examples/tutorials/output/jbearing2_1.out
bound/examples/tutorials/output/jbearing2_2.out
bound/examples/tutorials/output/jbearing2_3.out
bound/examples/tutorials/output/plate2_1.out
bound/examples/tutorials/output/plate2_2.out
bound/examples/tutorials/output/plate2_3.out
bound/examples/tutorials/output/plate2_4.out
bound/examples/tutorials/output/plate2_5.out
bound/examples/tutorials/output/plate2_6.out
bound/examples/tutorials/output/plate2_7.out
bound/examples/tutorials/output/plate2f_1.out
bound/examples/tutorials/output/plate2f_2.out
complementarity/examples/tutorials/makefile
complementarity/examples/tutorials/output/blackscholes_1.out
complementarity/examples/tutorials/output/blackscholes_2.out
complementarity/examples/tutorials/output/blackscholes_3.out
complementarity/examples/tutorials/output/blackscholes_4.out
complementarity/examples/tutorials/output/blackscholes_5.out
complementarity/examples/tutorials/output/blackscholes_6.out
complementarity/examples/tutorials/output/blackscholes_7.out
complementarity/examples/tutorials/output/minsurf1_1.out
complementarity/examples/tutorials/output/minsurf1_2.out
leastsquares/examples/tutorials/makefile
leastsquares/examples/tutorials/output/chwirut1_1.out
leastsquares/examples/tutorials/output/chwirut1f_1.out
leastsquares/examples/tutorials/output/chwirut2_1.out
leastsquares/examples/tutorials/output/chwirut2f_1.out
pde_constrained/examples/tutorials/makefile
pde_constrained/examples/tutorials/output/elliptic_1.out
pde_constrained/examples/tutorials/output/elliptic_2.out
pde_constrained/examples/tutorials/output/hyperbolic_1.out
pde_constrained/examples/tutorials/output/parabolic_1.out
unconstrained/examples/tutorials/makefile
unconstrained/examples/tutorials/output/eptorsion1_1.out
unconstrained/examples/tutorials/output/eptorsion1_2.out
unconstrained/examples/tutorials/output/eptorsion1_3.out
unconstrained/examples/tutorials/output/eptorsion2_1.out
unconstrained/examples/tutorials/output/eptorsion2_2.out
unconstrained/examples/tutorials/output/eptorsion2f_1.out
unconstrained/examples/tutorials/output/eptorsion2f_2.out
unconstrained/examples/tutorials/output/minsurf1_1.out
unconstrained/examples/tutorials/output/minsurf1_2.out
unconstrained/examples/tutorials/output/minsurf1_3.out
unconstrained/examples/tutorials/output/minsurf2_1.out
unconstrained/examples/tutorials/output/minsurf2_2.out
unconstrained/examples/tutorials/output/minsurf2_3.out
unconstrained/examples/tutorials/output/minsurf2_4.out
unconstrained/examples/tutorials/output/minsurf2_5.out
unconstrained/examples/tutorials/output/rosenbrock1_1.out
unconstrained/examples/tutorials/output/rosenbrock1_2.out
unconstrained/examples/tutorials/output/rosenbrock1_3.out
unconstrained/examples/tutorials/output/rosenbrock1f_1.out
ec4f578605-Dec-2013 Jason Sarich <sarich@mcs.anl.gov>

tao: disable tao when scalar type is complex

6f34102027-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: remove tao/tests/nlstests as its not used anymore


3c23591627-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: remove tao/tests/oldtao - its no longer needed


5b80bec727-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: remove tao/gridsequencing as its deprecated


ccfd50bd27-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: petscdm.h -> petscdmda.h

1...<<6162