History log of /petsc/src/dm/impls/da/dadd.c (Results 126 – 150 of 162)
Revision Date Author Comments
# eeadb21a 07-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/sftypes'

* jed/sftypes:
PetscSF: split petscsftypes.h out of petscsf.h


# 0c312b8e 07-Apr-2013 Jed Brown <jed@59A2.org>

PetscSF: split petscsftypes.h out of petscsf.h

Callers of PetscSF functions must now explicitly include petscsf.h.


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 90c77898 15-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Added support for multiple subdomains per processor to DMDA

This treats the local block a lot like the rank partitioning in DMDACreate1/2/3D(). It also fixes the problem of having
too big an overla

Added support for multiple subdomains per processor to DMDA

This treats the local block a lot like the rank partitioning in DMDACreate1/2/3D(). It also fixes the problem of having
too big an overlap; now the overlap is properly truncated at the boundaries.

show more ...


# 063654dd 14-Mar-2013 Peter Brune <brune@mcs.anl.gov>

Noncollective version of DMDACreatePatchIS()

Replaces global communcication hash in natural coordinates with
tedious calculation of processor offsets and such. IS now has
PETSC_COMM_SELF rather tha

Noncollective version of DMDACreatePatchIS()

Replaces global communcication hash in natural coordinates with
tedious calculation of processor offsets and such. IS now has
PETSC_COMM_SELF rather than the da's comm.

show more ...


# 40234c92 13-Mar-2013 Peter Brune <brune@mcs.anl.gov>

DMDAGet/SetNonOverlappingRegion() for subdomain DAs

These functions generalize the capability of defining inner and outer subdomains to the case where the nonoverlapping
portion might not just be th

DMDAGet/SetNonOverlappingRegion() for subdomain DAs

These functions generalize the capability of defining inner and outer subdomains to the case where the nonoverlapping
portion might not just be the processor local bit.

show more ...


# 4035e84d 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

daimpl.h was never fixed? Well it is now

Hg-commit: a4f3f6d7e4f165ac5276405a089a596a28adc0b3


# 1559add1 14-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 3c23ecb14c0f43be48331e905ea49b292a15eb1b


# 13dc2463 14-Feb-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge

Hg-commit: 5643807d8e581db8b9355ef7e8a511f49cff4c2a


# d709ea83 13-Feb-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

PC(G)ASM controls whether to use DMCreateDomainDecomposition().

Hg-commit: 29bbafebb152e9eac4d99dbc326d3203b6b8fd77


# ce94432e 13-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)

Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be


# 7ddda789 12-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Added support in DMDA for different overlaps per dimension.

Hg-commit: 8f3b09cb93a2eeb52c311283579cb64e0e85789b


# 06cef940 12-Feb-2013 Peter Brune <brune@mcs.anl.gov>

Small fix in DMDACreateDomainDecomposition()

Hg-commit: a86497f023abdabc7031d8e16494be6c96d5e91d


# f20bfac0 11-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Merging back to upstream.

Hg-commit: 9aa7cdb1b12a963cf3198db1fd1995d0f242cc2b


# 85cbd38b 11-Feb-2013 Jed Brown <jed@59A2.org>

Add missing CHKERRQs and fix formatting

Hg-commit: 30f61670930b23e2f33dad3f56a1aded6a9c1414


# 03fbb894 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c9f4782127acc3544aaa97bca8fbf35ae635f975


# 8c3ce3fc 08-Feb-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Minor comment fixes.

Hg-commit: 1fc12bb7997c6eead1cbfe97011bd249b3ebd55f


# 04dc8af9 08-Feb-2013 Satish Balay <balay@mcs.anl.gov>

more formatted comment fixes.

Hg-commit: a73d71fa1639865f59e550f46e2a2b09a69c018b


# be307ea6 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 08544abf2197833b5d7511d8ae4a57b7d33b8b19


# 129686c5 08-Feb-2013 Satish Balay <balay@mcs.anl.gov>

fix formatted comments.

Hg-commit: 16565c957ee8931695e1ae88bf0f49c1371cdfb5


# 18452f26 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b866121248e9d560d266413f80c7be106860d974


# 65db9045 08-Feb-2013 Dmitry Karpeev <karpeev@mcs.anl.gov>

Removing DMCreateDomainDecompositionDM and DMCreateFieldDecompositionDM.

Hg-commit: 5a40b47b72b8008daf1ed3dec805e07eb1831dde


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 31d8eec5 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


1234567