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.
|
neurord.numeric.stochastic |
These are the functions for the innner loops of the calculation.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscretePStepGenerator |
class |
InterpolatingStepGenerator |
Copyright © 2016. All rights reserved.