remove all calls to PetscRandomSetType() from examples so they default to portablegenerator that generates the same numbers on all systems: PETSCRANDER48Reported-by: Patrick Sanan <patrick.sanan@g
remove all calls to PetscRandomSetType() from examples so they default to portablegenerator that generates the same numbers on all systems: PETSCRANDER48Reported-by: Patrick Sanan <patrick.sanan@gmail.com>
show more ...
Merge branch 'sarich/fix-vec-stepbound'
remove Tao example custom monitor that produced different results for __float128 precision
all PETSc built in monitors require a valid PetscViewer, NULL is not acceptable
PETSc built in monitors always require viewers to be passed in, no longer support a NULL viewer
opensolaris: fix errors with runchwirut1f
example output should have 1 for line search termination value of success%d should be used with a (int) cast
fix minor issue with unused options printed into test output file
removed tao test example run that uses random numbers sincenot reproducable on different systems
Jason changed a default TAO tolerance but did not update example testoutput that viewer the tolerance
added error checking for when PetscViewer is not passed to the standard monitor routinesReported-by: Garth N. Wells <gnw20@cam.ac.uk>Removed outdated output in example test file
set Hsub to null in create methodcherry-pick from master 9ed481bc821602e5b6d4d41fbba3c8a90b03d4df
set to null in create method
Merge branch 'pefarrell/tao-set-riesz-map'
Merge branch 'barry/add-concurrencykit'
Merge branch 'maint'
tao-handson: reformat html output files so that docsetdate doesn't process them
doc: add in tao handson.html from http://www.mcs.anl.gov/research/projects/tao/tutorials/atpesc/handson.html
Better to use the proper error handling version of PetscViewerASCIIGetStdout() instead of PETSC_VIEWER_STDOUT_()
Merge branch 'knepley/feature-patrick-control-problem'* knepley/feature-patrick-control-problem: TAO ex2: Add optimal control problem from Patrick TAO ex1: Fix docs Plex: Fix bug with bcComps
Merge branch 'knepley/feature-patrick-control-problem'* knepley/feature-patrick-control-problem: TAO ex2: Add optimal control problem from Patrick TAO ex1: Fix docs Plex: Fix bug with bcComps initialization
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
More complex number fixes.
Fix PetscReal/PetscScalar confusion caught by a zealous builder
1...<<51525354555657585960>>...62