History log of /petsc/src/snes/utils/dmdasnes.c (Results 226 – 228 of 228)
Revision Date Author Comments
# 0ebbf5cd 11-Mar-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd


# 2961e153 09-Mar-2012 Jed Brown <jed@59A2.org>

Add DMDA SNES local Jacobian support, does not work for rediscretized coarse levels; removed old junk from example

Hg-commit: c5e2e9b14c81fedb8c1dae1e0e3b686f5ee813ba


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


12345678910