History log of /petsc/src/snes/impls/ (Results 1076 – 1100 of 1817)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed8ce5c302-Oct-2011 Jed Brown <jed@59A2.org>

merge again

Hg-commit: 8aab9a7a14704e56c78fb12df91466c614597da4

8e3fc8c002-Oct-2011 Jed Brown <jed@59A2.org>

Merge cfl and -snes_ls_precheck_picard with LS changes from Peter

Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72

50f6de3f02-Oct-2011 Jed Brown <jed@59A2.org>

Add -snes_ls_precheck_picard to implement "unstable manifold correction", add to p-Bratu example and include output

Hg-commit: 1dface3dd261103d5cab39d276115c74d7d003df

a589248702-Oct-2011 Peter Brune <brune@mcs.anl.gov>

SNESLS line searches not immediately extendable; moved back to be specific

Hg-commit: aa4035efba07ee0d27b12a980b9228228ff47568

9f3a014202-Oct-2011 Peter Brune <brune@mcs.anl.gov>

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

Hg-commit: de1b437d9080a72fe8b4d8bd65a7ec3c0337415d

15f5eeea02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

fixed setting LS from options

Hg-commit: 82a164ad6cfa5139ba51fe0d297a20a436179334

effc17b702-Oct-2011 Peter Brune <brune@mcs.anl.gov>

cleanup of LineSearch

Hg-commit: 467a1940bd1e1e22416344fceb506b7aa58e73e5

0661309f01-Oct-2011 Peter Brune <brune@mcs.anl.gov>

attempt at making VI use the new LineSearch stuff

Hg-commit: 71b468117948713c9b492c6fa672affd99135c0d

ea630c6e01-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

4a6b3fb801-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

updated makefile to run ex5_fas and ngmres_fas with nice level information
fixed SNESFAS to propogate any prefix from outter snes to inner ones

Hg-commit: 89732e9d4eb28b349a96fb01867fc7e0011cd1b8

bb47af7d01-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commiit after merge

Hg-commit: 2f9449e8e0b477318b1cea8d6a46b8fe0836bd5c

f5a6d4f901-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

FAS produces same result on three levels with mg for lienar case

Hg-commit: e462675c9f0619fee62561dc02061ad94cbe6e01

82a3c60201-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

fas gives identical results with linear for two levels in ex35; fails for three levels

Hg-commit: c7693eb2f5f7541528e0da500862e4c498247b84

4aad703630-Sep-2011 Matthew G Knepley <knepley@gmail.com>

Fix for NGMRES

Hg-commit: 9488d8cee3cd7c58b18506381b10c9b684e28022

4dbf1ed630-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8cdd6ebea106b0d546930c2fcd73f7fc81fdf91f

1a26624030-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

SNESFAS now calls SNESSetFromoptions() on up and down smoothers
SNESFAS with a single level uses prefix -fas_levels_ instead of -fas_coarse to match PCMG style

Hg-commit: 0fb8cb9c8a48fac2f81d5faecb8

SNESFAS now calls SNESSetFromoptions() on up and down smoothers
SNESFAS with a single level uses prefix -fas_levels_ instead of -fas_coarse to match PCMG style

Hg-commit: 0fb8cb9c8a48fac2f81d5faecb81ec621cde2e46

show more ...

8409ca4529-Sep-2011 Matthew G Knepley <knepley@gmail.com>

Fixed monitoring of NGMRES and QN

Hg-commit: 4fc6ece28cc07acfe3139f33607e95dcb9cca6e3

69bed9af29-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

ex35.c works the same for one level mg and fas

Hg-commit: ff947a06c4979e8ef5e1fed3897f5ace8a2cc5ab

d9dccf1e28-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 446b0d5a06f9bcaa7e4f705c1e256bab49ff75b6

c732cbdb28-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added support to SNESFAS to automatically use the number of levels defined in a DMDA that was created with -da_refine <int>. In this way one can just use -da_refine levels when running the program a

added support to SNESFAS to automatically use the number of levels defined in a DMDA that was created with -da_refine <int>. In this way one can just use -da_refine levels when running the program and need not also set the number of levels for FAS

Hg-commit: 922a4bc5581ac22560746ae5defac677432ab466

show more ...

51e86f2928-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

homogenized the test examples for composable solvers; kept debugging FAS

Hg-commit: 1cb8a91561b4ffc41ee25145f7e7fc7454711f31

67339d5c28-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

added prefixes to FAS smoothers on each level (called fas_coarse on coarsest) now -snes_view doesn't print the smoother views a million times and we can set run time options for the levels

Hg-commit

added prefixes to FAS smoothers on each level (called fas_coarse on coarsest) now -snes_view doesn't print the smoother views a million times and we can set run time options for the levels

Hg-commit: 51032d8f36bb8bd3b7685dee9539a8215f278ef9

show more ...

ed02082428-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

SNESFAS does not use KSP (or the PC internal, though perhaps it should) therefor set does not use ksp and pc flags so they are not printed in SNESView

Hg-commit: 1a98da41c79d9334452a34bd0247f944ddec

SNESFAS does not use KSP (or the PC internal, though perhaps it should) therefor set does not use ksp and pc flags so they are not printed in SNESView

Hg-commit: 1a98da41c79d9334452a34bd0247f944ddeca270

show more ...

ee1fd11a28-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

fixes to SNESFAS to make it work as a preconditioner and NGMRES-FAS run example

Hg-commit: e62b168e062574fac59c4281099d351beb1f27f0

293a7e3128-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

added a run example for SNESFAS

Hg-commit: 9347acd7b878e96928b642ef74271cf23ae37abe

1...<<41424344454647484950>>...73