tmdsimpy.postprocess.continuation

Submodule for postprocessing continuation results including interpolating.

Functions

hermite_interp(XlamP_full, XlamP_grad_full, lams)

Use cubic Hermite splines to interpolate solutions to new points.

hermite_upsample(XlamP_full, XlamP_grad_full)

Use cubic hermite splines to interpolate to more points.

linear_interp(XlamP_full, new_values[, ...])

Linearly interpolate solutions to new points.