History log of /petsc/src/dm/impls/da/da2.c (Results 276 – 300 of 379)
Revision Date Author Comments
# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# fd5aaf66 17-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Removed leftover \t from src/dm/impls/da/*

Hg-commit: 72626afd6f31514aec3a244fa693f5db1b850223


# d9c9ebe5 07-Jan-2013 Peter Brune <brune@mcs.anl.gov>

Removed all overlap cruft from DMSetUp_DA_1/2/3D

Hg-commit: 461d91d3c8e1dbfa7cf6c0dae2b6e4c4c0f8918b


# 3bf036e2 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed many more missing CHKERRQ()

Hg-commit: 7ee3b3a915c7ec91d5cefc4d6974e423e3fd9435


# 9669e4d8 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real case
the less #if def code duplication we have the better

Hg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef

show more ...


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 5a4671ae 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 109c9344 25-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added names for coordinate directions to DMDA
added ugly printing of coordinate directions in 2d countour plots from DAs

Hg-commit: 0f83f87db1ff110511388bbce0cdaff89adc7b54


# c2859e5e 21-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added test example for dmda 3d with mirroring
started adding support to dmda 3d for mirroring

Hg-commit: 081d7404b8372f8038fb1108b516bcc64e464936


# cc76e2cf 20-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

double buffer x windows by default
error if dmda 2d with mirror and box stencil since not implemented
2d version of 1d void diffusion reaction code

Hg-commit: 153499f04454051a166b43c4c5c58e837bbc1396


# 47c77aa3 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed debug view I should never have put in

Hg-commit: 3a7fc5bae55d663a50369c1ae9a203c53dabebbd


# 624904c4 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

added local to global mapping for DA 2D with mirror bc

Hg-commit: 49243dc12ee2511e991c657e3228175303277dff


# ac119b13 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

complete VecScatter ltog for da2d with mirror

Hg-commit: a67adf1af5ad765143a01d094d6b71249dc6572c


# 706a11cb 15-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

PetscOptionsGetViewer() references PETSC_VIEWER_XXXX_() types so that PetscViewerDestroy() may uniformally be used to destroy

Hg-commit: f6282ad082abe831d7e005fc7650481392bab874


# ca266f36 15-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

udpated -dm_view_xxx and removed -da_view stuff to new style of command line viewing

Hg-commit: 08d97982b613d59a56cc20ada10e8c4808ee37df


# 38aa3a79 28-Nov-2012 Jed Brown <jed@59A2.org>

merge VTU viewer

Hg-commit: f68babcf040286d4843b3544bb1e887ce1a50948


# bdbbd646 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 7aece89cbfcc2d8ec28613bbf68580206dd8ce11


# 7c76f20d 27-Nov-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 1e6ad8e08ecbef6049af1a003c86658673210a48


# c97a5455 26-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

removed DMDASetLocalFunction/Jacobian() and all its related infrastructure

Hg-commit: 43e36d7ec8d718e8034f8b345d8bb9fc1f57609c


# 2150357e 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed formating of variable declarations messed up by putting const int XXXType
fixed DMDAGet/SetCoordinates() that matt did not remove

Hg-commit: de8db80506612f87fb4b9c77dd85f76c605a3942


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


# 6636e97a 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One

DM: Moved coordinates to DM, fixed default SF creation
- Now we have DMGetCoordinateDM() which describes coordinate layout and does G2L
DMGet/SetCoordinates() and DMGet/SetCoordinatesLocal()
- One can be made from the other (global or local) automatically
- Added dm->ops->createcoordinatedm()
- DMComplex no longer creates the coordinate Vec up front
- DM default SF can now handle global vets without constraints

Hg-commit: 6226b76f6e469184f69d66f3475966ce9ac97872

show more ...


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


1...<<111213141516