StateElement2DNodal Class

State of a 2D Element where results are gathered at the element vertices.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class StateElement2DNodal : StateElement2D
Inheritance
Object    StateElement2D    StateElement2DNodal

Constructors

StateElement2DNodal Initializes a new instance of the StateElement2DNodal class.

Properties

febLeadingLoadCaseInds Gets the feb-indexes of the leading load cases.
(Inherited from StateElement2D)

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetResults Interface of a state of a 2D Element.
(Overrides StateElement2DGetResults(StateElement2DResultsPosition, Int32))
GetResultsMinMax Interface of a state of a 2D Element.
(Inherited from StateElement2D)
GetResultsMinMaxAll Interface of a state of a 2D Element.
(Inherited from StateElement2D)
GetType Gets the Type of the current instance.
(Inherited from Object)
LeadingLoadCaseIndSelection Select for each node the index of the load case which generates the maximum/minimum result. The indices of the leading results get stored in _nodeResultInds.
(Inherited from StateElement2D)
LocalStressResultants Interface of a state of a 2D Element.
(Overrides StateElement2DLocalStressResultants)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
nodeStates Interface of a state of a 2D Element.
(Overrides StateElement2DnodeStates)
numberOfResults Interface of a state of a 2D Element.
(Overrides StateElement2DnumberOfResults)
PrincipalStressResultants Interface of a state of a 2D Element.
(Overrides StateElement2DPrincipalStressResultants)
SetLeadingLoadCase Sets the leading load-case for the state.
(Inherited from StateElement2D)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

_febLoadCaseInds Load cases indexes to be considered for selection.
(Inherited from StateElement2D)
_leadingLoadCaseInds List of load case result indices for each node. Is determined based on the leading result option. There may be multiple leading load case indexes in case of duplicate results.
(Inherited from StateElement2D)
_loadCases Load cases to be considered for selection.
(Inherited from StateElement2D)
_maximize True if results shall be maximized.
(Inherited from StateElement2D)
_membrane Membrane to retrieve results from.
(Inherited from StateElement2D)
_minimize True if results shall be maximized.
(Inherited from StateElement2D)
_model Model to retrieve results from.
(Inherited from StateElement2D)
_resultScalars A mapping from Result identifier to double for each possible load case for lazy evaluation.
(Inherited from StateElement2D)
_resultVectors A mapping from Result identifier to Vector3 for each possible load case for lazy evaluation.
(Inherited from StateElement2D)
_valueDistTyp Enum which governs the retrieval of nodal values from element results.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also