ldc.datastructures.Fields# class ldc.datastructures.Fields(u: ndarray, v: ndarray, p: ndarray, x: ndarray, y: ndarray)[source]# Bases: object Spatial solution fields (u, v, p) on grid (x, y). Methods __init__ to_dataframe Convert to DataFrame with one row per grid point. Attributes u v p x y p: ndarray# to_dataframe() → DataFrame[source]# Convert to DataFrame with one row per grid point. u: ndarray# v: ndarray# x: ndarray# y: ndarray#