004 dynamic shape

○ Planned This feature is planned but not yet implemented.

Feature: Kernel dynamic shape support

Code

input.kz

Expected output

mass[0]=6, mass[1]=5, mass[2]=3

Flows

flow ~shape click a branch to expand · @labels scroll to their anchor
shape (expr: Body, source: id: u32, x: f64, y: f64, mass: f64,)
flow ~initialize click a branch to expand · @labels scroll to their anchor
initialize (Body, source: { id: 1, x: 0.0, y: 0.0, mass: 1.0 }, { id: 2, x: 1.0, y: 0.0, mass: 2.0 }, { id: 3, x: 2.0, y: 0.0, mass: 3.0 },)

Test Configuration

MUST_RUN