History log of /petsc/src/snes/impls/qn/qn.c (Results 426 – 450 of 474)
Revision Date Author Comments
# 05b53524 11-Feb-2012 Peter Brune <brune@mcs.anl.gov>

added SNESLineSearchApply(), SNESLineSearchPreCheckApply() and SNESLineSearchPostCheckApply() to the interface

Hg-commit: 2c13a8e4d8b8ac5f9278109127dbdacc4d0d6da6


# 360c497d 10-Feb-2012 Peter Brune <brune@mcs.anl.gov>

added SNESSetFunctionNorm and SNESSetIterationNumber to make SNESShells easier to write.

Hg-commit: 35d4b2bf7a9aec9ffb7973f65f13044a16facf27


# 6bf1b2e5 10-Feb-2012 Peter Brune <brune@mcs.anl.gov>

more QN robustification

Hg-commit: 5084da17ac849498ab4e5877ab12a389c2d655f8


# 1b2f85eb 10-Feb-2012 Peter Brune <brune@mcs.anl.gov>

complex fixes for new QN.

Hg-commit: 69bd9b0b14742ebcf40ca485678efc4c490b8b71


# b21d5a53 10-Feb-2012 Peter Brune <brune@mcs.anl.gov>

Added Shanno-scaling and more clear preconditioning application to QN

Hg-commit: 2c48c51240a6024a195fcdd9a0510700000ee00a


# 0e444f03 09-Feb-2012 Peter Brune <brune@mcs.anl.gov>

set snes->max_its and snes->max_funcs to be appropriate values for new SNES solvers

Hg-commit: 178cccead9cd0386074217651ed25b5a410dcd41


# 9c05af5e 05-Feb-2012 Jed Brown <jed@59A2.org>

SNESReset_XXX does not need to mess with work vectors

Hg-commit: 386f6e43210e955c03106668c7484128e96eb8cd


# 9f83bee8 05-Feb-2012 Jed Brown <jed@59A2.org>

SNES_QN naming and formatting

Hg-commit: e8eb82cbb9213e6ee2c60d6f1de61556d9e3e10d


# 5631ad8b 10-Oct-2011 Jed Brown <jed@59A2.org>

merge VTK output

Hg-commit: 752ac285cef3004e5f927d47cb447c89c818ee2e


# c62a2301 08-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3a8c98f0c305dafb7511eeff746b29d4b4a171d5


# af60355f 07-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Fixed line search behavior, added SNESLineSearchQuadraticSecant.

Hg-commit: e492d8adec9a0d1359ea317876d69a0d9d98a71d


# deeea0db 07-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2e38230693469702fd02f8db8b5417ede06c7aed


# cf9edfec 05-Oct-2011 Peter Brune <brune@mcs.anl.gov>

added SNESLineSearchSecant

Hg-commit: 82d3d056a5e5d36818855626e16fe7c4ec06d0f8


# 92c02d66 03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

each SNES solver now has an associated SNESLineSearchSetType_X that allows for specific routines to be set from options

Hg-commit: 9bf353a2ca63f48d871b2090628cbe6dca649f1a


# 70d3b23b 03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

SNESLS and SNESNCG now have more elegant line search type selection

Hg-commit: 4cb2f3f7ece23886554acc6c69ed4dce808af520


# ed8ce5c3 02-Oct-2011 Jed Brown <jed@59A2.org>

merge again

Hg-commit: 8aab9a7a14704e56c78fb12df91466c614597da4


# 8e3fc8c0 02-Oct-2011 Jed Brown <jed@59A2.org>

Merge cfl and -snes_ls_precheck_picard with LS changes from Peter

Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72


# 9f3a0142 02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

moved SNESQN over to using the standard line searches but still needs fixing.

Hg-commit: de1b437d9080a72fe8b4d8bd65a7ec3c0337415d


# 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


# c17803e7 01-Oct-2011 Jed Brown <jed@59A2.org>

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function.

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function. It is less code and more
clear, I think.

Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50

show more ...


# 4dbf1ed6 30-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8cdd6ebea106b0d546930c2fcd73f7fc81fdf91f


# 8409ca45 29-Sep-2011 Matthew G Knepley <knepley@gmail.com>

Fixed monitoring of NGMRES and QN

Hg-commit: 4fc6ece28cc07acfe3139f33607e95dcb9cca6e3


# fef7b6d8 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

added snesncg (nonlinear conjugate gradient) solver

Hg-commit: 3a811f428933958bf37efb70972f4326cbc59e5c


# 6cc8130c 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

Fixed documentation for qn

Hg-commit: 156ae6d8447463eb526f5807592efb68bc019d15


1...<<111213141516171819