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, waitadvanceState, getAuxVarDerivative, getAuxVarState, getStateVersion, numAuxVars, requiresAdvance, setAuxVarStatepublic int getStateSize()
getStateSize in class ViscoelasticStatepublic void getState(DataBuffer data)
getState in interface HasNumericStategetState in class ViscoelasticStatedata - buffer for storing the state values.public void setState(DataBuffer data)
setState in interface HasNumericStatesetState in class ViscoelasticStatedata - buffer containing the state informationpublic java.lang.String toString(java.lang.String fmtStr)
public boolean hasState()
HasNumericStatetrue if this component currently holds state. This
allows the presence of state to depend on the component's configuration.hasState in interface HasNumericStatetrue if this component holds state