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


# 39d508bb 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

removed Petsc exception handling infrastructure that was rarely used and too cool for school

Hg-commit: 6770e4c217feb62ad89ed16a68866b6c1d0aa063


# 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


# cd9db26d 17-Nov-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 9701f074fd20019a272d7c76f3b333aafe4932b0


# 11afa6f6 14-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cad48a04353cb40f118ecb9f477b2133c90a5fb4


# 454e267f 12-Nov-2010 Lisandro Dalcin <dalcinl@gmail.com>

DMGetElements for DA now supports P1/Q1 in 1D/2D/3D

Hg-commit: 9ce2ad348aa3a26019a8f5bb283ffeb866aa9875


# 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


# 5a962661 04-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 152094bf20d7ed794a78784cbcf37e9dbabf19ad


# 3da9ae13 04-Nov-2010 Jed Brown <jed@59A2.org>

Call DMView_DA_VTK from DMView_DA_2d, somehow this reference disappeared

Hg-commit: 5de1721540a7e7092c27c2a7d0396073c2709cfa


# 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


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

more conversion of DA methods to DM

Hg-commit: e2aa391703fc1f000b85cf3ac2e3248e5b4a2830


# 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


1...<<111213141516