Skip to content

Failure of rotationtest.cc

On my machine the test for the interpolation of the velocity vector fails. I think it is because the finite difference method is always using interpolateDerivative on the unit interval [0,1], while the analytical linearisation is evaluated on the interval [0,intervalLength]. When I fix intervalLength = 1 the test passes. Am I missing something?