changed TaoSolver usage to Tao
added petsc to front of tao public includes
move tao vector operations over to Vec directory, fix a couple names and calling sequences
merged TAO_INFINITY and SNES_VI_INF into PETSC_INFINITY
various format fixes for tao
fixed quote marks for includes to <>
tao: remove trailing spaces from sources
tao: untabify sources
more format cleanup of tao
more formating of TAO code
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 offunction pointer to object pointer type [-Wpedantic]
show more ...
tao: change MANSEC - taosolver -> TaoSolver & taolinesearch -> TaoLineSearch
tao: libtao -> libpetsctao [as gmake/cmake builds automatically add petsc prefix]
tao: remove OBJSC/OBJSF from makefiles
tao: fix LOCDIR in makefiles
tao: switch src makefiles form using tao/conf to petsc/conf
tao: move tao/src/* petsc/src/tao/
123