Package empro :: Module empro :: Module simulation :: Class TerminationCriteria
[frames] | no frames]

Class TerminationCriteria

core.Updatable --+
                 |
                TerminationCriteria

Interface to define the termination criteria for a simulation.

Class Hierarchy for TerminationCriteria
Class Hierarchy for TerminationCriteria

Instance Methods

Inherited from core.Updatable: __enter__, __exit__, clone, hash, isValid, reasonWhyInvalid

Properties
intNone convergenceThreshold
The convergence threshold that determines when to stop the simulation.
boolNone enableConvergence
Determines whether to use automatic convergence detection.
boolNone enableFlatlineDetection
Determines whether to use the Flatline Detection algorithm.
ExpressionNone maximumSimulationTime
The maximum simulation time in seconds.
Expression (read-only) maximumTimesteps
The maximum number of timesteps.
ExpressionNone maximumWallClockTime
The maximum CPU time in seconds.
ExpressionNone minimumSimulationTime
The minimum simulation time in seconds.
intNone samplingInterval
The interval in timesteps between two convergence checks.
stringNone spatialDensity
The density of spatial sampling to be considered for the convergence checks.
stringNone windowSize
Property Details

spatialDensity

The density of spatial sampling to be considered for the convergence checks. Possible values are {'Low_Density','Medium_Density','High_Density'}

Type:
stringNone