Adding a new Strata class

Adding a new type of stratification requires creating a new subclass of the Strata class that defines the desired geometric decomposition. This subclass must have a stratify() method that overwrites the corresponding method in the parent class and performs the stratification.