History log of /petsc/src/tao/unconstrained/impls/nls/nls.c (Results 226 – 237 of 237)
Revision Date Author Comments
# 72b7fd4b 02-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

remove wierd handling of options and options prefixes in Tao


# 6f4723b1 01-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


# 441846f8 31-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

changed TaoSolver usage to Tao


# ba92ff59 31-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

added petsc to front of tao public includes


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

fixed quote marks for includes to <>


# 85f9fe2e 29-Jan-2014 Satish Balay <balay@mcs.anl.gov>

tao: remove trailing spaces from sources


# ad035353 29-Jan-2014 Satish Balay <balay@mcs.anl.gov>

tao: untabify sources


# 53506e15 29-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

more format cleanup of tao


# 87f595a5 28-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

more formating of tao code


# 3c9e27cf 13-Dec-2013 Geoffrey Irving <irving@naml.us>

TAO: Update for no type arguments in PetscNew and PetscNewLog

I used Jed's script from b00a91154f763f12aa55f3d53a3f2776f15f49e3,
but removed the '-- $1' bit (which I didn't understand and which
didn

TAO: Update for no type arguments in PetscNew and PetscNewLog

I used Jed's script from b00a91154f763f12aa55f3d53a3f2776f15f49e3,
but removed the '-- $1' bit (which I didn't understand and which
didn't work) to get

git grep -l 'PetscNew\(Log\)\?(' | xargs perl -pi \
-e 's@PetscNew\([^,;()]+ *, *@PetscNew(@;' \
-e 's@PetscNewLog\(([^,;()]+) *,[^,;()]+, *@PetscNewLog($1,@;'

show more ...


# f89ca46f 25-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: fix include from src/* to ../src/tao/*


# a7e14dcf 25-Nov-2013 Satish Balay <balay@mcs.anl.gov>

tao: move tao/src/* petsc/src/tao/


12345678910