History log of /petsc/src/dm/impls/da/gr2.c (Results 301 – 325 of 404)
Revision Date Author Comments
# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# 1cc89bd4 04-Feb-2013 Jed Brown <jed@59A2.org>

Merge remote-tracking branch 'petsc-3.3/master'

Conflicts:
src/dm/impls/da/gr2.c

Hg-commit: 867cdd8c9d32a67b5fe559ec749a4129fc0f6854


# 27adacda 04-Feb-2013 Jed Brown <jed@59A2.org>

hdf5: remove bogus loop over dimension [petsc-maint 121765]

This was leaking filespaces.

Hg-commit: ef8f00b3b61ee86829ffb30236f4f3ff02b32e62


# 0e4fe250 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

contour plots with DMDA 2d will now print extremes of coordinate values

Hg-commit: 8e4107be78b811fb687600b907e0e5d79b2589bd


# 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


# acba2ac6 27-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

convert PetscHDF5IntCast() to return error code

Hg-commit: d476a741ebdb31c468cdd10cfcab9e78f2cded9c


# 4dc2109a 27-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

changed PetscMPIIntCast() to return an error code

Hg-commit: 73696a6c6bf0120a669678ed7c25e3c7bd451960


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# 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


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

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

Hg-commit: 72626afd6f31514aec3a244fa693f5db1b850223


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

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# db3019b1 29-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

used PetscClipInterval() instead of non-standard stupid macro

Hg-commit: 8d6b62e9d51361ebc0d67885c7f0299677ce0cc2


# 026bdcb3 27-Dec-2012 Jose Roman <jroman@dsic.upv.es>

Fix broken build; bad code in 178f9fe

Hg-commit: 60fe48695ce341d5007ca67d48b47a43591035ee


# f3f0eb19 26-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

forced values in PetscViewerDrawSetBounds() to alwways be applied when doing 2d contour plots with DMDA and VecView.

Hg-commit: 178f9fee549bd10f3b4b64313dacb15c48b47923


# 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


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

added -draw_fields_by_name name1,name2,name3

Hg-commit: d69f1842030af04c76ec3eee9d921e1827402d71


# c688c046 11-Nov-2012 Matthew G Knepley <knepley@gmail.com>

DM: Added MatGet/SetDM() and updated DMs to handle Vec and Mat for this

Hg-commit: d20ec0ce94bab2e32af8971314fa1b0124689ebf


# 9332fd86 23-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed bug introduced in VecView_MPI_Draw_DA2d() that did not use separate window for each field

Hg-commit: 532903956d0485dec11bdc703d1006d0fd2fab02


# 0d36b010 21-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

drawzoom clears window at start therefor VecView_MPI_da2_draw should not clear window
or you get blank images in movies

Hg-commit: a3ef8f2e3e2012243eceba8b141aeedf28a5940f


# 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 ...


1...<<11121314151617