IDataSource
public class MeterNormalStress extends DataSourceScalar
Modifier and Type | Field | Description |
---|---|---|
protected Box |
box |
|
protected int[] |
d |
|
protected boolean |
doDouble |
|
protected Vector |
dr |
|
protected IntegratorPolymer |
integrator |
data, dataInfo, tag
Constructor | Description |
---|---|
MeterNormalStress(Space space) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
void |
setBox(Box newBox) |
|
void |
setDims(int[] newDims) |
|
void |
setDoDouble(boolean newDoDouble) |
|
void |
setIntegrator(IntegratorPolymer newIntegrator) |
getData, getDataDouble, getDataInfo, getTag
protected Box box
protected Vector dr
protected IntegratorPolymer integrator
protected int[] d
protected boolean doDouble
public MeterNormalStress(Space space)
public void setIntegrator(IntegratorPolymer newIntegrator)
public void setBox(Box newBox)
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar
public void setDoDouble(boolean newDoDouble)
public void setDims(int[] newDims)