Package | Description |
---|---|
neurord.model |
These classes represent the model as it is stored in the input files.
|
neurord.numeric.chem |
Species and reactions
|
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 |
---|---|
ReactionTable |
SDRun.getReactionTable() |
ReactionTable |
ReactionScheme.makeReactionTable() |
Constructor and Description |
---|
StimulationTable(List<InjectionStim> stims,
ReactionTable rtab) |
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) |
Copyright © 2017. All rights reserved.