| #
bf5b0b0b
|
| 25-Feb-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
020631bc
|
| 19-Feb-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
Conflicts: include/petscsnesfas.h
|
| #
edfc0708
|
| 19-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/tao-fixes-for-petsc4py'
|
| #
8caf6e8c
|
| 17-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix Tao unconventional naming of TAOLINESEARCH_XXX_CTX TAOLINESEARCH_MT etc
|
| #
e4cb33bb
|
| 17-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changed TaoTerminationReason TaoConvergedReason changed TaoLineSearchTerminationReason to TaoLineSearchConvergedReason
reason: consistency with the rest of PETSc
|
| #
1f1b5a69
|
| 15-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/ts-rhsjacobian-only
|
| #
6d808a57
|
| 13-Feb-2014 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Merge branch 'shri/update-SuiteSparse' into shri/external-package-KLU
Conflicts: conf/test config/examples/arch-linux-pkgs-dbg-ftn-interfaces.py config/examples/arch-linux-pkgs-opt.py
|
| #
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
|
| #
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
|
| #
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
|
| #
6c23d075
|
| 28-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update more tao code to modern PETSc, remove PETSC_NULL, some formating
|
| #
47a47007
|
| 27-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed some uses of %G updated those files to use proper PETSc style 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 ...
|
| #
a7e14dcf
|
| 25-Nov-2013 |
Satish Balay <balay@mcs.anl.gov> |
tao: move tao/src/* petsc/src/tao/
|