Method GetPercentagesOfOriginalStiffnessStaticAsync
GetPercentagesOfOriginalStiffnessStaticAsync(IEnumerable<int>?, CancellationToken)
Returns static (not event based) percentages of original stiffness
Declaration
Task<IReadOnlyDictionary<int, IPercentagesOfOriginalStiffnessStatic2D>> GetPercentagesOfOriginalStiffnessStaticAsync(IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | indices | The requested IElement2D indices, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyDictionary<int, IPercentagesOfOriginalStiffnessStatic2D>> | A dictionary of static percentages of original stiffness |