History log of /petsc/src/snes/utils/dmsnes.c (Results 251 – 267 of 267)
Revision Date Author Comments
# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# 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


# ecfdb398 21-May-2012 Peter Brune <brune@mcs.anl.gov>

Small doc fixes in DMSNES

Hg-commit: 591add691cbfa23fc140bd33bae2ed05380a1e1c


# 7971a8bf 21-May-2012 Peter Brune <brune@mcs.anl.gov>

Added missing SNESGetPicard that was already in the interface

Hg-commit: 23c8adafcf50510e14b2c6f3aecfe6bdd8935ff3


# e03ab78f 21-May-2012 Peter Brune <brune@mcs.anl.gov>

SNESDM fix for Picard Iteration

Hg-commit: 52bd2af7717086f9131361d762a49533f32e6cf7


# 98120457 19-May-2012 Matthew G Knepley <knepley@gmail.com>

Fixed SNESDMComputeFunction/Jacobian() which were removed

Hg-commit: 8026b61ab4b206d1631e7212041ca9f0d5a6b144


# 679f678e 18-Jun-2012 Peter Brune <brune@mcs.anl.gov>

SNESDefaultComputeJacobianColor now the automatic code path when no Jacobian evaluation routine provided; TS examples fixed to reflect this.

Hg-commit: 806b8af12057f05a98b5364a08d09bdf2612b89f


# 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


# 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


# 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


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

Move coarsen hook update to DMSNESCopyContext()

Hg-commit: bf3b2d0b487c354f778c2d3a7503b7c65dbad107


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


1...<<11