Added support to PetscDrawSetSave() to use other formats besides .GifSAWs display of figures from -draw_save (without -draw_save_single_file) will display the latest image on each refresh instead of
Added support to PetscDrawSetSave() to use other formats besides .GifSAWs display of figures from -draw_save (without -draw_save_single_file) will display the latest image on each refresh instead of all images
show more ...
clearer documentation for saving images with afterimage library
Merge branch 'barry/saws-options-merge-master'
Merge branch 'maint'
Merge branch 'master' into barry/saws-options-merge-masterTotally confusing manual merge, could be wrongConflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c
Merge branch 'master' into barry/saws-options-merge-masterTotally confusing manual merge, could be wrongConflicts: include/petscoptions.h src/dm/impls/da/dacreate.c src/sys/objects/aoptions.c src/sys/threadcomm/interface/threadcomm.c
Merge branch 'tisaac/simplify-register-all'Removed the XXXRegisterAll() functions from the public interface. These should now only be handled by the package intialization functions.
PetscDrawLGDraw: draw and flush only in process zero
PetscDrawSetType: Check the draw type is registered before destroying
manual merge of conflict
mv include/finclude to include/petsc-finclude for namespacing in installs
Remove XXXRegisterAllCalled from public interface.All XXXRegisterAll() methods are now idempotent, so a boolean indicatingwhether they can be called or not is no longer necessary.
convert some PetscMalloc() to PetscMalloc1()remove unneeded () in first argument to PetscMalloc/Calloc1()fixes for MATLAB examples
use xcode for building iOS dynamic library (framework)update opengles for new objective C rules
added graphics monitor of nonlinear residual during linear solve
removed Tao use of antediluvian PETSC_C_BEGIN/END with PETSC_EXTERN for Tao implementation class constructors
fixes for OpenGL draw routines not handling optional argumentsuse of popup window for setting options even if popup window was not made
starting code for making iOS framework (uses static library!)moved iOS project examples into proper subdirectories
changed isams to issaws for code clarity
Merge branch 'knepley/feature-plex-periodic'* knepley/feature-plex-periodic: TS: Allow viewing of TS solutions DMPlex: Fix comparison for complex Draw: Fixed bad check SNES ex62: Enhance ex
Merge branch 'knepley/feature-plex-periodic'* knepley/feature-plex-periodic: TS: Allow viewing of TS solutions DMPlex: Fix comparison for complex Draw: Fixed bad check SNES ex62: Enhance ex62 to use tensor-product cells DMPlex: Now we are correctly creating the Mobius band - Coordinates for uniform refinement are still broken DMPlex: If domain is periodic, uniform refinement of coordinates will respect this DMPlex: Allow geometry routines to recognize periodic quads DMPlex: Added DMPlexLocalizeCoordinates() - This pulls coordinates from vertices to the cell, which allows discontinuities - We use this for periodic problems DM: Added preliminary support for periodic coordinates - Added DMGet/SetPeriodicity() which is for clipping coordinates to a periodic box DMPlex: Needed a custom Fortran wrapper for DMPlexInterpolate() because now we require that the incoming mesh be NULL DMPlex: Fix handling of Fortran NULLs DMPlex: Updated test output - The DMView was changed SNES ex12: Cleanup structure - Use PetscFECreateDefault() PetscFE: Added a view for Basic SNES ex12: Starting to cleanup test names SNES ex62: Marked MF tests as broken
Merge branch 'barry/add-names-for-all-ascii-viewers'
Draw: Fixed bad check
Merge branch 'prbrune/removeunwrappedmathfunctions'* prbrune/removeunwrappedmathfunctions: Math: fix typo Added src/sys/examples/tests/ex25.c for PetscScalar and PetscReal wrapping. Wrapped t
Merge branch 'prbrune/removeunwrappedmathfunctions'* prbrune/removeunwrappedmathfunctions: Math: fix typo Added src/sys/examples/tests/ex25.c for PetscScalar and PetscReal wrapping. Wrapped tan(),[sin,cos,tan]h() for Real/Scalar, a[sin,cos,tan]() for Real. Wrapped math.h and quadmath.h functions used in petsc source exempting examplesConflicts: include/petscmath.h src/dm/dt/interface/dt.c src/ksp/ksp/impls/cg/stcg/stcg.c src/snes/linesearch/interface/linesearch.c src/ts/impls/explicit/rk/rk.c
Insure that all ASCII viewers for PETSc objects call PetscObjectPrintClassNamePrefixType()
doc: fix errors from builddist.log
completed some percentage of changes from %G format in prints
1...<<1112131415161718192021