Ejemplo n.º 1
0
 def get_time_step_values(self):
     """This is critical for registering the timesteps"""
     return IterateOverPoints.get_time_step_values(self)
Ejemplo n.º 2
0
 def set_decimate(self, percent):
     IterateOverPoints.set_decimate(self, percent)
Ejemplo n.º 3
0
 def set_time_delta(self, dt):
     IterateOverPoints.set_time_delta(self, dt)
Ejemplo n.º 4
0
 def __init__(self):
     IterateOverPoints.__init__(self)