A component generating grids from function of time and coordinates.
Example:
source = fm.modules.ParametricGrid( info=..., func=lambda t, x, y: cos(0.4 * x) * sin(0.4 * y), )