History log of /petsc/src/dm/impls/da/da3.c (Results 326 – 348 of 348)
Revision Date Author Comments
# 1321219c 11-Mar-2011 Ethan Coon <ecoon@lanl.gov>

changed DMDA API to take multiple DMDABoundaryType (one per dimension) in the creation/setup of a DMDA

Hg-commit: f3a3f48d5d7ad4f784555e3be423f56150a7d810


# 3e24977e 11-Mar-2011 Ethan Coon <ecoon@lanl.gov>

- DMDASetPeriodicity() -> DMDASetBoundaryType()
- fix a few stray 'DAPeriodicType's in conf/adic*.init
- document API change in changes/dev.html

Hg-commit: 80e1d7833c4694bf472a1fa82e609bd31e6a8847


# db87c5ec 10-Mar-2011 Ethan Coon <ecoon@lanl.gov>

removed hardcoded DMDAXPeriodic check, DMDAPeriodicType --> DMDABoundaryType, updated changes dev webpage

Hg-commit: 739d802ea577b8dac09fec35a3e3a65d450ab161


# ce00eea3 10-Mar-2011 Satish Balay <balay@mcs.anl.gov>

From: Ethan Coon <ecoon@lanl.gov>
Subject: Re: [petsc-dev] DMDA_*PERIODIC and DMDA_XYZGHOSTED
Attached is a patchq for enabling DMDA_*GHOSTED to be used, in which
case ghost nodes are included even a

From: Ethan Coon <ecoon@lanl.gov>
Subject: Re: [petsc-dev] DMDA_*PERIODIC and DMDA_XYZGHOSTED
Attached is a patchq for enabling DMDA_*GHOSTED to be used, in which
case ghost nodes are included even at domain boundaries of nonperiodic
dimensions. The DMDAPeriodicType enum was redone, but includes
DMDA_XYPERIODIC/etc to make it compatible with the old version of the
enum. To use, simply compose the DMDAPeriodicType with bitwise or:

DMDA_XPERIODIC | DMDA_YGHOSTED, for example.

Hg-commit: 3923fa35e382f410277f9b94d7f501d3c0a8983b

show more ...


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 47b40911 01-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: e1fc2c73eb56030dc76b20b68b959231bf213deb


# 2768edcb 23-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 9122b9cb4bbbe7a3aa70181d1e1d574ba50c62ae


# 62417fec 23-Nov-2010 Jed Brown <jed@59A2.org>

Merge DMComposite work

Hg-commit: 190ef40b489f79a42d838f20330ea5e818e21312


# 1411c6ee 23-Nov-2010 Jed Brown <jed@59A2.org>

Promote LocalToGlobalMapping and BlockSize from DA to DM

Hg-commit: adc5020243929ce40bd18f2655d78fe82dc79cc4


# 855771a1 11-Nov-2010 Victor Minden <victorminden@gmail.com>

added -pc_sacuda_cycles option

Hg-commit: a6a7991be63fbbae8e9c4de8f5c0220ab293621a


# 30b98caa 09-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 6f4d3bbc3cd5e452e413c3763a847597c608ec4e


# c47c1910 09-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed variable formating problem introduced when DM was attached to DA types

Hg-commit: 4eddb55e7997bda6108b1e2674f97189697f0382


# da6d08f8 08-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: c7dea07203f745fe3586192ce6bfb96362031afa


# 7242296b 07-Nov-2010 Jed Brown <jed@59A2.org>

Re-enable -da_view, this is what the comment said, not sure if it's the way Barry intended

Hg-commit: 40304ed5103b7487f837a45f569a7b99a7608aaf


# 616157d6 07-Nov-2010 Jed Brown <jed@59A2.org>

Enable 3D VTK viewing with DMView

Hg-commit: 95e87bc9da0599f239ca1e0028e57e93dbf7f209


# 69970530 24-Oct-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 22da692ed155add94d5c93460d5353aeaadc853b


# e1589f56 17-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscda.h and friends over to petscdm.h and friends

Hg-commit: 52cf0c5c868ff2e52c7308123a3006fa1da5b856


# aa219208 16-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

finished transistion of DAXXX to DMDAXXXX

Hg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57


# 564755cd 15-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

update DACreateGlobal/LocalVector() for DM style
some fixes for DM changes for C++

Hg-commit: dc1db69a66d88b50748381ee7286b3e39b5fe60f


# 9a42bb27 14-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

partial conversion of DA to new DM syntax and style

Hg-commit: fc1d8cbf21c8369cb06f934b2976724f2e1219ba


# d7bf68ae 13-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

removed DASetType() and all its related infrastructure
added DMSetUp() for time to build data structures from inputted variables

Hg-commit: c70bcb5cdb0ec94bd90f78c02694b44ce07f867b


# 47c6ae99 11-Oct-2010 Barry Smith <bsmith@mcs.anl.gov>

moving DM classes examples et into correct directory locations

Hg-commit: 43ed329fc2cce22efaa4b439c8485c2b444549fe


1...<<11121314