History log of /petsc/src/dm/impls/da/dainterp.c (Results 226 – 250 of 252)
Revision Date Author Comments
# 3c48a1e8 14-Mar-2011 Jed Brown <jed@59A2.org>

Split DMDA, DMComposite, etc out of petscdm.h into petscdmda.h, petscdmcomposite.h, etc

Hg-commit: ee2833f9db0d26e02ed0afca6e49849f2e5a3cd7


# f3f935be 13-Mar-2011 Jed Brown <jed@59A2.org>

Rename petscmg.h to petscpcmg.h

Hg-commit: 23be2aaeb8cd5463a8fa34e98fa9b96d440658e1


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 84f63435 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1f59c3e5424b120346b764d7a4cc5fef5fc0813a


# 5ae82e52 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 67e3394514cad6a7892d02e31d0abe1b34f5451f


# 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


# 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 ...


# 221ff43e 03-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 3366ca2a4a4d267ee9a024672ba872128fa56739


# 52218ef2 01-Dec-2010 Jed Brown <jed@59A2.org>

fixes for complex

Hg-commit: 0e53ea14be8a64ccbfad2f592c69dca2f2ccd4d6


# b3bd94fe 01-Dec-2010 Dave May <dave.mayhem23@gmail.com>

Modified DMGetInterpolation_DA_{1D,2D,3D}_Q1 functions to supoort interpolation
on deformed grids in a robust manner. Linear(1D),Bilinear(2D),Trilinear(3D) interpolation
is used to define the interpo

Modified DMGetInterpolation_DA_{1D,2D,3D}_Q1 functions to supoort interpolation
on deformed grids in a robust manner. Linear(1D),Bilinear(2D),Trilinear(3D) interpolation
is used to define the interpolation.

Hg-commit: 33919cd5afc807e4c875da59bf591e3643738fb2

show more ...


# 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


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

Add DMGetInjection_DA_3D and test from Dave May

Hg-commit: 61b9996763ec9977a6f017f74e058a735548fe9d


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

commit after merge

Hg-commit: 152094bf20d7ed794a78784cbcf37e9dbabf19ad


# 076202dd 04-Nov-2010 Jed Brown <jed@59A2.org>

Fix DMGetInjection_DA_2D, was generating mismatched vector sizes for valid configurations

From Dave May:

A couple of cases which crash (with different errors) are

${PETSC_DIR}/${PETSC_ARCH

Fix DMGetInjection_DA_2D, was generating mismatched vector sizes for valid configurations

From Dave May:

A couple of cases which crash (with different errors) are

${PETSC_DIR}/${PETSC_ARCH}/bin/mpiexec -n 6 ./da_interp_test_dev_jb
-mx 10 -my 20 -da_processors_x 2 -da_processors_y 3

${PETSC_DIR}/${PETSC_ARCH}/bin/mpiexec -n 20 ./da_interp_test_dev_jb
-mx 10 -my 30 -da_processors_x 2 -da_processors_y 10

The latter case still does not work, but I think it is related to
DMCoarsen_DA, not the construction of interpolants.

Hg-commit: 3bfbade72e584aedebc636dad30d6d0b5d8f2e1b

show more ...


# 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


1234567891011