History log of /petsc/src/snes/interface/snes.c (Results 1226 – 1250 of 2059)
Revision Date Author Comments
# b1dca40b 27-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Fixed options prefix for SNESLineSearch

Hg-commit: 54d54d876a99cb4d4bb371d3d0fb7d3acd0e2719


# c5c77316 24-Mar-2012 Jed Brown <jed@59A2.org>

Better error message if DMRefine() returns NULL

Hg-commit: f9c73abce5503f4ae0b343230d28148fac8d221c


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


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

commit after merge

Hg-commit: 91990355ddeed5e72c092253865a33777b722adc


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

Added a flag snes->tolerancesset, which enables user-set tolerances in the SNES to persist beyond SNESCreate_XXX setting new defaults for certain solvers.

Hg-commit: a0d2abdbdfa41cb2bffdfdd405833866

Added a flag snes->tolerancesset, which enables user-set tolerances in the SNES to persist beyond SNESCreate_XXX setting new defaults for certain solvers.

Hg-commit: a0d2abdbdfa41cb2bffdfdd40583386691100017

show more ...


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


# 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


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

More progress on dispatch for multi-level methods without special support in DM base

Hg-commit: 289472ac6fe2b34ca5d55e677d30c00c285f8aeb


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

PetscLineSearch renamed to SNESLineSearch

Hg-commit: bd6cf52a5297e10668ea19afb61e9e719f86befc


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

Removed the last vestiges of the old line search infrastructure.

Hg-commit: ebd6539f251813df3eca9186705d85d09223fc24


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

Removed old line searches

Hg-commit: 5e137feecedc3acfa37893d0c7d9405b3d6522b7


# c586c404 19-Mar-2012 Jed Brown <jed@59A2.org>

Fix calling sequence in man page

Hg-commit: 31fb546c56e9787bef4ab940cf2eba4ed654f871


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

Merge

Hg-commit: d865d871eeec070ac0aa882748136c4179a12670


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

Added fortran interface for PetscLineSearch object and methods

Hg-commit: 89ce48c1cee49e5b743eebca90ede614ac665b8c


# 9e764e56 15-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Pushed the PetscLineSearch interface forward into SNES proper

Hg-commit: 73c501757b30415edb078f4e9483eaa17edd8d12


# c7e7b494 13-Mar-2012 Jed Brown <jed@59A2.org>

-snes_converged_reason prints number of iterations, consistent with -ksp_converged_reason

Hg-commit: 73d30708c4e985dadafdf4c54ed3272cfd904061


# 0ebbf5cd 11-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# c77b2880 09-Mar-2012 Peter Brune <brune@mcs.anl.gov>

small fortran fix

Hg-commit: d38ab18166aafe72e1fb0473acac5692b3242e9a


# 6a388c36 08-Mar-2012 Peter Brune <brune@mcs.anl.gov>

Added LineSearchShell and enough interface to write Shells well.

Hg-commit: bcbb45ee42ee1592b5598ef5e7174cd0391697da


# 6cab3a1b 05-Mar-2012 Jed Brown <jed@59A2.org>

Refactor SNES DM infrastructure

The residual and Jacobian function pointers are now stored in a managed
context on the DM. Coarsening of this context is handled by a
DMCoarsenHook, so the coarse lev

Refactor SNES DM infrastructure

The residual and Jacobian function pointers are now stored in a managed
context on the DM. Coarsening of this context is handled by a
DMCoarsenHook, so the coarse level DM automatically has function
pointers for residual evaluation. The SNESDM context (attached to a DM)
has copy-on-write semantics for all DMs other than the one it was
originally created on. That means that changes to the function pointers
from the fine level are automatically propagated unless a coarse level
is changed manually.

Hg-commit: ce0066853e1ef4402603a33070cb3bfd75c87f86

show more ...


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 1037da18 14-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0db928480d979c13a2377936075c7720438182bd


# 9bd675ac 14-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: bb673c54e3f3e845b1858ead227a392b9e430da8


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