History log of /petsc/src/snes/impls/vi/vi.c (Results 301 – 325 of 517)
Revision Date Author Comments
# c2fc9fa9 06-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

reorganized SNESVI to two solvers SNESVIRS and SNESVISS in seperate directories without being intertwined though they share some common code
removed rsaug from being built since is broken

Hg-commit

reorganized SNESVI to two solvers SNESVIRS and SNESVISS in seperate directories without being intertwined though they share some common code
removed rsaug from being built since is broken

Hg-commit: 31c8ce4101ddfbfe4fc6d005d66ef14f58ee082a

show more ...


# 4839bfe8 03-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

added nightly test for ex58 DVI solver

Hg-commit: beccfc62fb201f76ecc2892bd7c5c74f5ee4468f


# 348719ad 01-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 56a54b25d97df6f01a55abded4076de34409738b


# 62d1f40f 01-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

replaced many sqrt() in PETSc with the proper PetscSqrtRead/Scalar() business

Hg-commit: 4b2ba7d0f24d7c387a3592e4b32f5444ddf5c08c


# d6cbdb99 01-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

test cases for heat and biharmonic models

Hg-commit: 522f61d0575cb3d755a7b656824d33973e633630


# 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


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

Merge cfl and -snes_ls_precheck_picard with LS changes from Peter

Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72


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

attempt at making VI use the new LineSearch stuff

Hg-commit: 71b468117948713c9b492c6fa672affd99135c0d


# 1c1325fe 26-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0


# 472b90b3 26-Sep-2011 adams <adams@jaguarpf-login1.ccs.ornl.gov>

fix for emtpty procs on input grid (2nd commit).

Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb


# a78750e0 24-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 90d42b91fa042efc5645e6dc48e46af794215e9b


# 976c927d 23-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 136b1a81df3a1c609acad95fbce77ebeead8502d


# 6f525f25 22-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 17fde8b4891665b90fe29aa814109415cb791efa


# 0c74a584 22-Sep-2011 Jed Brown <jed@59A2.org>

Many fixes for // comments in C source

Hg-commit: 6087d5ff9c9480e0ff8b9d44422a6be84041fc11


# 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 ...


# 6d434a30 08-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18


# 10e2c8a4 08-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 02f622a4a7066d25379cc181276e6ae077f08cac


# eb0395db 07-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: a6cf9aa9bfe3165ebbaa1b2e3d982001b2b3a0e6


# 2bd2b0e6 07-Sep-2011 Satish Balay <balay@mcs.anl.gov>

add level info in manpages

Hg-commit: 3bba9593b9f6541d89b764edd2655e02309f98e3


# 12ab58b9 07-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6235e9c2da5045aca4ab413e83dbcc931db87e78


# 5b071b1a 07-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

updated users manual for 3.2 release

Hg-commit: 6eee208e2f0b30b900bdf7749256a78fe421d35f


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

commit after pull of patches in 3.2

Hg-commit: b7de7c65f6c4c1f2a909d71e8b686876487a027e


# bec29f96 06-Sep-2011 Satish Balay <balay@mcs.anl.gov>

windows fixes [cmplx]

Hg-commit: 8af9e2686d0521278f0d7849e4d93f0c200b5886


# 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 ...


1...<<1112131415161718192021