History log of /petsc/src/dm/impls/da/da.c (Results 251 – 275 of 344)
Revision Date Author Comments
# 95c13181 22-Jan-2013 Peter Brune <brune@mcs.anl.gov>

modified DMDASet/GetOffset() to take the global problem size as well.

Hg-commit: 5cb6eddda15219ba38ee5cbcf141077dbde1ee7d


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# c30958fd 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Replaced remaining '){' with ') {'.

Hg-commit: f4f35e45a9688d9cbe30c43558c5cab041b08998


# 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


# e3f3e4b6 24-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

memory leak in DMDASelectFields
allow null viewer format in PetscOptionsGetViewer()
DMDASetNumProcs() computes missing proc if one is provided in 2d
started contour viewer for ex10

Hg-commit: b2a4a6

memory leak in DMDASelectFields
allow null viewer format in PetscOptionsGetViewer()
DMDASetNumProcs() computes missing proc if one is provided in 2d
started contour viewer for ex10

Hg-commit: b2a4a6a7bd64fcd82cc6a58540b6ed8c799f585f

show more ...


# 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


# 289dcd94 10-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 76831309032f5585424cb3e5e4c7f8f754699d5d


# d886c4f4 06-Dec-2012 Peter Brune <brune@mcs.anl.gov>

Added DMDASet/GetOffset() for seamlessly moving the boundary indices of a DA around.

Hg-commit: 557fffe5164e083e5149c401726f3e05779bb352


# 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


# e5996a9a 15-May-2012 Paul Mullowney <paulm@txcorp.com>

updated and merged from petsc-dev

Hg-commit: 4bdbb24181fe1c8ce13e9b82c1d499b152c3d14f


# 1860e6e9 12-May-2012 Barry Smith <bsmith@mcs.anl.gov>

dmrefine and coarsen for DA must not change the N and P for lower dimensional problems since the other code depends on them always being 1

curse whomever is assuming their changes are breaking thing

dmrefine and coarsen for DA must not change the N and P for lower dimensional problems since the other code depends on them always being 1

curse whomever is assuming their changes are breaking things and don't run make alltests before pushes

Hg-commit: c968c7d453ecc319668d5ac88c17fd75f0269375

show more ...


# 6e87535b 08-May-2012 Jed Brown <jed@59A2.org>

Fix DMRefine_DA and DMCoarsen_DA: DMSetUp() must be called before DMDAGetCoordinateDA()

Hg-commit: 551cf33f734cbe22fbe6fe1cfaab3e1295998608


# 397b6216 06-May-2012 Jed Brown <jed@59A2.org>

Distinguish da->coarsen_{x,y,z} from da->refine_{x,y,z} and mostly make -da_refine_hierarchy_{x,y,z} work without DMMG

Hg-commit: 9943253a5ac277e1008b2c957cb962101a7c4f64


# f98405f7 06-May-2012 Jed Brown <jed@59A2.org>

Port field names in DMCoarsen_DA, as is done by DMRefine_DA

Hg-commit: 4496ca57d9ac5d09c6a1f280573e42b11204e477


# 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


1...<<11121314