History log of /petsc/include/petscdm.h (Results 651 – 675 of 755)
Revision Date Author Comments
# 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


# 521d9a4c 25-Mar-2012 Lisandro Dalcin <dalcinl@gmail.com>

Add DMSetMatType() routine

Hg-commit: 16fe8f829feebd59d926bfa8525a75b7847c3faa


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# e7c4fc90 24-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Allow PCFIELDSPLIT to use DMCreateDecomposition by name.

Hg-commit: e4ca525c39fd35cca849d095040a2de0488f347b


# b577a686 16-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: d865d871eeec070ac0aa882748136c4179a12670


# 21c9b008 16-Mar-2012 Jed Brown <jed@59A2.org>

Fix DMCreateFieldIS() to use const correctly, fix DMCreateFieldIS_Composite() to use memory correctly, ex28 working again

Hg-commit: 5318c65c97c0137d5e6056367b55f30e15ba79a1


# fe1899a2 29-Feb-2012 Jed Brown <jed@59A2.org>

Add DMSHELL

Hg-commit: fc04c456a82cd4d71871f666592193a63cdb0f7c


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

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# 4d343eea 25-Feb-2012 Matthew G Knepley <knepley@gmail.com>

Added DMCreateFieldIS() and used it in PC FieldSplit
- Its named Create because it allocates the structures and hands them off

Hg-commit: 9b20da4e48454a41d1ba8295be242cba29048daf


# 08da532b 21-Feb-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

DM computes variable bounds for SNESVI.

Hg-commit: ce166067903bacf34e561bc2e6893236d6c213a7


# 1037da18 14-Feb-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 0db928480d979c13a2377936075c7720438182bd


# b17ce1af 11-Feb-2012 Jed Brown <jed@59A2.org>

Remove SNESRestrictHookAdd() and associated unaintainable design, move to DM

The coarsening hook is called when a coarse level is first constructed.
DMRestrict() is used to update auxiliary informat

Remove SNESRestrictHookAdd() and associated unaintainable design, move to DM

The coarsening hook is called when a coarse level is first constructed.
DMRestrict() is used to update auxiliary information on coarse grids.

Hg-commit: 121984cbeafd368f2685a0e7485337133d3b8922

show more ...


# 7da65231 29-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Lots of work on DMComplex
- Added PetscSectionCreateGlobalSection()
- This makes a Section which has global offsets, negative for ghosts
- Now negative sizes are not counted for PetscSectionGetSt

Lots of work on DMComplex
- Added PetscSectionCreateGlobalSection()
- This makes a Section which has global offsets, negative for ghosts
- Now negative sizes are not counted for PetscSectionGetStorageSize()
- Added DMPrintCellVector() and DMPrintCellMatrix()
- Added PetscQuadrature structure
- Added SNESDMComplexComputeFunction/Jacobian()

Hg-commit: 93e35c5fb2848c5fd712d4bd760214daf5e64247

show more ...


# a604d275 26-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c3a01e60afde4404507e6c07fb4c19a7d20b785e


# 5fe1f584 17-Jan-2012 Peter Brune <brune@mcs.anl.gov>

added DMGetCoarsenLevel()

Hg-commit: cc3179ed0af7c196c19f5f5f403c022d92020fdb


# c4721b0e 24-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Added more DM view options
- Added 'complex' DM for later implementation

Hg-commit: d456d1c430f174ff1b27b76949a84fe70811cd0b


# 983ee111 28-Oct-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: b584b5d00755e10f2f8b8f1e271250ea3a7b046c


# a89ea682 28-Oct-2011 Matthew G Knepley <knepley@gmail.com>

Make DMMeshVecGetClosure() use PetscSection
Added IMesh::sizeWithBC() which uses PetscSection
Added RestrictVecVisitor, which works with PetscSection+Vec instead
Added SizeWithBCVisitor which uses Pe

Make DMMeshVecGetClosure() use PetscSection
Added IMesh::sizeWithBC() which uses PetscSection
Added RestrictVecVisitor, which works with PetscSection+Vec instead
Added SizeWithBCVisitor which uses PetscSection
Added DMGetWorkArray()

Hg-commit: 54f428a87bec17904fe8ccaa27086b6935a690c2

show more ...


# c17803e7 01-Oct-2011 Jed Brown <jed@59A2.org>

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function.

Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock

In merging Emil's work, I added a flag for an explicit stage instead of
redirecting through a different function. It is less code and more
clear, I think.

Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50

show more ...


# 1a266240 30-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

SNESFAS now calls SNESSetFromoptions() on up and down smoothers
SNESFAS with a single level uses prefix -fas_levels_ instead of -fas_coarse to match PCMG style

Hg-commit: 0fb8cb9c8a48fac2f81d5faecb8

SNESFAS now calls SNESSetFromoptions() on up and down smoothers
SNESFAS with a single level uses prefix -fas_levels_ instead of -fas_coarse to match PCMG style

Hg-commit: 0fb8cb9c8a48fac2f81d5faecb81ec621cde2e46

show more ...


# 7037fc97 19-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 58b11639468a9f0b0b163b4e0ffc28d6efca1c9e


# 04ce4bd4 19-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from petsc-3.2

Hg-commit: 07774763ee5d4cba9fb0f5d4e3504cf5b2469911


# 76bdecfb 17-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

changed /*E for #define XXXType and the string values to /*J to get correct formatting of manual pages

Hg-commit: 672bb3e7f6e5ba6fa21a61ea8b04187f5f146b0e


# 1a83262e 03-Aug-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: f68c05adc36cc3466526c6c62d31054433fb70f4


# 835992ce 02-Aug-2011 Jed Brown <jed@59A2.org>

merge KSPSetSupportedNorm() and other patches

Hg-commit: 7ff6f447712b520f7f19bbe12cf06408c4fa068a


1...<<2122232425262728293031