Merge branch 'barry/error-print-options'
Merge branch 'barry/objects-dump'
Merge branch 'barry/fix-valgrind'
traceback error message should print options databasethis is useful for use to help understand what has gone wrong with user code
fix to PetscObjectsDump() manual pagesadd PetscFunctionBeginUser/Return(0);
valgrind include file should not be public to PETSc users by default
convert some PetscMalloc() to PetscMalloc1()remove unneeded () in first argument to PetscMalloc/Calloc1()fixes for MATLAB examples
Merge branch 'barry/fix-ascii-vtk-output'
don't print ASCII vector header information if VTK format because VTK cannot process it
Merge branch 'barry/fix-options-default'Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
update use of PetscOptionsBool() to not rely on default setting automatically
cleanup of use of PetscOptionsInt and friends including use of flag final argument
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current valuealso fixed usage of PetscOptionsEnum() with regards to current value in several callsRepo
fixed documentation for PetscOptionsXXX that refered to "default value" when they really mean current valuealso fixed usage of PetscOptionsEnum() with regards to current value in several callsReported-by: Ed Bueler <elbueler@alaska.edu>
show more ...
Typo fixes to PetscOptionsViewer
Merge branch 'barry/always-include-complex'
Merge branch 'maint'
cannot use PetscMalloc1() since argument is pointer to void and C++ does not allow sizeof(void)
remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently)
Merge branch 'barry/fix-dmda-1d-mirror'
did not mirror 1d DMDA values correctly due to previous change consulidating block size-options_table should have been -options_view twenty years ago
add new lines to SAWs citation
version: update in PetscCitationsInitialize()
added basic 'finish' functionality
Important: Finally fixed the bug where options with a prefix would not update
put options into a scroll box
1...<<51525354555657585960>>...99