History log of /petsc/src/snes/impls/vi/vi.c (Results 276 – 300 of 517)
Revision Date Author Comments
# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# c1c3a0ec 30-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

after a lot of stuggle and cursing got the damn xcode iphone example working again: I hate IDEs

Hg-commit: d65dda03037fc73711358df9db5fcb2fd37d79dd


# 2d6615e8 16-Jul-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Clear flag on reset.

Hg-commit: d20798438c9d9889defa5c8df4edcdcd17d6f776


# a201590f 16-Jul-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Prevent DMComputeVariableBounds() from overwriting user's choices.

Hg-commit: b207df2452e63d7a07291a36c62bcb978470d088


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 9a7c2b27 17-Jul-2012 Barry Smith <bsmith@mcs.anl.gov>

merge from patches to 3.3

Hg-commit: e3ad00f17610d863526b7ae7e83d0cc0f6e3f134


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 10e9db80 30-May-2012 Paul Mullowney <paulm@txcorp.com>

Pulled in changes from petsc-dev. make tests passing. Everything looks good.

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# a790c004 29-May-2012 Satish Balay <balay@mcs.anl.gov>

some complex nightlybuild fixes

Hg-commit: 9d3bb227703abed3cc82d95389fe6f868098a177


# 7898cc68 01-Jun-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: 10823c0d180e66f83993b9212110a78526e9f782


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

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 639ea3fa 09-May-2012 Peter Brune <brune@mcs.anl.gov>

Fixed some behavior of SNESLineSearch w.r.t. its use in VI.

Hg-commit: 1e5f990f2b606db724b801680a65bfa5f0eb1846


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

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


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

merge

Hg-commit: cc9571ee4d93c69842091fbe7ca13cc12172be7a


# 9d1809e2 23-Mar-2012 Satish Balay <balay@mcs.anl.gov>

#110560 fix divide by zero in vi [also update corresponding example outputs]

Hg-commit: a00691be203edd974e365e65d6a05b7ad757a575


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

Removed VI line searches

Hg-commit: bb50e052d3e007997212f4b1bca2e7ae48da2438


# 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


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

Added new line searches to the VI solvers

Hg-commit: 6a44ff936e5a659c9d2954305f893c0a5c57878f


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

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# 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


# 08da532b 21-Feb-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

DM computes variable bounds for SNESVI.

Hg-commit: ce166067903bacf34e561bc2e6893236d6c213a7


1...<<1112131415161718192021