#include <FreeFormTransformationRungeKutta.h>
Public Types | |
typedef TButcherTableau | BT |
Short-hand for Butcher tableau template argument. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from mirtk::FreeFormTransformationRungeKutta | |
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. | |
Explicit Runge-Kutta integration method for FFD parameterized by velocity field.
The first template argument is the type of the FFD which has to implement the following methods:
The second template argument is a struct of the respective Butcher tableau of the Runge-Kutta method which has been defined using the macro MIRTK_DEFINE_FFDRK_EXPLICIT.
Definition at line 102 of file FreeFormTransformationRungeKutta.h.