splinepy.microstructure.tiles.tile_base.TileBase#

class splinepy.microstructure.tiles.tile_base.TileBase[source]#

Bases: SplinepyBase

Base class for tile objects

Methods

TileBase.check_param_derivatives(derivatives)

Checks if all derivatives have the correct format and shape

TileBase.check_params(params)

Checks if the parameters have the correct format and shape

TileBase.create_tile(**kwargs)

Tile creation interface for derived classes.

Attributes

TileBase.dim

Returns dimensionality in physical space of the Microtile.

TileBase.evaluation_points

Positions in the parametrization function to be evaluated when tile is constructed prior to composition.

TileBase.para_dim

Returns dimensionality in parametric space of the Microtile.