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
Exception
protected void writeSimulationData(IGridCalc source) throws Exception
Exception
protected void writeRegionLabels(ncsa.hdf.object.Group parent, IGridCalc source) throws Exception
Exception
protected void writeStimulationData(ncsa.hdf.object.Group parent, IGridCalc source) throws Exception
Exception
protected void writeReactionData(ncsa.hdf.object.Group parent, IGridCalc source) throws Exception
Exception
protected void writeEventData(ncsa.hdf.object.Group parent, IGridCalc source) throws Exception
Exception
protected void writeOutputInfo(ncsa.hdf.object.Group parent, String identifier, int[] which, int[] elements) throws Exception
Exception
protected void writeOutputInfo(ncsa.hdf.object.Group parent) throws Exception
Exception
protected void _writeOutput(int i, double time, IGridCalc source) throws Exception
Exception
protected boolean initPopulation(int i, IGridCalc source) throws Exception
Exception
protected void writePopulation(int i, double time, IGridCalc source) throws Exception
Exception
protected void initEventStatistics(boolean periodic, IGridCalc source, int expected) throws Exception
Exception
protected void writeEventStatistics(double time, IGridCalc source) throws Exception
Exception
Copyright © 2016. All rights reserved.