Package | Description |
---|---|
simulation | |
simulation.geometry.substrates |
Modifier and Type | Field and Description |
---|---|
static SubstrateFactory.SubstrateType |
SimulationParams.sim_geomType
the default geometry type
|
Modifier and Type | Method and Description |
---|---|
SubstrateFactory.SubstrateType |
SimulationParams.getGeometryType() |
Constructor and Description |
---|
SimulationParams(int N_walkers,
int tmax,
double p,
int initial,
SubstrateFactory.SubstrateType geomType,
StepGeneratorFactory.StepType stepType,
double voxelSize,
double duration)
alternate constructor with no scheme object.
|
SimulationParams(int N_walkers,
int tmax,
double p,
int initial,
SubstrateFactory.SubstrateType geomType,
StepGeneratorFactory.StepType stepType,
double voxelSize,
SimulableScheme imPars) |
Modifier and Type | Method and Description |
---|---|
static SubstrateFactory.SubstrateType |
SubstrateFactory.SubstrateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubstrateFactory.SubstrateType[] |
SubstrateFactory.SubstrateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Substrate |
SubstrateFactory.getSubstrate(SubstrateFactory.SubstrateType substrateType,
SimulationParams simParams)
factory method for making geometries.
|