Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new formsReplace a couple multi-mallocs with a single mallocReplace backwards loops in MatSetValues_*()
Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new formsReplace a couple multi-mallocs with a single mallocReplace backwards loops in MatSetValues_*() with PetscArraymove()Commit-type: style-fix, feature
show more ...
TSTrajectoryGetVecs: fix c89 error
TSTrajectory: Few improvements to the interfaceAdded TSTrajectoryGet{UpdatedHistory|}Vecs() to get (possibly interpolating) data at specific timeUpdate output for TSTrajectoryMonitor
12