vice.multizone.simple ===================== Type : ``bool`` Default : ``False`` If ``True``, the star particles' zone numbers at timestep between formation and the final timestep will be ignored. Each zone will evolve independently, and mixing will be accounted for only at the final timestep. If ``False``, this information will be taken into account as the simulation evolves. .. warning:: Simulating all zones as a one-zone model will neglect all time-dependent migration prescriptions built into this model, with migration being a purely post-processing prescription in these cases. Raises ------ * ScienceWarning - This attribute is set to ``True``. Example Code ------------ >>> import vice >>> mz = vice.multizone(name = "example") >>> mz.simple False