Package | Description |
---|---|
neurord.numeric.grid |
SteppedStochasticCalc contains the particle number based calculation with fixed timesteps
where a number of diffusion events and reactions is generated for each reaction, volume and
volume-volume connection at each timestep.
|
Modifier and Type | Method and Description |
---|---|
static NextEventQueue |
NextEventQueue.create(int[][] particles,
RandomGenerator random,
StepGenerator stepper,
VolumeGrid grid,
ReactionTable rtab,
StimulationTable stimtab,
boolean adaptive,
double tolerance,
double leap_min_jump,
boolean verbose,
String statistics) |
Constructor and Description |
---|
NextEventQueue(RandomGenerator random,
StepGenerator stepper,
int[][] particles,
boolean adaptive,
double tolerance,
double leap_min_jump)
Use create() instead, this is public only for testing.
|
Copyright © 2020. All rights reserved.