splinepy.microstructure.microstructure.Microstructure.parametrization_function#
- property Microstructure.parametrization_function#
Function, that - if required - parametrizes the 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
- Parameters:
None
- Returns:
parametrization_function – Function that describes the local tile parameters
- Return type:
Callable