History log of /petsc/src/tao/leastsquares/impls/pounders/pounders.c (Results 276 – 294 of 294)
Revision Date Author Comments
# a7b5fb5f 08-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'balay/tao-to-petsc'

Conflicts:
src/snes/impls/fas/fasfunc.c
src/snes/impls/fas/fasgalerkin.c


# babe810c 05-Feb-2014 Jason Sarich <sarich@mcs.anl.gov>

tao: fix pounders indexing bug


# 0cbffdba 01-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


# 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


# e270355a 30-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

merged TAO_INFINITY and SNES_VI_INF into PETSC_INFINITY


# 2c2c1c77 30-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

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


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

fixed quote marks for includes to <>


# 8a35fac9 29-Jan-2014 Jason Sarich <sarich@mcs.anl.gov>

tao: fix negative blas counter in pounders


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

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


# 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


# 6c23d075 28-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

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


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

we don't use mpisize or mpirank in PETSc source


# 29c6e7da 27-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


# f06e3bfa 27-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

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


# e9f9aeae 22-Dec-2013 Satish Balay <balay@mcs.anl.gov>

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


# 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 ...


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

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


1...<<1112