History log of /petsc/src/dm/impls/da/da3.c (Results 276 – 300 of 348)
Revision Date Author Comments
# db4deed7 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

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

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 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


# 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


# 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


# 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


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# ba4bd723 31-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 85ea2b32f01c9c465a4b0b5082ad81d2970a62e4


# 88661749 30-Aug-2012 Peter Brune <brune@mcs.anl.gov>

Added overlaps to DA with DMDASetOverlap, which allows for larger ghost regions unrelated to the stencil width.

Hg-commit: c76698a179faaafe811ea81b96cfbba324a4e10e


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 251f4c67 27-Apr-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

PetscTypeCompare -> PetscObjectTypeCompare

Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be


# f27dfc53 11-Apr-2012 Peter Brune <brune@mcs.anl.gov>

Commit after merge

Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1


# 30729d88 11-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed more darn {SEATERR}

Hg-commit: 67fe7512e8fcb191ac49d6fe48793bfdfcb31b4b


# 778a2246 09-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


# 8e7768b9 24-Mar-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac


# b45d2f2c 24-Mar-2012 Jed Brown <jed@59A2.org>

Rename include/private/ to include/petsc-private/

Hg-commit: 9a1730720b0d9756437b40462617551504641ade


# 5bdbddc4 18-Oct-2011 Jed Brown <jed@59A2.org>

merge from release-3.2

Hg-commit: 68f107f8b136c3456f44509dc7382081f204a942


# 6f951b95 11-Oct-2011 ecoon <ecoon@lanl.gov>

bug fix in when indices get altered to look like 2D for 3D das with 1 node in the z-direction

Hg-commit: c538fc85d7fdfa048cce837a57ee9f596d985cd9


1...<<11121314