splinepy.bspline.BSplineBase.mapper#

BSplineBase.mapper(reference)#

Retrieve a mapper that can be used to get physical derivatives such as a gradient or hessian in physical space

Parameters:

reference (spline) – Spline that represents the geometry of the field

Returns:

mapper – Mapper to calculate physical gradients and hessians

Return type:

Mapper