public class QLVState extends ViscoelasticState implements MaterialStateObject
Modifier and Type | Field and Description |
---|---|
double |
myH |
Modifier and Type | Method and Description |
---|---|
void |
getState(DataBuffer data)
Stores the state data in a DataBuffer
|
int |
getStateSize() |
boolean |
hasState()
Specifies whether this component currently hold state.
|
void |
setState(DataBuffer data)
Sets the state data from a buffer of doubles.
|
java.lang.String |
toString(java.lang.String fmtStr) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
advanceState, getStateVersion
public int getStateSize()
getStateSize
in class ViscoelasticState
public void getState(DataBuffer data)
getState
in interface HasNumericState
getState
in class ViscoelasticState
data
- buffer for storing the state values.public void setState(DataBuffer data)
setState
in interface HasNumericState
setState
in class ViscoelasticState
data
- buffer containing the state informationpublic java.lang.String toString(java.lang.String fmtStr)
public boolean hasState()
HasNumericState
hasState
in interface HasNumericState