| 5e081366 | 17-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix some VecGetArray() to VecGetArrayRead() and const in Tao source code |
| e4cb33bb | 17-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changed TaoTerminationReason TaoConvergedReason changed TaoLineSearchTerminationReason to TaoLineSearchConvergedReason
reason: consistency with the rest of PETSc |
| 58417fe7 | 17-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to Tao per request of Lisandro for Petsc4py
* I would like to have TaoGetConstraintTolerances(), right now I'm defining it in petsc4py as shown in the link below: https://bitbucket.org/petsc
updates to Tao per request of Lisandro for Petsc4py
* I would like to have TaoGetConstraintTolerances(), right now I'm defining it in petsc4py as shown in the link below: https://bitbucket.org/petsc/petsc4py/commits/ab01ebe336491190a2db85c179c48b1c64fdc673?at=master#chg-src/include/custom.h
* Look at all these definitions, they should be exposed in the C API to be able to call e.g. TaoSetType(tao,TAOLMVM); https://bitbucket.org/petsc/petsc4py/commits/ab01ebe336491190a2db85c179c48b1c64fdc673?at=master#Lsrc/PETSc/petsctao.pxiT4
Also removed -tao_method, removed tao_ from names of tao methods and fixed some tao source code formatting
show more ...
|
| e2379f4f | 07-Feb-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added citation for Tao users manual when Tao solver is used |
| 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 |
| 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 |
| 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 |
| e270355a | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
merged TAO_INFINITY and SNES_VI_INF into PETSC_INFINITY |
| 45cf516e | 30-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
format a few more tao files |
| 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 <> |
| 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 |
| 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 |
| 6c23d075 | 28-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update more tao code to modern PETSc, remove PETSC_NULL, some formating |
| f06e3bfa | 27-Jan-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed more %G from TAO much more formating of TAO source code |