Split out petscviewertypes.hFixes missing include in petscoptions.h that was impacting tests.Hg-commit: 8bcec53e19497af1488dd5b8010346dc31f3f222
Fix Fortran include syntax for petscdraw.hHg-commit: a9b2a5e696682e80b0a73d548cbf90a9d8351b25
examples that use PetscDraw now need petscdraw.hHg-commit: 9f7838ae01483eacf408b16aa9270e8c068e9a2c
moved hdf5 viewer prototypes to petscviewerhdf5.hHg-commit: 32e58a3b6cb82a35eeb5ad475bfc470fee3e4d45
added petscdrawtypes.h removed the typedef _xx* xx definitions from petscdraw.h and removed petscdraw.h from petscsys.hHg-commit: 01be7b4c0ac1e993b540535c319de45af820a255
moved sf to new vec/is locationHg-commit: f0665fe4e2bc9d7b33e6af35313fffe9d7c753a8
Removing dead experimental PetscShell code.Hg-commit: aee59bf3b744565306435f5b7608493772960434
converted in a bunch more PetscObjectComm() that I missed beforeHg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6
removed PetscViewerBinaryMatlabOpen() and friends, incorporated functionality into binary PETSc viewerHg-commit: 1676211ea1509edcdd7a044ca5b8b543f443b8ab
Remove last uses of PETSC_NULL in PETSc source and docsHg-commit: 8deb20d05f176153f0bde5e396612f649eae2bc3
added PetscObjectComm() and used it to replace (((PetscObject)obj)->comm)Hg-commit: 3da37c458124ad48ae939f4e9823e4430ee0b8be
removed typeid from PetscHeaderCreate() args since it is not know at create time anywayHg-commit: 368e928141e31cf1ff6cf108913006e5886dc6cc
Make petscimpl.h privateHg-commit: 910e8b03a54a915953944da6f75eb81c807d7428
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
show more ...
minor cleanup of unneeded included filesHg-commit: a1ec1768809a9512ac930c5b664efd3036507774
added include stddef.h to petscsys.hremoved many duplicate includes of system includesHg-commit: 26ea335c035572bcbd495f9993b3270632d5d3c6
removed a bunch of duplicate unneeded includes of std include filesHg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522
source code need not include math.h since it is managed by the PETSc include filesa couple other unneeded included files also removedHg-commit: f47a2dda441cb818ab3be604570bccc0c8f15a89
restrict header includes for f2003-srcHg-commit: 5dd58113eb842e15c875652e2762ab7db28d084a
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
Removed remaining spaces in cast to pointer-type.Hg-commit: dccb79187adf08b4501155bd6550e95ac2ab554c
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is
moved -draw_save for X windows images to subdirectory since there tend to be a lot of them and one can easily remove them by removing the directory while removing 30,000 files with * or even find is impossible/too slowHg-commit: 8d285356bc80dc0ce7db34b85a9cf60bc0fafec0
added -draw_bounds for setting bounds on plotsHg-commit: 63b2c987c834d4cd7f25410cab05ba770cb18749
Uncrustified src/sys/*Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
include was moved when classes subdirectory of sys introduced, forgot to fix source include of itHg-commit: 19a1dac3d493afe2fe3beb6d713b6e0429185dfc
1...<<51525354555657585960>>...64