splinepy.microstructure.microstructure.Microstructure.parameter_sensitivity_function#

property Microstructure.parameter_sensitivity_function#

Function, that - if required - determines the parameter sensitivity of a set of microtiles

In order to use said function, the Microtile needs to provide a couple of attributes:

  • evaluation_points - a list of points defined in the unit cube that will be evaluated in the parametrization function to provide the required set of data points

  • para_dim - dimensionality of the parametrization function and number of design variables for said microtile

  • parametrization_function - a function that calculates the microtile parameters based on the position of the tile within the deformation functions parametric space

Parameters:

None

Returns:

parameter_sensitivity_function – Function that describes the local tile parameters

Return type:

Callable