Beispiel #1
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed
     # than the temporal equation chart will be redrawn
     self.temporal_fields_prefixes = ['temporal', 'min_tmp_x', 'max_tmp_x']
     self.spatial_fields_prefixes = ['spatial', 'min_space_x', 'max_space_x']
Beispiel #2
0
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['model_param', 'min_x', 'max_x']
 def __init__(self):
     SpatioTemporalController.__init__(self)
 def __init__(self):
     SpatioTemporalController.__init__(self)
     self.plotted_equations_prefixes = ['equation', 'surface']
 def __init__(self):
     SpatioTemporalController.__init__(self)
     #if any field that starts with one of the following prefixes is changed than the equation chart will be redrawn
     self.fields_prefixes = ['temporal', 'min_x', 'max_x']