protected class ResultWriterHDF5.Trial extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ncsa.hdf.object.h5.H5ScalarDS |
event_statistics |
protected ncsa.hdf.object.Group |
events |
protected List<IGridCalc.Happening> |
events_cache |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_event |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_extent |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_kind |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_original |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_time |
protected ncsa.hdf.object.h5.H5ScalarDS |
events_waited |
protected ncsa.hdf.object.Group |
group |
protected List<ResultWriterHDF5.PopulationOutput> |
populations |
protected ncsa.hdf.object.Group |
sim |
protected ncsa.hdf.object.h5.H5ScalarDS |
statistics_times |
| Modifier | Constructor and Description |
|---|---|
protected |
Trial(ncsa.hdf.object.Group group) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_writeGrid(VolumeGrid vgrid,
double startTime,
IGridCalc source) |
protected void |
_writeOutput(int i,
double time,
IGridCalc source) |
protected void |
close(IGridCalc source) |
protected void |
flushEvents(double time,
boolean all) |
protected void |
initEvents() |
protected void |
initEventStatistics(boolean periodic,
IGridCalc source,
int expected) |
protected boolean |
initPopulation(int i,
IGridCalc source) |
protected void |
writeEventData(ncsa.hdf.object.Group parent,
IGridCalc source) |
protected void |
writeEvents(double time,
IGridCalc source) |
protected void |
writeEventStatistics(double time,
IGridCalc source) |
protected void |
writeOutputInfo(ncsa.hdf.object.Group parent) |
protected void |
writeOutputInfo(ncsa.hdf.object.Group parent,
String identifier,
int[] which,
int[] elements) |
protected void |
writePopulation(int i,
double time,
IGridCalc source) |
protected void |
writeReactionData(ncsa.hdf.object.Group parent,
IGridCalc source) |
protected void |
writeRegionLabels(ncsa.hdf.object.Group parent,
IGridCalc source) |
protected void |
writeSimulationData(IGridCalc source) |
protected void |
writeStimulationData(ncsa.hdf.object.Group parent,
IGridCalc source) |
protected final ncsa.hdf.object.Group group
protected final ncsa.hdf.object.Group sim
protected List<ResultWriterHDF5.PopulationOutput> populations
protected ncsa.hdf.object.h5.H5ScalarDS event_statistics
protected ncsa.hdf.object.h5.H5ScalarDS statistics_times
protected ncsa.hdf.object.Group events
protected List<IGridCalc.Happening> events_cache
protected ncsa.hdf.object.h5.H5ScalarDS events_event
protected ncsa.hdf.object.h5.H5ScalarDS events_kind
protected ncsa.hdf.object.h5.H5ScalarDS events_extent
protected ncsa.hdf.object.h5.H5ScalarDS events_time
protected ncsa.hdf.object.h5.H5ScalarDS events_waited
protected ncsa.hdf.object.h5.H5ScalarDS events_original
protected void _writeGrid(VolumeGrid vgrid, double startTime, IGridCalc source) throws Exception
Exceptionprotected void writeSimulationData(IGridCalc source) throws Exception
Exceptionprotected void writeRegionLabels(ncsa.hdf.object.Group parent,
IGridCalc source)
throws Exception
Exceptionprotected void writeStimulationData(ncsa.hdf.object.Group parent,
IGridCalc source)
throws Exception
Exceptionprotected void writeReactionData(ncsa.hdf.object.Group parent,
IGridCalc source)
throws Exception
Exceptionprotected void writeEventData(ncsa.hdf.object.Group parent,
IGridCalc source)
throws Exception
Exceptionprotected void writeOutputInfo(ncsa.hdf.object.Group parent,
String identifier,
int[] which,
int[] elements)
throws Exception
Exceptionprotected void writeOutputInfo(ncsa.hdf.object.Group parent)
throws Exception
Exceptionprotected void _writeOutput(int i,
double time,
IGridCalc source)
throws Exception
Exceptionprotected boolean initPopulation(int i,
IGridCalc source)
throws Exception
Exceptionprotected void writePopulation(int i,
double time,
IGridCalc source)
throws Exception
Exceptionprotected void initEventStatistics(boolean periodic,
IGridCalc source,
int expected)
throws Exception
Exceptionprotected void writeEventStatistics(double time,
IGridCalc source)
throws Exception
ExceptionCopyright © 2016. All rights reserved.