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()
Returns
true if this component currently holds 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, getAuxVarDerivative, getAuxVarState, getStateVersion, numAuxVars, requiresAdvance, setAuxVarState
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
true
if this component currently holds state. This
allows the presence of state to depend on the component's configuration.hasState
in interface HasNumericState
true
if this component holds state