Method GetNodalDisplacementsAsync

GetNodalDisplacementsAsync(IEnumerable<int>, CancellationToken)

Returns a collection of nodal displacements

Declaration
Task<IEnumerable<INodalDisplacement>> GetNodalDisplacementsAsync(IEnumerable<int> indices, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<int> indices

The requested indices (null to get all)

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<INodalDisplacement>>

A collection of nodal displacements

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next