Skip to content

{op quantity}[x, y, z, N]

Christophe Geuzaine requested to merge eval-space-time into master

{op quantity}[x, y, z, N] can be used to evaluate a quantity at position (x, y, z) N time steps ago.

This syntax was previously used (but undocumented) to force the dimension of elements to search for (i.e. N = 1 to only search in lines, N = 2 in 2D elements, ...). Forcing the search dimension is still possible with the syntax {op quantity}[xyz, dim] if xyz is a vector.

Merge request reports