History log of /petsc/include/petscsnes.h (Results 651 – 675 of 1096)
Revision Date Author Comments
# 13a62661 04-Apr-2012 Peter Brune <brune@mcs.anl.gov>

SNESNGMRES interface for restart and selection types

Hg-commit: 56744520b48ff1d276492a92afda509df4204dc4


# 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


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

Added fortran bits for SNESNormType

Hg-commit: ffa438d6d4692562607855c9d5f1a0a3486d3917


# 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


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

Changed SNES_LINESEARCH_TYPE to be SNESLINESEARCHTYPE to conform with object type naming convention

Hg-commit: 0ecac7136f433d984716f0f4d49a5541188e27af


# 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


# 6f263ca3 28-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESLineSearch to dev changes; Added final missing interface piece, SNESLineSearchSetComputeNorms().

Hg-commit: 70b93e081c61d7d55ad970eeeb070d0c5c849e28


# 754fc1b0 26-Mar-2012 Hong Zhang <hzhang@mcs.anl.gov>

fix a typo

Hg-commit: 603384c6eaeb0a8a240ca2a449d53c1ca40d204f


# 2f4102e2 26-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added missing replacement SNESLineSearch parameter setting interface for the backtracking linesearch

Hg-commit: 09459079ee718e1722e397e3b44d372fdfe9525e


# 5816802f 22-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 91990355ddeed5e72c092253865a33777b722adc


# c60f73f4 22-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Changed all references to snes->xtol and CONVERGED_PNORM_RELATIVE to snes->stol and CONVERGED_SNORM_RELATIVE to avoid confusion with -snes_stol option.

Hg-commit: 3da8f2e08535b344b92088fde76c9b80e33

Changed all references to snes->xtol and CONVERGED_PNORM_RELATIVE to snes->stol and CONVERGED_SNORM_RELATIVE to avoid confusion with -snes_stol option.

Hg-commit: 3da8f2e08535b344b92088fde76c9b80e33396c1

show more ...


# 59405d5e 22-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added order customization to the outside interface of SNESLineSearch rather than having it be implementation specific.

Hg-commit: 16914be693d01ccaa6b6ac71e5de49d044f0e245


# 7f1410a3 22-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added SNESLineSearchView() with basic information about the line search

Hg-commit: f3d221133834a53998f8ce6801a0578618bdb641


# 23c403bd 20-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 8c62da4270bb6cc4d6d6af2d0f9014680dd4b07f


# ae9be289 20-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

docs updates

Hg-commit: f911ceafcf2b39f9a75ec088a924cc7941dec2bb


# 3ca33055 20-Mar-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1293056b79ac6185b6b86ef8f27833a0c5f70ccf


# cd7522ea 20-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Documentation fix for SNESLineSearch and implementations

Hg-commit: 798a93cf7c284b218422595218345c2f7f273ca4


# f1c6b773 19-Mar-2012 Peter Brune <brune@mcs.anl.gov>

PetscLineSearch renamed to SNESLineSearch

Hg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc


# 872b6db9 19-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Removed old line searches

Hg-commit: 5e137feecedc3acfa37893d0c7d9405b3d6522b7


# b577a686 16-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: d865d871eeec070ac0aa882748136c4179a12670


# c87759e9 16-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added more fortran interface for line search; updated relevant examples

Hg-commit: 2ee84aa1b4a05c95ab4b08cb5ee6c1916915e0f7


# 9bd66eb0 16-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added new line searches to the VI solvers

Hg-commit: 6a44ff936e5a659c9d2954305f893c0a5c57878f


# 86d74e61 15-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added PetscSNESSet/GetPreCheck/PostCheck to the interface; ported SNES examples to new linesearches.

Hg-commit: f7a7f8216190b7a1a62fba74e0fdd95db0d1e9c3


1...<<21222324252627282930>>...44