Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
a typo
add test examples for -ts_trajectory_monitor and fix mannual page
subtract tablevel; change SELF to ts comm
add definition for TSTrajectorySetMonitor
fix a couple warnings
use ascii viewer for tstrajectory output
add a viewer component for the TSTrajectory object
add statistics (recomputations and disk I/O counts) to TSTrajectoryView
TS: Fix function declarations and visibility* Most of these fixes where spotted by GCC -Wmissing-declarations
many issues detected by clang static analyzerTime: .5 hours
change option prefix tstrajectory to ts_trajecotry
create tstrajectory_type visiaulzation
add a viewer for TSTrajectory
fix the warnings attributed to the commits 68bece0 and d40cae4
updates for some changes in master for handling optionsFunded-by:Time:Reported-by:Contributed-by:
Merge branch 'master' into hongzh/checkpointingManual merges for a couple of PetscOptions changes in master
Begin renaming the PetscOptions objects for the future where PetscOptions will not be a singleton
add logevent in traj.c
Postpone stack allocation to setup stage of tstrajectory, -tstrajectory_max_cps works now
trying to add an option -tstrajectory_max_cps
clean up spaces after comma
add in-memory checkpointing, and it works :)
correct more names for TSTrajectory and add TS to the argument list when creating TSTrajectory
use tj to name a TSTrajectory variable
123456