Skip to content

Parametric grid generator

Martin Lange requested to merge parametric-grid into main

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),
)

grafik

Edited by Martin Lange

Merge request reports