History log of /petsc/src/dm/interface/dm.c (Results 1601 – 1625 of 1790)
Revision Date Author Comments
# aa1993de 08-Aug-2012 Matthew G Knepley <knepley@gmail.com>

DM: Work arrays are now managed and have proper restore
- Added proper restores in DMComplex

Hg-commit: 60728f98a8d507b5c6da2018e65ed992fe2bcac5


# 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


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 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


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

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# 435a35e8 26-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM()
- Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and pass

Changed DMDestroy to allow backend reference counting, Added DMCreateSubDM()
- Now DMCreateSubDM() can replace decompositions, and it is more flexible since it allows combinations of fields, and passes null spaces
- Allow null space constructors for fields in the DM
- Added reference counting to DMComplex, which allows meshes to be shared among subdues
- Changed DMDestroy() so that impls destroy dm->data so it can be ref counted
- DMComplexClone() supports subdms
- Added PetscSectionCreateSubsection() for subdms

Hg-commit: c5f43df53c0b780431c93b4f8de6f822c8dd4c11

show more ...


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

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 7b6ad80c 23-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection()
- Ref counting allows us to have subDMs that shared a given unstructured mesh
- In order to support ref counti

Added reference counting to DM backends, DMCreateSubDM(), PetscSectionCreateSubSection()
- Ref counting allows us to have subDMs that shared a given unstructured mesh
- In order to support ref counting, I had to free the backend object in the backend
destroy rather than DMDestroy
- CreateSubDM() is intended to replace DMCreateDecomposition() since it allows
groups of fields to be specified, and handles nested null spaces
- Added DMComplexClone() to support subdms
- Subsections are created for subdms
- Now the DM can be given null space constructors for a given field
- Now DMCreateDecomposition() calls DMCreateSubDM() if possible instead of DMCreateFieldIS()

Hg-commit: b92720a77c43e08ef97eed85fb67b95557b6e828

show more ...


# e4b4b23b 02-Jun-2012 Jed Brown <jed@59A2.org>

Copy DM matrix type in DMRefine and DMCoarsen

Hg-commit: bc1f547d8c686cd8beed5189ee6a7178fbec2401


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

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

Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25


# 8d4ac253 29-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Minimize the amount of new code to fix the DM decomposition mixing issue.

Hg-commit: b207eabfcac123fd2af789a82a21a5ea73292445


# 731c8d9e 27-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Split DMCreateDecomposition() into Field and Domain decompositions. Reenabled use of DM in ASM.

Hg-commit: 2e2ee6a01d1a543670ea1a565999371852551596


# 16621825 27-May-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Splitting up DM decomposition into field and subdomain decompositions.

Hg-commit: 25ae1465cd37db36ff0f764d65ffd3f1bf1fc0cc


# 8f1be1ba 04-Jun-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b6288000eb19ebe906b5d56941e71f07fd808fb3


# 233d8684 02-Jun-2012 Jed Brown <jed@59A2.org>

merge from release-3.3

Hg-commit: b957d7fb681d04f0e5a88c2d3c1e997664056cdc


# c4eefb32 29-May-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 524cc2dc88d18c1b7907cb138b315383da8cd7dc


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

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


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

Made SNESDefaultComputeJacobianColor work with DMShell; Added DMHasColoring; Got rid of unneeded manual MatFDColoring in SNES examples.

Hg-commit: 34b2eac07a51ad355173e2dc7e48bbc296ed8787


# 0598a293 06-May-2012 Jed Brown <jed@59A2.org>

Copy dm->levelup and dm->leveldown during DMCoarsen and DMRefine respectively.

Hg-commit: aa929236ce51abafe0b2186224ad7e7a32d49909


# c833c3b5 06-May-2012 Jed Brown <jed@59A2.org>

Add DMRefineHookAdd() and DMInterpolate() for moving auxiliary information to finer grids

This is mostly useful for grid sequencing.

Hg-commit: fccdcf5f882ec427e5b62d56e122eee1a7f19cba


# 37d0c07b 02-May-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: DMCreateFieldIS() and DMCreateLocalToGlobalMapping() now use the default PetscSection
- DMComplex uses this
- DMDA now uses section for DMCreateMatrix(), but preallocation does not work

H

DM CHANGE: DMCreateFieldIS() and DMCreateLocalToGlobalMapping() now use the default PetscSection
- DMComplex uses this
- DMDA now uses section for DMCreateMatrix(), but preallocation does not work

Hg-commit: 440c9423bbc30f4bdf8dd3ca01ebe76023f766ac

show more ...


# 61a3c1fa 02-May-2012 Satish Balay <balay@mcs.anl.gov>

compile fix for windows

Hg-commit: a11e2c98e8b0cb0a89e4ba63d5f9693aae75fc1c


1...<<61626364656667686970>>...72