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 | Class and Description |
---|---|
class |
NextEventQueue.NextDiffusion |
class |
NextEventQueue.NextReaction |
class |
NextEventQueue.NextStimulation |
Modifier and Type | Field and Description |
---|---|
protected NextEventQueue.NextEvent |
NextEventQueue.NextEvent.reverse |
Modifier and Type | Method and Description |
---|---|
protected void |
NextEventQueue.NextEvent.addDependent(NextEventQueue.NextEvent ev,
String[] species,
boolean verbose) |
void |
NextEventQueue.NextEvent.addReverse(NextEventQueue.NextEvent other) |
int |
NextEventQueue.updatePopulation(int element,
int specie,
int count,
NextEventQueue.NextEvent event) |
Modifier and Type | Method and Description |
---|---|
abstract void |
NextEventQueue.NextEvent.addRelations(HashMap<Integer,ArrayList<NextEventQueue.NextEvent>> map,
String[] species,
boolean verbose) |
void |
NextEventQueue.NextDiffusion.addRelations(HashMap<Integer,ArrayList<NextEventQueue.NextEvent>> map,
String[] species,
boolean verbose) |
void |
NextEventQueue.NextReaction.addRelations(HashMap<Integer,ArrayList<NextEventQueue.NextEvent>> map,
String[] species,
boolean verbose) |
void |
NextEventQueue.NextStimulation.addRelations(HashMap<Integer,ArrayList<NextEventQueue.NextEvent>> map,
String[] species,
boolean verbose) |
Copyright © 2018. All rights reserved.