History log of /petsc/src/snes/impls/ls/ls.c (Results 326 – 350 of 752)
Revision Date Author Comments
# 15f5eeea 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

fixed setting LS from options

Hg-commit: 82a164ad6cfa5139ba51fe0d297a20a436179334


# ea630c6e 01-Oct-2011 Peter Brune <brune@mcs.anl.gov>

moved most of the LineSearch interface out of SNESLS and into SNES; fixed most of the solvers

Hg-commit: 7938008ed4ad477835f3e77a0f5215bd9ef2049d


# 42f4f86d 16-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

more changes of Newton to SNES
SNESView only prints inner snes if it used by outter snes

Hg-commit: c84e9c7c4e16141e1039a62c33518e578258767f


# 1e633543 15-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same c

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same calling sequence of line searches as other SNES methods

Hg-commit: fae74e5081b3f5b3bc28fa3a5e81739ea7ae697c

show more ...


# 55d4ea13 06-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added -snes_ls_damping for ls
finished cleanup of Picard

Hg-commit: 3c0883d674fab3613820d4d7a6173f4c9ffb19b3


# 21167be9 05-Sep-2011 Jed Brown <jed@59A2.org>

Update usage of SNESLineSearchType for C++ and bounds checking

Hg-commit: 4d0f0ad45eb8f7b81a18ce3a8aa00054118349af


# 490ca623 05-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added SNESLineSearchType enum and SNESLineSearchTypes and unified SNESSetFromOptions_LS() to use these instead of hardwiring arrays into each routine

Hg-commit: 5a11f82a7709b95112dec9cc38689b0ba9870

added SNESLineSearchType enum and SNESLineSearchTypes and unified SNESSetFromOptions_LS() to use these instead of hardwiring arrays into each routine

Hg-commit: 5a11f82a7709b95112dec9cc38689b0ba987068b

show more ...


# 8f1a2a5e 12-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

changed sqrt() to PetscSqrtReal() to work properly with __float128
changed some %G to use %14.12e and (double) to work with __float128

Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# ec7bbb8b 08-Jul-2011 Lisandro Dalcin <dalcinl@gmail.com>

Make SNESView_XXX ignore viewer types it cannot handle

Hg-commit: bacd736a92cc499f3a02ce02ec27ea69a6f1ec33


# 649052a6 14-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions

removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions are used

Hg-commit: 3821c77002121ce48b9fae3b1d8e38aa6c55f2b9

show more ...


# 42951b8f 27-May-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: c1943a07162526276566519aa6187052e11ecc3d


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# b6a51c36 07-Nov-2011 Peter Brune <brune@mcs.anl.gov>

commit after merge

Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab


# 481b4421 13-May-2011 Barry Smith <bsmith@mcs.anl.gov>

n the document of SNESLineSearchSetPostCheck,
w = x + y
However, the code implementation is
w = x - y

Hg-commit: 0e3ff3d04f2cecd5a6999dbf7c0bf91b7a76bcba


# 7a03ce2f 26-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

SNESMonitor(): remove macro, implement as a function

Hg-commit: 5c71ac263a531c21bae055e7e43bc37473a86b19


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# 9b08a598 15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


# 94bd0681 14-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f3c568e85a2838d83c3fa8d894b63bfda181d266


# 6b8b9a38 14-Apr-2011 Lisandro Dalcin <dalcinl@gmail.com>

Fixes and cleanups for SNESReset()

Hg-commit: b9ae8a3016c60329482b2acbbf5647012b35f564


1...<<11121314151617181920>>...31