pastas.model.Model.get_contributions#

Model.get_contributions(split=True, **kwargs)[source]#

Method to get contributions of all stressmodels.

Parameters:
  • split (bool, optional) – Split the stresses in multiple stresses when possible.

  • kwargs (any other arguments are passed to get_contribution) –

Returns:

contribs – a list of Pandas.Series of the contributions.

Return type:

list of pandas.Series

See also

pastas.model.Model.get_contribution

This method is called to get the individual contributions, kwargs are passed on to this method.