| 7afc1a8b | 03-Feb-2014 |
Jed Brown <jed@jedbrown.org> |
TAO: s/PETSC_NULL/NULL/ in manual
Touches a few non-TAO files. |
| 01b3cee8 | 02-Feb-2014 |
Satish Balay <balay@mcs.anl.gov> |
docs: fix 'Concepts' keyword in tao examples |
| 72b7fd4b | 02-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove wierd handling of options and options prefixes in Tao |
| 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 |
| 335036cb | 01-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed more Tao print format statements |
| 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 |
| ba4b436c | 01-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes to tao to compile in single precision |
| 441846f8 | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changed TaoSolver usage to Tao |
| b008026a | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed taoinitialize and taofinalize |
| 21ec2d5c | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
completed renaming of tao include files |
| ba92ff59 | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added petsc to front of tao public includes |
| f273b952 | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
stop using taosolver.h includes |
| 4473680c | 31-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
move tao vector operations over to Vec directory, fix a couple names and calling sequences |
| e270355a | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
merged TAO_INFINITY and SNES_VI_INF into PETSC_INFINITY |
| 04a443eb | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove taolapack.h it duplicated prototypes already in petscblaslapack.h |
| 050fc7a3 | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
more formating of tao source code |
| 45cf516e | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
format a few more tao files |
| 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 |
| 5ca45b2b | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
various format fixes for tao |
| 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 |
| 5b0d99ae | 29-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove tao-private include directory, private goes into petsc-private |
| e1cc520b | 29-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
TaoSubsetType should be enum not integer |
| 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 |