| #
c7e1ce6b
|
| 11-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/draw-save (pull request #420)
PetscDraw: Reimplement save image/movie
|
| #
8067a7d5
|
| 07-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Save PNG/GIF/JPG/PPM images
* Built-in support for writing PPM images. * Support for writing PNG images (requires libpng) * Support for writing GIF images (requires giflib) * Support for
PetscDraw: Save PNG/GIF/JPG/PPM images
* Built-in support for writing PPM images. * Support for writing PNG images (requires libpng) * Support for writing GIF images (requires giflib) * Support for writing JPG images (requires libjpeg) * Get rid of AfterImage (dated, not std, problematic to build) * Move most of the saving business to PetscDraw interface * Add a draw->ops->getimage() slot to implement in draw subtypes * Allow users choose the movie extension (defaults to .m4v) * Fix movie generation with ffmpeg for non-animated GIF input
show more ...
|
| #
e2d3c13c
|
| 09-Mar-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge remote-tracking branch 'origin/knepley/fix-plex-hdf5-label' into tisaac/dmforest
* origin/knepley/fix-plex-hdf5-label: (50 commits) Plex: Fixed HDF5 output for DMLabel - The ISAllGather() wa
Merge remote-tracking branch 'origin/knepley/fix-plex-hdf5-label' into tisaac/dmforest
* origin/knepley/fix-plex-hdf5-label: (50 commits) Plex: Fixed HDF5 output for DMLabel - The ISAllGather() was being called with an IS that had COMM_SELF - Also, we needed to protect for empty index arrays superlu_dist: install target should first make sure prefix/[include,lib] dirs exist - similar to superlu dm: add DMRemoveLabel() fortran interface nightlybuilds: allocate more time to run arch-linux-xsdk-dbg build... Remove superfluous information messages Cannot have rank 1 print before parallel print since it may end up before or after the print from process 0. There change to have rank 0 print the sequential matrix Bib: Added ref Plex: Update ex12_5 with correct level-2 overlap DMLabel: Add missing cleanup for DMLabelGather() mpiuni: check for "long_long" before checking for "__int64" [as "typedef __int64" gives error with icc] Note: cannot use 'int64_t' as 'typedef unsigned int64_t foo' gives eror with icc Add filter for solaris linker scope warning to master since that is used in nightly tests of next Previous commit did not correctly handle downloading from --with-packages-dir Use special error code of 10 for output list of needed downloaded package tarballs otherwise the outer configure.py script converts the error code to an error message we do not want. Have ./configure return a nonzero exit code when --with-packages-dir detects missing packages so that calling scripts know this is occurred simplify some code Completed support for --with-packages-dir=directory that allows --download-xxx features to be cleanly used behind firewalls etc also updated to docs to indicate this new feature Adding supporting for --download-xxx to reported needed downloads when off line or behind a firewall and using local copies when available with the --with-packages-dir=directory option Fix typos in linesearch impls:armijo, morethuente, owarmijo. PetscDraw: Explicitly save draw in KSP/SNES/TS monitors PetscViewerDraw: Propagate prefix from viewer to draw contexts PetscDraw: Explicitly save draw in {Vec|Mat|DMDA}View() routines ...
show more ...
|
| #
7ea766b4
|
| 07-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/fix-draw (pull request #418)
PetscDraw: API and implementation refactoring
|
| #
71ed57bf
|
| 29-Feb-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw X11: Native support for writing binary PPM files
|
| #
5b399a63
|
| 28-Feb-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Huge API refactoring
* Make PetscDraw{Clear|Flush}() routines collective functions and remove now redundant PetscDrawSyncronized{Clear|Flush}() routines * Make PetscDrawSave() collectiv
PetscDraw: Huge API refactoring
* Make PetscDraw{Clear|Flush}() routines collective functions and remove now redundant PetscDrawSyncronized{Clear|Flush}() routines * Make PetscDrawSave() collective. * Make PetscDrawSetTitle() collective. * Update PetscDraw{Axis|SP|HG|Bar}, make most PetscDrawXXXSetYYY() routines either collective or logically collective * Update PetscViewerDraw accordingly * Update VecView_XXX_Draw[_DA_YYY]() and DMView_DA_XXX() accordingly
show more ...
|