History log of /petsc/src/snes/interface/snes.c (Results 1126 – 1150 of 2059)
Revision Date Author Comments
# 47a77684 04-Dec-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: 9da5e5c113ab3d02fcccb548a2e29d9054d0b5fa


# 0ed8ff1f 03-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2a806c33504e6113297f107774b7531cc57508d8


# f450aa47 03-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

changed virs and viss to vinewtonrs/ssls to clearly indicate the problem class they solve and the method used

Hg-commit: ef35ed902b9dfc111af13d202e31535b648342dc


# c4646bac 03-Dec-2012 Peter Brune <brune@mcs.anl.gov>

SNESView() calls snes->ops->view() in the viewdraw case

Hg-commit: ecf9aee8bc9ed77e30273673932cdff113676a66


# e87fab1b 03-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

changed "diag" in PCFieldSplit to "A11" since diag is a confusing and wrong name for using A11

Hg-commit: 770b962c29d6d59f1aa83f6d1b8136e9df4c0303


# 95eabced 03-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

Picard should use "first matrix" to define right hand side, not preconditioner constructor matrix

Hg-commit: 9d9edca9844e6c7407477b6f6daea0e0fea504e9


# 89fd9faf 02-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

PetscDrawBoxedString() returns height and width

Hg-commit: d8250334932c8842de68cfc0077c9b184db5f077


# 72a02f06 02-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

snesview for draw
no box for pcnone and ksppreonly with draw view

Hg-commit: 73c01445da9d2148e77c1d9138f73126800284d1


# b4615a05 01-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

DMSNES is now stored directly in dm struct instead of accessed via PetscObjectQuery()
Removing lingering use of PetscObjectQuery() with "DMKSP"

Hg-commit: 634888e4239430c33b192e40610fc933e575f7ec


# 22c6f798 29-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

updated DMSNES to be a real boy, uhhh, a real PETSc object

Hg-commit: 120edb08eb7981a382ad3ceea1267705f59d8266


# 5358d0d4 29-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

converted DMKSP to be a PetscObject
added correct __FUNC__ for vecscatter inline functions

Hg-commit: cd4882317a5574efc145953dcb89eb962dae9381


# 38aa3a79 28-Nov-2012 Jed Brown <jed@59A2.org>

merge VTU viewer

Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948


# 19f7a02a 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

removed DMSNESSetUpLegacy() and friends; there is no legacy support in PETSc

Hg-commit: 12cdaa637ea9be457157f5f683c4c06075c74f83


# 942e3340 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed naming of KSPDM, SNESDM, TSDM and child objects, fixed DMXXYYYContextZZZ() to DMGet/CopyDMXXX()

Hg-commit: a8931f032682db8d679ab51da5c3819b9c32b632


# 74e1e8c1 28-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all mention of DMSetFunction/Jacobian() from the source code!

Hg-commit: 2caa4c03fd39ecddf1173d6f856fe3042842966e


# 7fe845e1 27-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

stripped out DMComputeFunction()

Hg-commit: a8a0c99ba749182b967839b595f0192cc1216053


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# 665b6f66 25-Nov-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: c2a0a7c82d24aa88b23a53b706ed12ced9bdde38


# 28a52e04 25-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

treat -snes_mf matrix just like any other matrix and pass MatMFFDComputeJacobian() to SNESSetJacobian() NOT 0!

Hg-commit: bb1880295e6b6ad9edf7a2a118ac5f25ee6fa1d9


# dd312018 25-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

need to keep DMSNESSetUpLegacy() still for now

Hg-commit: 4fa5c4ce4f73316e834e916c4c74df9a45cf790c


# 3de5108c 24-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

Why TF was DMRefineHookAdd() missing from DMSNESCopyContext() and DMKSPCopyContext() just TFWM
seems like any context the coarsened DM gets the refined DM should also get
anyways this fix got ex22.c

Why TF was DMRefineHookAdd() missing from DMSNESCopyContext() and DMKSPCopyContext() just TFWM
seems like any context the coarsened DM gets the refined DM should also get
anyways this fix got ex22.c (which uses grid sequencing) working again
BTW: all this crap (especially with legacy support) is way to fragile

Hg-commit: 9313dec169093be08947ac27926875325e37b902

show more ...


# b91dc4bd 21-Nov-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: dce0fd86163e6a1188a5546176b22f6d0f9aa10c


# 835c3ec7 21-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

removed DMSetInitialGuess() and friends

Hg-commit: 2cecbe41f93fa99a3a36752716984e3183c49741


# f2c2a1b9 20-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

TSSolve() did not properly handle null u argument
more work on TSView() binary and TSLoad()

Hg-commit: 85c2341b3eb28d6cdaa697c3b1e99963abb9edbf


# 55849f57 19-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

added stubs for TS/SNES/KSP/PC Load and binary view, no working impls yet

Hg-commit: 7dfdadcaf4660e2aa05346cf920006cd46b990b6


1...<<41424344454647484950>>...83