History log of /petsc/src/dm/impls/composite/pack.c (Results 401 – 425 of 443)
Revision Date Author Comments
# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 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


# 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


# c31cb41c 22-Feb-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

fixed .bib entries with Gail's corrections
removed all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically

Hg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db

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


# 07ed33dc 29-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 8753319427e40b297e0cf51005f1c3ca012b9dbb


# 6915305f 29-Nov-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 3830df92b8bce85cdbecd681a87699ec570d54d3


# ec9811ee 26-Nov-2010 Jed Brown <jed@59A2.org>

Missed comments to generate Fortran stubs

Hg-commit: 686a8e1e3d348f891e88744b96d7433832dea468


# a12302e2 25-Nov-2010 Jed Brown <jed@59A2.org>

Break DMGetMatrix_Composite into a new file

Hg-commit: 46bc940155f2f76e50b27dc63278de5c75aa6dc4


# 52688f88 25-Nov-2010 Jed Brown <jed@59A2.org>

Split DMGetMatrix_Composite into Nest and AIJ

Hg-commit: f9e51c8e8e6f0bcf33045728d5b1f08d9a229257


# c72eef85 25-Nov-2010 Jed Brown <jed@59A2.org>

Fix allocation bug in DMCompositeGetLocalVectors_Array, missed it when adding nlocal field; add a collective check

Hg-commit: b0c02f713a411308f55b8d6da9ff4e8657d1aa4c


# 3092ff0d 24-Nov-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 113660b243e6c0dd1f8f88c2a77cc515e22042f8


# 06ebdd98 24-Nov-2010 Jed Brown <jed@59A2.org>

Add nlocal field to DMCompositeLink

Rationale: n was used for different purposes, owned part for DM, and
local part for Array.

Also changed DMCompositeGetGlobalISs to return the same number of ISs

Add nlocal field to DMCompositeLink

Rationale: n was used for different purposes, owned part for DM, and
local part for Array.

Also changed DMCompositeGetGlobalISs to return the same number of ISs on
every process, instead of only returning for owned part of the Array
entries. This function was guaranteed to deadlock before because only
one process was calling ISCreateGeneral(((PetscObject)dm)->comm,...),
but this call is necessarily collective.

Hg-commit: 4d55b5a7a67069ac539ee945f0eff1496ccfe0f9

show more ...


# 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


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

com->nghost was not set correctly, or is not available yet, so use ltogs to compute the size

Hg-commit: 5ff362d63e435007a1a79407b317275fac95250f


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

Promote LocalToGlobalMapping and BlockSize from DA to DM

Hg-commit: adc5020243929ce40bd18f2655d78fe82dc79cc4


# 86994e45 22-Nov-2010 Jed Brown <jed@59A2.org>

Add ISLocalToGlobalMappingGetIndices()

Hg-commit: eea7cc64a88fc9a2e3c83f2e385f95d1e1305e39


# 8fd8f222 22-Nov-2010 Jed Brown <jed@59A2.org>

DMCompositeGather and DMCompositeScatter now accept PETSC_NULL for inactive/unneeded parts

Hg-commit: d20296ec78b30b2a3702597a5096f2ff597e791c


# 760fd489 21-Nov-2010 Matthew G Knepley <knepley@gmail.com>

Small compile fix

Hg-commit: 78d0c59bc41240f6f432f48399e8bcd7d870e38a


# 520db06c 21-Nov-2010 Jed Brown <jed@59A2.org>

Change ISBlockGetBlockSize to ISGetBlockSize, add ISSetBlockSize

Hg-commit: 0a222ea1e9a192436a7e4681121fe012f4928844


# 66e4a216 21-Nov-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 54feecb794bdb5c5cd9e0c20ee3a44243e24d9ae


1...<<1112131415161718