#include <FreeFormTransformationRungeKutta.h>
Static Protected Member Functions | |
static void | dkdp (Matrix &dk, const Matrix &Dv, const Matrix &dx, const double dv[3], double h) |
Helper for computation of Jacobian w.r.t control point. | |
static void | dkdx (Matrix &dk, const Matrix &Dv, const Matrix &dx, double h) |
Helper for computation of Jacobian w.r.t spatial coordinates. | |
Base class of integration methods used by FFDs which are parameterized by a velocity field to compute the displacements.
Definition at line 45 of file FreeFormTransformationRungeKutta.h.