History log of /petsc/src/snes/interface/snes.c (Results 1201 – 1225 of 2059)
Revision Date Author Comments
# 06f20277 16-May-2012 Jed Brown <jed@59A2.org>

Fix -snes_mf_operator with SNESDM dispatch

Hg-commit: d9d273010a81344c4d89aff6b3fc90f3cb885534


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 6e2a1849 11-May-2012 Peter Brune <brune@mcs.anl.gov>

Fixed setup of snes->pc for apps that use legacy-style SNES/DM interaction

Hg-commit: 116d47e33676efaa4ca2a3305d6de28e2b3799b0


# a64e098f 08-May-2012 Peter Brune <brune@mcs.anl.gov>

Copy fortran pointers and linesearch pre/postchecks to the nonlinear PC

Hg-commit: e1b5cf3be595a4056cae2b0dc494de03b960041d


# c833c3b5 06-May-2012 Jed Brown <jed@59A2.org>

Add DMRefineHookAdd() and DMInterpolate() for moving auxiliary information to finer grids

This is mostly useful for grid sequencing.

Hg-commit: fccdcf5f882ec427e5b62d56e122eee1a7f19cba


# ecaffdda 04-May-2012 Victor Eijkhout <eijkhout@tacc.utexas.edu>

documentation improvement

Hg-commit: df9b5d4e0db6682f9b32d5bf10ea8e160812a147


# c14b057c 03-May-2012 Peter Brune <brune@mcs.anl.gov>

Fixed some old laziness breaking interaction between DMShell and composition

Hg-commit: e899a889bde90eab6c5394e42bde65bee1ed7e8a


# 970e74d5 29-Apr-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: Now SNESDMComputeFunction() and SNESDMComputeJacobian() dispatch to local function versions
- REMOVED the legacy version of SNESDMComputeJacobian()
- DM now holds the local user residual a

DM CHANGE: Now SNESDMComputeFunction() and SNESDMComputeJacobian() dispatch to local function versions
- REMOVED the legacy version of SNESDMComputeJacobian()
- DM now holds the local user residual and Jacobian routines
- DMComplex now uses the generic versions

Hg-commit: 67ad90711c5961f11dfb214a0f84e37adf8d4da2

show more ...


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# 38b521ae 19-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d18ef67981e2f1ebf6668ff44425d9f014928c17


# 24254dc1 17-Apr-2012 Jed Brown <jed@59A2.org>

Clarify help string for -snes_max_fail

Hg-commit: d4c56ab40239845370bc357db35bdb8505323fc8


# 8b0d5e03 31-May-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: 7ae95c7c235216b6178ef16e65294c6d3277f1c2


# 2adc2576 08-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a7033f44b7153ddbc07db52896b096f5b5ac7e60


# 60a3618b 08-Apr-2012 Jed Brown <jed@59A2.org>

Revert premature commit to SNES dispatch

Hg-commit: 11fb2d3027d1c112dbd59fffc59b78b522b73848


# 7dcbb7ed 04-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 35a088934f98f0424c5aea7ed3981730d5289b00


# 72637abb 04-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Fixed reference issue with composed solvers

Hg-commit: 166c6e9cf859d0b417df81d2713188014702af4a


# 8141a3b9 03-Apr-2012 Peter Brune <brune@mcs.anl.gov>

More SNESLineSearch doc work

Hg-commit: 9b886982cdabe9221b9a640b098e2aba19e0ad93


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


# 901f9792 02-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b27c857c30d2cacea5a5d0ff53413132c0ea2307


# 534ebe21 02-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESNormType allowing for switching the type/frequency of norm computation in SNES.

Hg-commit: 49142f0d090f67775ce6ad6e1cce90029b9dde68


# fdacfa88 02-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Brought SNESNormType behavior more in line with KSPNormType and added -snes_norm_type option

Hg-commit: 55052cf541db986e2c056dc67adaeaa6ab9fc6ea


# 217b9c2e 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Final additions of SNESSetInitialFunction(Norm) to composed solvers

Hg-commit: 5375914801375fa2b7cc9f8b7b4844f16fcaf1e0


# e4ed7901 30-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESSetInitialFunction and SNESSetInitialFunctionNorm to avoid redundant work while composing nonlinear solvers

Hg-commit: bc1f6a469d5f148a18359ef9db72897c6019b77b


# a6950cb2 28-Mar-2012 Jed Brown <jed@59A2.org>

checkpoint snes ex22 work

Hg-commit: 90c26923187e60ce9b8aaf83101d74dcba60f149


# dfe15315 26-Mar-2012 Jed Brown <jed@59A2.org>

Strip out bad idea of holding vec_sol in SNESDM, implement DMGetNamedGlobalVector() and implement restriction with it

Hg-commit: 0040de20b98becd00af00473b94f3d32a4299b3d


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