public class StateElement2DNodal : StateElement2D
Public Class StateElement2DNodal
Inherits StateElement2D
public ref class StateElement2DNodal : public StateElement2D
type StateElement2DNodal =
class
inherit StateElement2D
end
StateElement2DNodal | Initializes a new instance of the StateElement2DNodal class. |
febLeadingLoadCaseInds |
Gets the feb-indexes of the leading load cases.
(Inherited from StateElement2D) |
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) |
_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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |