trajectory now saves current time
PetscHeaderCreate: Shorten argument list and optimize memory allocation* Remove type arguments from the macro* Use a single memory allocation call instead of three
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
adding new TSTrajectory implementation that saves all solutions to a single file
missing const in funtion definition
updates for now required use of VecGetArrayRead() on locked vectors
added TSTrajectory object for storing solution values and modified TSAdjoint solvers to use itTSAdjoint now no longer uses TSMonitor for storing solutions for "reverse" mode
123456