IStateElement2D Interface

Interface of a state of a 2D Element.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IStateElement2D

Methods

GetResults Gets nodal results for all nodes for a given load-case and result identifier.
GetResultsMinMax Gets the maximum or minimum nodal results for all nodes.
GetResultsMinMaxAll Gets the maximum or minimum or all nodal results for all nodes.
LocalStressResultants Gets local stress resultants.
nodeStates Gets the states of the vertex nodes.
numberOfResults Gets the number of results available for the Element (either nodal or elemental).
PrincipalStressResultants Gets principal stress resultants.

See Also