% -*- texinfo -*- % @deftypefn {Function File} {} FPL2dxoutputtimeseries ( @var{filename}, @var{p}, @var{t}, @var{u}, @var{attr_name}, @var{attr_rank}, @var{attr_shape}, @var{time} ) % % Outputs a time series in DX form. % variable must be a scalar, vector or tensor of doubles % @itemize @minus % @item @var{filename}= name of file to save (type string) % @item @var{p}, @var{t} = mesh % @item @var{u} = variable to save % @item @var{attr_name} = name of the variable (type string) % @item @var{attr_rank} = rank of variable data (0 for scalar, 1 for vector, etc.) % @item @var{attr_shape} = number of components of variable data (assumed 1 for scalar) % @item @var{time} = time instants % @end itemize % @end deftypefn