someone left a while (0) loop inside a test example thus producing a warning about unreachable code
PetscDraw: Fix test examples drawing the colormap
PetscDraw: Various improvements* Enhancements to PetscDrawLG/SP/HG/Bar* Add PetscDrawCollectiveBegin/End() to handle X11 I/O errors in parallel* Update test examples to run in parallel using PETS
PetscDraw: Various improvements* Enhancements to PetscDrawLG/SP/HG/Bar* Add PetscDrawCollectiveBegin/End() to handle X11 I/O errors in parallel* Update test examples to run in parallel using PETSC_COMM_WORLD* Enhancements to X11 PetscDraw implementation
show more ...
PetscDraw-TikZ: Implement PetscDrawSynchronizedClear()
remove resource leak with X due to missing XCloseDisplay()
win32/draw: fix runtime error with src/dm/examples/tutorials/ex2
try using int(w) for Fortran case to integer instead of int(w,integer) sincethe latter failed on most systems claiming integer was not a constant. Very unclear tome what that second argument is sup
try using int(w) for Fortran case to integer instead of int(w,integer) sincethe latter failed on most systems claiming integer was not a constant. Very unclear tome what that second argument is suppose to be
cast fortran integer that may be 64bit with int() to prevent compiler warning aboutWarning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1)
Merge branch 'master' into jed/process-options-handler
Options: pass PetscOptions* to options handlersPetscObjectAddOptionsHandler now takes an event handler that includes aPetscOptions argument. PetscObjectProcessOptionsHandlers requires thisas inp
Options: pass PetscOptions* to options handlersPetscObjectAddOptionsHandler now takes an event handler that includes aPetscOptions argument. PetscObjectProcessOptionsHandlers requires thisas input.
initial locks with concurrencykit and OpenMPcleanup of many monitors that used nonthread safe constructors when no viewer passed incleanup of examples that generated unused variable messages when
initial locks with concurrencykit and OpenMPcleanup of many monitors that used nonthread safe constructors when no viewer passed incleanup of examples that generated unused variable messages when compiled with --with-log=0
add to git example that should have been git added to previous commithttps://bitbucket.org/petsc/petsc/commits/51fa3d41ed3feb8cf78b09fc9e5a282491d54f25#chg-src/sys/classes/draw/examples/tests/makef
add to git example that should have been git added to previous commithttps://bitbucket.org/petsc/petsc/commits/51fa3d41ed3feb8cf78b09fc9e5a282491d54f25#chg-src/sys/classes/draw/examples/tests/makefile
Draw: Fix Windows complaint about 'long int' vs. 'int'Reported-by: Mostafa Molaali <m.molaali@gmail.com>
PetscHeaderCreate: Shorten argument list and optimize memory allocation* Remove type arguments from the macro* Use a single memory allocation call instead of three
fixed missing CHKERRQ() detected by clang's --analyze
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
Merge branch 'dalcinl/feature-draw'
added PetscDrawMarkerType plus and circle
added PetscDrawMarkerTypechanged VecView_MPI_Draw_DA1d() to use PetscDrawMarker() to mark pointsadded XIO handling to VecView_MPI_Draw_DA1d()
Rename PetscDrawLGIndicateDataPoints -> PetscDrawLGSetUseMarkersAlso rename option -lg_indicate_data_points -> -lg_use_markers
Add PetscDrawMarker to replace PetscDrawString(...,"x") in PetscDrawLG
PetscDrawDestroy_XXX: Use PetscFree(draw->data)
PetscDrawSetType: Fix call to draw->ops->destroy and clear draw->ops
added PetscDrawBar object for drawing bar graphs
add support for .jpg as extension for Afterimage PetscDrawSetSave() JPeg filefix incorrect listing in PetscAfterImageFormats[]Reported-by: Thele German Guiller <gtheler@cites-gss.com>
1...<<1112131415161718192021