completed allowing generating graphics with Xvfb, works with AMS
logging memory now credits to all ancestors
PetscViewerCreate_XXX() and PetscViewerFileSetName_XXX() should not change format or iformat
Change all PETSC_EXTERN_C to PETSC_EXTERNHg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426
updated from EXTERN_C_BEGIN/END through sys directoryHg-commit: ee6b7ef2f48ce66402e7e807302de19506ce15df
Remove petscviewer.h from petscsys.hMuch of sys is independent of viewer. Viewer is used in so many otherplaces that it is now included by petscvec.h.Hg-commit: 1d745f01618aa51d3043fb1f87b0546f6
Remove petscviewer.h from petscsys.hMuch of sys is independent of viewer. Viewer is used in so many otherplaces that it is now included by petscvec.h.Hg-commit: 1d745f01618aa51d3043fb1f87b0546f60e6e730
show more ...
added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.hHg-commit: 01be7b4c0ac1e993b540535c319de45af820a255
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
PetscViewerDrawSetPause() ignored if underlying PetscDraw object didn't already exist. Fixed by stashing draw pause value and applying to all futured created PetscDraw associated with the PetscViewer
PetscViewerDrawSetPause() ignored if underlying PetscDraw object didn't already exist. Fixed by stashing draw pause value and applying to all futured created PetscDraw associated with the PetscViewerHg-commit: d4a9a08298b2ea88f86f90635783dce39721a211
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
added -draw_bounds for setting bounds on plotsHg-commit: 63b2c987c834d4cd7f25410cab05ba770cb18749
Uncrustified src/sys/*Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
Partially unified indentation to two spaces rather than 3, 5, etc.Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
forced values in PetscViewerDrawSetBounds() to alwways be applied when doing 2d contour plots with DMDA and VecView.Hg-commit: 178f9fee549bd10f3b4b64313dacb15c48b47923
updated MatView_Private() and -mat_view to new paradigm for accessing -xxx_view options via PetscOptionsGetViewer()Hg-commit: 48311e8a6a065367ee181abfeb345fa704b2d6ee
reorg of src/sys directorydirectories that define objects now in the classes subdirectoryrename several confusing name directoriesHg-commit: b2612422c63ac4afe82112892d9efda808f3d601
123456