Deprecate PetscViewerSetFormat() since it better to use PetscViewerPush/PopFormat() and usingPetscViewerSetFormat() can lead to confusing situations for users when later viewers do not recognize the
Deprecate PetscViewerSetFormat() since it better to use PetscViewerPush/PopFormat() and usingPetscViewerSetFormat() can lead to confusing situations for users when later viewers do not recognize the setformat and thus do not produce any information.Reported-by: Jed Brown <jed@jedbrown.org>
show more ...
fixed up formatting of references in manualpages to consistent styleReferences:+ 1. - ref1. 2. - ref2- 3. - ref3previously the formatting was varied and ugly
add a viewer for TSTrajectory
Merge branch 'master' into hongzh/checkpointingManual merges for a couple of PetscOptions changes in master
add more tests in makefile
Commit d393f49382b06ba8f1c95499145639e321f64e19 broke -ksp/snes/ts_monitor_solution and related monitor routines sinceno viewer was created when the option was proccessed.This commit fixes those b
Commit d393f49382b06ba8f1c95499145639e321f64e19 broke -ksp/snes/ts_monitor_solution and related monitor routines sinceno viewer was created when the option was proccessed.This commit fixes those bugs and provides a simplier general approach for handling viewers for standard PETSc monitorsThe major change is many of the -ksp/snes/ts_monitor* functions now take the [viewertype[:filename[:viewerformat]] parameter that was previously introduced for -xxx_view options.This commit updates about one half of the -ksp/snes/ts_monitor* options; the others that create for example a PetscDrawLG object need to be updated to take viewer objects with the correct properties set. In addition further unification/simplification of the option names must be doneReported-by: Ed Bueler <elbueler@alaska.edu>
win32: compile fix
add fortran stub for TSMonitorLGSetTransform() and fix TSMonitorLG for multiple fields but no names provided for fields
Merge branch 'master' of bitbucket.org:petsc/petsc
TSClone() did not clone Fortran function pointers hence some TS methods would fail if functions provided in Fortan
Merge branch 'jed/process-options-handler' into barry/petscoptions-object
Merge branch 'master' into barry/petscoptions-object
attempt to clarify different between TSComputeRHSFunctionLinear and TSComputeIFunctionLinear
Complete update to new PetscOptions interface
added convergence criteria for TSPSEUDO and updated some test examples to use these to generate same results with double and single precision
Merge branch 'pr263/PierreBdR/ts-domain-error-in-stage/master'
Merge branch 'barry/add-mpiu_allreduce'
Merge branch 'master' into pr263/PierreBdR/ts-domain-error-in-stage/master
Merge branch 'barry/fix-ts-matshift-error'
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by
Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()This is a bug that can be difficult to track down.Suggested-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>Suggested-by: Patrick Lacasse <placasse@giref.ulaval.ca>
add new features from hongzh/checkpointing-nek-style
add two-level checkpoiting, the version without revolve works
Postpone stack allocation to setup stage of tstrajectory, -tstrajectory_max_cps works now
add in-memory checkpointing, and it works :)
correct more names for TSTrajectory and add TS to the argument list when creating TSTrajectory
1...<<21222324252627282930>>...60