History log of /petsc/src/tao/ (Results 1476 – 1500 of 1550)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7afc1a8b03-Feb-2014 Jed Brown <jed@jedbrown.org>

TAO: s/PETSC_NULL/NULL/ in manual

Touches a few non-TAO files.

01b3cee802-Feb-2014 Satish Balay <balay@mcs.anl.gov>

docs: fix 'Concepts' keyword in tao examples

72b7fd4b02-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

remove wierd handling of options and options prefixes in Tao


/petsc/include/finclude/ftn-custom/petscvec.h90
/petsc/include/petsc-private/isimpl.h
/petsc/include/petscis.h
/petsc/include/petscsys.h
/petsc/include/petsctao.h
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/plex/examples/tests/ex9.c
/petsc/src/dm/impls/plex/makefile
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexindices.c
/petsc/src/docs/tao_tex/manual/abstract.tex
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/cover.tex
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/manual/part2.tex
/petsc/src/docs/tao_tex/manual/part3.tex
/petsc/src/mat/examples/tests/ex18.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex18_0.out
/petsc/src/mat/examples/tests/output/ex18_1.out
/petsc/src/mat/examples/tests/output/ex18_10.out
/petsc/src/mat/examples/tests/output/ex18_11.out
/petsc/src/mat/examples/tests/output/ex18_12.out
/petsc/src/mat/examples/tests/output/ex18_13.out
/petsc/src/mat/examples/tests/output/ex18_14.out
/petsc/src/mat/examples/tests/output/ex18_2.out
/petsc/src/mat/examples/tests/output/ex18_3.out
/petsc/src/mat/examples/tests/output/ex18_4.out
/petsc/src/mat/examples/tests/output/ex18_5.out
/petsc/src/mat/examples/tests/output/ex18_6.out
/petsc/src/mat/examples/tests/output/ex18_7.out
/petsc/src/mat/examples/tests/output/ex18_8.out
/petsc/src/mat/examples/tests/output/ex18_9.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/snes/examples/tutorials/ex12.c
bound/impls/bqpip/bqpip.c
interface/taosolver.c
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/impls/nls/nls.c
/petsc/src/vec/is/utils/vsectionis.c
0cbffdba01-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

added PetscStackCallBLAS() wrappers in tao code
removed all CHKMEMQ macros in tao code that have PetscStack calls that also check the memory

335036cb01-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

fixed more Tao print format statements

6f4723b101-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

set tao tolerances for single precision

BTW: there are all kinds of crazy tolerances all over the place; needs to be rationalized

ba4b436c01-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

fixes to tao to compile in single precision

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

changed TaoSolver usage to Tao


/petsc/bin/maint/generatefortranstubs.py
/petsc/include/finclude/petsctaodef.h
/petsc/include/petsc-private/taodmimpl.h
/petsc/include/petsc-private/taoimpl.h
/petsc/include/petsc-private/taolinesearchimpl.h
/petsc/include/petsctao.h
/petsc/include/petsctaodm.h
/petsc/include/petsctaolinesearch.h
/petsc/src/docs/tao_tex/manual/addsolver.tex
/petsc/src/docs/tao_tex/manual/changes.tex
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/manual/part2.tex
/petsc/src/docs/tao_tex/manual/part3.tex
/petsc/src/docs/tao_tex/manual/rosenbrock1.c
/petsc/src/docs/tao_tex/tutorials/nersc/n03.tex
/petsc/src/docs/tao_tex/tutorials/nersc/n04.tex
/petsc/src/docs/tao_tex/tutorials/nersc/taoacts12.tex
/petsc/src/docs/website/documentation/index.html
bound/examples/tutorials/jbearing2.c
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/plate2.c
bound/examples/tutorials/plate2f.F
bound/impls/blmvm/blmvm.c
bound/impls/bqpip/bqpip.c
bound/impls/bqpip/bqpip.h
bound/impls/gpcg/gpcg.c
bound/impls/tron/subset.c
bound/impls/tron/tron.c
complementarity/examples/tutorials/blackscholes.c
complementarity/examples/tutorials/minsurf1.c
complementarity/examples/tutorials/output/minsurf1_1.out
complementarity/examples/tutorials/output/minsurf1_2.out
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
complementarity/impls/ssls/ssls.h
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/examples/tutorials/toyf.F
constrained/impls/ipm/ipm.c
interface/dlregistao.c
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaosolverf.c
interface/makefile
interface/taosolver.c
interface/taosolver_bounds.c
interface/taosolver_fg.c
interface/taosolver_hj.c
interface/taosolverregi.c
leastsquares/examples/tutorials/chwirut1.c
leastsquares/examples/tutorials/chwirut1f.F
leastsquares/examples/tutorials/chwirut2.c
leastsquares/examples/tutorials/chwirut2f.F
leastsquares/examples/tutorials/output/chwirut1_1.out
leastsquares/examples/tutorials/output/chwirut1f_1.out
leastsquares/impls/pounders/pounders.c
leastsquares/impls/pounders/pounders.h
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
leastsquares/impls/poundersb/poundersb.h
linesearch/impls/armijo/armijo.c
linesearch/impls/morethuente/morethuente.c
linesearch/impls/unit/unit.c
linesearch/interface/taolinesearch.c
matrix/makefile
pde_constrained/examples/tutorials/elliptic.c
pde_constrained/examples/tutorials/hyperbolic.c
pde_constrained/examples/tutorials/parabolic.c
pde_constrained/impls/lcl/lcl.c
pde_constrained/impls/sqpcon/sqpcon.c
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/eptorsion2f.F
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
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/rosenbrock1.c
unconstrained/examples/tutorials/rosenbrock1f.F
unconstrained/impls/bmrm/bmrm.c
unconstrained/impls/cg/taocg.c
unconstrained/impls/lmvm/lmvm.c
unconstrained/impls/neldermead/neldermead.c
unconstrained/impls/nls/nls.c
unconstrained/impls/ntl/ntl.c
unconstrained/impls/ntr/ntr.c
unconstrained/impls/owlqn/owlqn.c
util/makefile
b008026a31-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

removed taoinitialize and taofinalize

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

completed renaming of tao include files

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

added petsc to front of tao public includes


/petsc/include/finclude/makefile
/petsc/include/finclude/petsc.h
/petsc/include/petsc-private/taodmimpl.h
/petsc/include/petsc-private/taoimpl.h
/petsc/include/petsc-private/taolinesearchimpl.h
/petsc/include/petsc.h
/petsc/include/tao.h
/petsc/include/taodm.h
/petsc/include/taolinesearch.h
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/manual/part2.tex
/petsc/src/docs/tao_tex/manual/rosenbrock1.c
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2f.h
bound/impls/blmvm/blmvm.c
bound/impls/blmvm/blmvm.h
bound/impls/bqpip/bqpip.h
bound/impls/gpcg/gpcg.h
bound/impls/tron/tron.h
bound/utils/isutil.c
complementarity/examples/tutorials/blackscholes.c
complementarity/examples/tutorials/minsurf1.c
complementarity/impls/ssls/ssls.h
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/examples/tutorials/toyf.h
constrained/impls/ipm/ipm.c
constrained/impls/ipm/ipm.h
interface/dlregistao.c
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaof.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/chwirut1.c
leastsquares/examples/tutorials/chwirut1.h
leastsquares/examples/tutorials/chwirut1f.h
leastsquares/examples/tutorials/chwirut2.c
leastsquares/examples/tutorials/chwirut2f.h
leastsquares/impls/pounders/pounders.h
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.h
linesearch/interface/taolinesearch.c
makefile
matrix/lmvmmat.c
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.h
pde_constrained/impls/sqpcon/sqpcon.h
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/eptorsion2f.h
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
unconstrained/examples/tutorials/rosenbrock1.c
unconstrained/examples/tutorials/rosenbrock1f.h
unconstrained/impls/bmrm/bmrm.h
unconstrained/impls/cg/taocg.c
unconstrained/impls/cg/taocg.h
unconstrained/impls/lmvm/lmvm.c
unconstrained/impls/lmvm/lmvm.h
unconstrained/impls/neldermead/neldermead.h
unconstrained/impls/nls/nls.c
unconstrained/impls/nls/nls.h
unconstrained/impls/ntl/ntl.h
unconstrained/impls/ntr/ntr.h
unconstrained/impls/owlqn/owlqn.c
unconstrained/impls/owlqn/owlqn.h
util/tao_util.c
f273b95231-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

stop using taosolver.h includes


/petsc/include/finclude/makefile
/petsc/include/finclude/petsc.h
/petsc/include/finclude/tao.h
/petsc/include/finclude/taodef.h
/petsc/include/finclude/taosolver.h
/petsc/include/petsc-private/taodmimpl.h
/petsc/include/petsc-private/taolinesearchimpl.h
/petsc/include/petsc-private/taosolverimpl.h
/petsc/include/petsc.h
/petsc/include/tao.h
/petsc/include/taolinesearch.h
/petsc/include/taosolver.h
/petsc/src/docs/tao_tex/manual/part2.tex
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/examples/tutorials/plate2f.h
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/examples/tutorials/toyf.h
interface/fdiff.c
interface/fdtest.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/chwirut1.c
leastsquares/examples/tutorials/chwirut1.h
leastsquares/examples/tutorials/chwirut1f.h
leastsquares/examples/tutorials/chwirut2.c
leastsquares/examples/tutorials/chwirut2f.h
linesearch/impls/armijo/armijo.c
linesearch/impls/morethuente/morethuente.c
linesearch/impls/owarmijo/owarmijo.c
linesearch/impls/unit/unit.c
linesearch/interface/taolinesearch.c
pde_constrained/examples/tutorials/hyperbolic.c
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/eptorsion2f.h
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
unconstrained/examples/tutorials/rosenbrock1f.h
/petsc/src/vec/vec/utils/projection.c
4473680c31-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

move tao vector operations over to Vec directory, fix a couple names and calling sequences

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

merged TAO_INFINITY and SNES_VI_INF into PETSC_INFINITY


/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/taosolver.h
/petsc/src/snes/examples/tests/ex10.c
/petsc/src/snes/examples/tests/ex16.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex55.c
/petsc/src/snes/examples/tutorials/ex58.c
/petsc/src/snes/examples/tutorials/ex60.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex633d_db.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653d.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/snes/impls/vi/rsaug/virsaug.c
/petsc/src/snes/impls/vi/ss/viss.c
/petsc/src/snes/impls/vi/vi.c
bound/examples/tutorials/plate2.c
bound/impls/blmvm/blmvm.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
constrained/impls/ipm/ipm.c
interface/taosolver.c
interface/taosolver_bounds.c
leastsquares/impls/pounders/pounders.c
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
linesearch/impls/gpcglinesearch/gpcglinesearch.c
linesearch/impls/morethuente/morethuente.c
linesearch/interface/taolinesearch.c
matrix/lmvmmat.h
util/tao_util.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/ex23.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/interface/ts.c
04a443eb30-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

remove taolapack.h it duplicated prototypes already in petscblaslapack.h

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

more formating of tao source code

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

format a few more tao files

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

Merge branch 'balay/tao-to-petsc' of bitbucket.org:petsc/petsc into balay/tao-to-petsc

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

various format fixes for tao

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

fixed quote marks for includes to <>


/petsc/include/mpiuni/mpi.h
/petsc/include/petsc-private/dmdaimpl.h
/petsc/include/petsc-private/dmpatchimpl.h
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/taodmimpl.h
/petsc/include/petsc-private/taolinesearchimpl.h
/petsc/include/petsc-private/taosolverimpl.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscsys.h
/petsc/include/petsctime.h
/petsc/include/petscvec.h
/petsc/include/tao.h
/petsc/include/tao_util.h
/petsc/include/taodm.h
/petsc/include/taolapack.h
/petsc/include/taolinesearch.h
/petsc/include/taosolver.h
/petsc/src/contrib/agglom/agglom.c
/petsc/src/dm/examples/tests/ex42.c
/petsc/src/dm/examples/tutorials/ex65dm.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/docs/tao_tex/manual/part1.tex
/petsc/src/docs/tao_tex/manual/part2.tex
/petsc/src/docs/tao_tex/manual/rosenbrock1.c
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresleja.c
/petsc/src/ksp/ksp/impls/gmres/agmres/agmresorthog.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddc.h
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/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/bddcscalingbasic.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/tools.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/parms/parms.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/mat/color/interface/ftn-custom/zmatcoloringf.c
/petsc/src/mat/examples/tests/ex45.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/mpi/mpiviennacl/mpiaijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqcusp/aijAssemble.cu
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/impls/aij/seq/seqviennacl/viennaclmatimpl.h
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.h
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/sbstream/mpisbstream.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.h
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/snes/examples/tutorials/cahn-hilliard-schemes/ex1.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex55.c
/petsc/src/snes/examples/tutorials/ex60.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex61gen.c
/petsc/src/snes/examples/tutorials/ex61view.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex633d_db.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653d.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/impls/fas/fasgalerkin.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/classes/viewer/impls/vtk/vtkv.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/info/verboseinfo.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/threadcomm/impls/pthread/tcpthreadimpl.h
/petsc/src/sys/time/ftn-custom/zptimef.c
/petsc/src/sys/utils/hash.h
/petsc/src/sys/utils/mathinf.c
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/impls/blmvm/blmvm.c
bound/impls/blmvm/blmvm.h
bound/impls/bqpip/bqpip.c
bound/impls/bqpip/bqpip.h
bound/impls/gpcg/gpcg.c
bound/impls/gpcg/gpcg.h
bound/impls/tron/subset.c
bound/impls/tron/tron.c
bound/impls/tron/tron.h
bound/utils/isutil.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/ssfls.c
complementarity/impls/ssls/ssils.c
complementarity/impls/ssls/ssls.c
complementarity/impls/ssls/ssls.h
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/impls/ipm/ipm.c
constrained/impls/ipm/ipm.h
interface/dlregistao.c
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaof.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/chwirut1.c
leastsquares/examples/tutorials/chwirut2.c
leastsquares/impls/pounders/gqt.c
leastsquares/impls/pounders/pounders.c
leastsquares/impls/pounders/pounders.h
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
leastsquares/impls/poundersb/poundersb.h
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/impls/unit/unit.c
linesearch/interface/dlregis_taolinesearch.c
linesearch/interface/ftn-custom/ztaolinesearchf.c
linesearch/interface/taolinesearch.c
matrix/adamat.c
matrix/adamat.h
matrix/lmvmmat.c
matrix/lmvmmat.h
matrix/submatfree.c
matrix/submatfree.h
pde_constrained/examples/tutorials/elliptic.c
pde_constrained/examples/tutorials/hyperbolic.c
pde_constrained/examples/tutorials/parabolic.c
pde_constrained/impls/lcl/lcl.c
pde_constrained/impls/lcl/lcl.h
pde_constrained/impls/sqpcon/sqpcon.c
pde_constrained/impls/sqpcon/sqpcon.h
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/bmrm/bmrm.h
unconstrained/impls/cg/taocg.c
unconstrained/impls/cg/taocg.h
unconstrained/impls/lmvm/lmvm.c
unconstrained/impls/lmvm/lmvm.h
unconstrained/impls/neldermead/neldermead.c
unconstrained/impls/neldermead/neldermead.h
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
unconstrained/impls/owlqn/owlqn.h
util/tao_util.c
/petsc/src/ts/examples/tutorials/ex23.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/vec/vec/examples/tests/ex43.c
/petsc/src/vec/vec/examples/tests/ex44.c
/petsc/src/vec/vec/impls/nest/vecnest.c
8a35fac929-Jan-2014 Jason Sarich <sarich@mcs.anl.gov>

tao: fix negative blas counter in pounders

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

remove tao-private include directory, private goes into petsc-private


/petsc/include/makefile
/petsc/include/petsc-private/taodmimpl.h
/petsc/include/petsc-private/taolinesearchimpl.h
/petsc/include/petsc-private/taosolverimpl.h
/petsc/include/tao_util.h
/petsc/include/taodm.h
/petsc/include/taolinesearch.h
bound/impls/blmvm/blmvm.h
bound/impls/bqpip/bqpip.h
bound/impls/gpcg/gpcg.h
bound/impls/tron/tron.h
complementarity/impls/ssls/ssls.h
constrained/impls/ipm/ipm.h
interface/dlregistao.c
interface/fdiff.c
interface/fdtest.c
interface/ftn-custom/ztaosolverf.c
interface/taosolver.c
interface/taosolver_bounds.c
interface/taosolver_fg.c
interface/taosolver_hj.c
interface/taosolverregi.c
leastsquares/impls/pounders/pounders.h
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.h
linesearch/impls/armijo/armijo.c
linesearch/impls/armijo/armijo.h
linesearch/impls/gpcglinesearch/gpcglinesearch.c
linesearch/impls/morethuente/morethuente.c
linesearch/impls/owarmijo/owarmijo.c
linesearch/impls/owarmijo/owarmijo.h
linesearch/impls/unit/unit.c
linesearch/interface/dlregis_taolinesearch.c
linesearch/interface/ftn-custom/ztaolinesearchf.c
linesearch/interface/taolinesearch.c
makefile
pde_constrained/examples/tutorials/elliptic.c
pde_constrained/examples/tutorials/parabolic.c
pde_constrained/impls/lcl/lcl.h
pde_constrained/impls/sqpcon/sqpcon.h
unconstrained/impls/bmrm/bmrm.h
unconstrained/impls/cg/taocg.h
unconstrained/impls/lmvm/lmvm.h
unconstrained/impls/neldermead/neldermead.h
unconstrained/impls/nls/nls.h
unconstrained/impls/ntl/ntl.h
unconstrained/impls/ntr/ntr.h
unconstrained/impls/owlqn/owlqn.h
e1cc520b29-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

TaoSubsetType should be enum not integer

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

convert most PetscMalloc() in tao to PetscMalloc1()
more formating of Tao source code

85f9fe2e29-Jan-2014 Satish Balay <balay@mcs.anl.gov>

tao: remove trailing spaces from sources


/petsc/include/tao_util.h
/petsc/include/taodm.h
/petsc/include/taolapack.h
/petsc/include/taolinesearch.h
/petsc/include/taosolver.h
bound/examples/tutorials/jbearing2.c
bound/examples/tutorials/plate2.c
bound/examples/tutorials/plate2f.F
bound/examples/tutorials/plate2f.h
bound/impls/blmvm/blmvm.c
bound/impls/blmvm/blmvm.h
bound/impls/bqpip/bqpip.c
bound/impls/gpcg/gpcg.c
bound/impls/gpcg/gpcg.h
bound/impls/tron/subset.c
bound/impls/tron/tron.c
bound/impls/tron/tron.h
bound/utils/isutil.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/ssfls.c
complementarity/impls/ssls/ssils.c
complementarity/impls/ssls/ssls.c
complementarity/impls/ssls/ssls.h
constrained/examples/tutorials/maros.c
constrained/examples/tutorials/toy.c
constrained/examples/tutorials/toyf.F
constrained/examples/tutorials/toyf.h
constrained/impls/ipm/ipm.c
constrained/impls/ipm/ipm.h
interface/dlregistao.c
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/chwirut1.c
leastsquares/examples/tutorials/chwirut1.h
leastsquares/examples/tutorials/chwirut1f.F
leastsquares/examples/tutorials/chwirut1f.h
leastsquares/examples/tutorials/chwirut2.c
leastsquares/examples/tutorials/chwirut2f.F
leastsquares/examples/tutorials/chwirut2f.h
leastsquares/impls/pounders/gqt.c
leastsquares/impls/pounders/pounders.c
leastsquares/impls/pounders/pounders.h
leastsquares/impls/poundersb/pounders_util.c
leastsquares/impls/poundersb/poundersb.c
leastsquares/impls/poundersb/poundersb.h
linesearch/impls/armijo/armijo.c
linesearch/impls/armijo/armijo.h
linesearch/impls/gpcglinesearch/gpcglinesearch.c
linesearch/impls/morethuente/morethuente.c
linesearch/impls/owarmijo/owarmijo.c
linesearch/impls/unit/unit.c
linesearch/interface/dlregis_taolinesearch.c
linesearch/interface/ftn-custom/ztaolinesearchf.c
linesearch/interface/taolinesearch.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
pde_constrained/impls/lcl/lcl.h
pde_constrained/impls/sqpcon/sqpcon.c
pde_constrained/impls/sqpcon/sqpcon.h
unconstrained/examples/tutorials/eptorsion1.c
unconstrained/examples/tutorials/eptorsion2.c
unconstrained/examples/tutorials/eptorsion2f.F
unconstrained/examples/tutorials/eptorsion2f.h
unconstrained/examples/tutorials/minsurf1.c
unconstrained/examples/tutorials/minsurf2.c
unconstrained/examples/tutorials/rosenbrock1.c
unconstrained/examples/tutorials/rosenbrock1f.F
unconstrained/examples/tutorials/rosenbrock1f.h
unconstrained/impls/bmrm/bmrm.c
unconstrained/impls/bmrm/bmrm.h
unconstrained/impls/cg/taocg.c
unconstrained/impls/cg/taocg.h
unconstrained/impls/lmvm/lmvm.c
unconstrained/impls/lmvm/lmvm.h
unconstrained/impls/neldermead/neldermead.c
unconstrained/impls/neldermead/neldermead.h
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
unconstrained/impls/owlqn/owlqn.h
util/tao_util.c

1...<<51525354555657585960>>...62