History log of /petsc/include/petscdm.h (Results 626 – 650 of 755)
Revision Date Author Comments
# 3a19ef87 09-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DMPatch: New DM to handle systems too large for memory

Hg-commit: 08ab05e0c3f60648f8c1cf61ea14279c974fcbc3


# ca0077cb 09-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d937c2b75fc37abb900728016e11f7b9ed4a79d4


# 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


# 2c8e378d 01-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd7969681

consistently use #include <petsc... instead of sometimes #include "petsc.... ; I hope this is ok Jed?
completed and tested bin/maint/makeframework

Hg-commit: 908e7d10407583f0a5bd5d356d023bd79696815b

show more ...


# 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


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

Merge

Hg-commit: 9dfe4a92ca2c4f77d6814e8f0b6d5b05990312b1


# 81d26def 26-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Small fixes

Hg-commit: 07d8294bbab53baa6f72ddbe77ff8a01a28a399b


# 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


# 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


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

Commit after merge.

Hg-commit: 524cc2dc88d18c1b7907cb138b315383da8cd7dc


# 638cfed1 16-May-2012 Jed Brown <jed@59A2.org>

PETSC_EXTERN_TYPEDEF for typedefs and fix extern C for BLAS/Lapack

Hg-commit: 18b9110c75d604eab2bb71c22a2b87f8534d48c6


# 014dd563 16-May-2012 Jed Brown <jed@59A2.org>

Add --with-visibility, all public symbols are marked with PETSC_EXTERN

Hg-commit: 91d6ccc58aec44b109582d7decb1c094fd081024


# 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


# 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


# 88ed4ace 30-Apr-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: Moved PetscSections describing layout and PetscSFs describing overlap int DM
- This allows unstructured layout on any DM, in particular DA
- Creation flows goes localSection --> pointSF --

DM CHANGE: Moved PetscSections describing layout and PetscSFs describing overlap int DM
- This allows unstructured layout on any DM, in particular DA
- Creation flows goes localSection --> pointSF --> globalSection --> dofSF
- DMGetGlobalVector() and DMGetLocalVector() use these layouts if they exist (DMComplex uses this now)
- Put in DA code for creating the Section and SF
- Cleaned up some memory problems

Hg-commit: 612ec4062f8f069f58c4aa2b66de5ea016ab8a63

show more ...


# 9d33ca8b 29-Apr-2012 Matthew G Knepley <knepley@gmail.com>

Fixed declarations, updating ex67 for DA discretizations

Hg-commit: 0283b703237db9ce5bb76ceb7c1a35ecad400b66


# 970e74d5 29-Apr-2012 Matthew G Knepley <knepley@gmail.com>

DM CHANGE: Now SNESDMComputeFunction() and SNESDMComputeJacobian() dispatch to local function versions
- REMOVED the legacy version of SNESDMComputeJacobian()
- DM now holds the local user residual a

DM CHANGE: Now SNESDMComputeFunction() and SNESDMComputeJacobian() dispatch to local function versions
- REMOVED the legacy version of SNESDMComputeJacobian()
- DM now holds the local user residual and Jacobian routines
- DMComplex now uses the generic versions

Hg-commit: 67ad90711c5961f11dfb214a0f84e37adf8d4da2

show more ...


# 01bc414f 26-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Initial design of DMAKKT: algegraic coarsening of KKT systems based on GAMG.

Hg-commit: 7a6b4668cbe739ac780e3e1d115967b4ccbdcf05


1...<<2122232425262728293031