History log of /petsc/src/dm/impls/da/da.c (Results 276 – 300 of 344)
Revision Date Author Comments
# 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


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# dfa73132 11-Oct-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 90c1bd4fffedf77210ed0a366215faa066d6b72c


# f3141302 10-Oct-2011 Jed Brown <jed@59A2.org>

Propagate field names to new DMDAs on refinement.

Hg-commit: c01a91b9d4b57b19aed418c69de529a71e06d37e


# 2bb6b9bd 02-Sep-2011 Jed Brown <jed@59A2.org>

Remove DMDACreateOwnershipRanges() because they are created unconditionally, add test

Hg-commit: 5e15596406d138866b245c82e452f4ef2d9c531f


# 99933ebe 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

bug in DMDACreateOwnershipRanges() it did not divide dd->xs before passing through DMDAGetProcessorSubset()

Hg-commit: 4971178fc4bae0cf455121f73e2bab7991d02925


# d2faa847 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

pulled patches from 3.2

Hg-commit: 17856141c0b28900522a87630682ff16a49efa87


# dae2a572 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after pull of patch from 3.2

Hg-commit: 7643e5e14306f255ecb351f8f6ea3919fd0098db


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 644e2e5b 10-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

more work on adding complete support for replacing DMMGSetSNES() with SNESSetDM() and removing DM. Now the coloring version of compute Jacobian works as does grid sequencing. Next proper support for

more work on adding complete support for replacing DMMGSetSNES() with SNESSetDM() and removing DM. Now the coloring version of compute Jacobian works as does grid sequencing. Next proper support for PCMG?? computing the coarser matrices from the fine grid current solution is needed.

Hg-commit: 26d5ecc76233f17dbf52395fcf188965eb5c15c8

show more ...


# 673ff3ca 09-Jun-2011 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: f6cda0bdef9568b151b239dd9c658a29e6012a56


# 865ca3a1 09-Jun-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 3ce7b361b3c1663aa34fbc6a4517cc917a3598c8


# ef9e6bac 08-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit ater merge

Hg-commit: 98f0844deea91507d160edf329bf091727f62d97


# 54cfb0be 08-Jun-2011 Lisandro Dalcin <dalcinl@gmail.com>

Fix DMDASetDof() arg type, add error checking

Hg-commit: 2f43bcbd472f9160fb193f5f7995efe936b5dc9e


# 4c661bef 03-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

added DMDestroyVI()

Hg-commit: b61e54cdc31cb5a7f56d6c28f3c36d9e9083275e


# 5aac3dee 02-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 312004a2c71045225d9fa6f1df250a0f1c7fef54


# efd51863 02-Jun-2011 Barry Smith <bsmith@mcs.anl.gov>

basic -snes_grid_sequence <levels> is working for ex57.c needs work before will work with VI solvers and not yet determined how to get it working cleanly with multigrid for inner solver

Hg-commit: 9

basic -snes_grid_sequence <levels> is working for ex57.c needs work before will work with VI solvers and not yet determined how to get it working cleanly with multigrid for inner solver

Hg-commit: 963cdbcd2b6c84fb51974286fdf549257ab56035

show more ...


# 5a43f728 01-Jun-2011 Lisandro Dalcin <dalcinl@gmail.com>

[petsc-maint #74987] Fix DMDASetBoundaryType to use PetscValidLogicalCollectiveEnum()

Hg-commit: 364ba0cc565fbe0464aebfa0308477eff17653f8


# 4dcab191 27-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added DMClearGlobalVectors() that destroys all the stashed global vectors
added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works

Hg-commit: 3ba

added DMClearGlobalVectors() that destroys all the stashed global vectors
added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works

Hg-commit: 3baea364d1194fdae279c6bd14ddd04795eaaea2

show more ...


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# cb630486 06-Jan-2012 Jed Brown <jed@59A2.org>

Error if user tries to change DMDA layout after DMSetUp()

Hg-commit: 581af250343d6a80f77a2f1c61e190efee123321


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


1...<<11121314