pastas.model.Model.get_contributions ==================================== .. py:method:: pastas.model.Model.get_contributions(split: bool = True, **kwargs) -> list[pandas.Series] Method to get contributions of all stressmodels. :param split: Split the stresses in multiple stresses when possible. :type split: bool, optional :param kwargs: :type kwargs: any other arguments are passed to get_contribution :returns: **contribs** -- a list of Pandas.Series of the contributions. :rtype: list of pandas.Series .. seealso:: :py:obj:`pastas.model.Model.get_contribution` This method is called to get the individual contributions, kwargs are passed on to this method. .. !! processed by numpydoc !!