#include "petscts.h" PetscErrorCode TSTrajectorySetTransform(TSTrajectory tj,PetscErrorCode (*transform)(void*,Vec,Vec*),PetscErrorCode (*destroy)(void*),void *tctx)Collective on TSLGCtx
| tj | - the TSTrajectory context | |
| transform | - the transform function | |
| destroy | - function to destroy the optional context | |
| ctx | - optional context used by transform function |
Level:intermediate
Location:src/ts/trajectory/interface/traj.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages