% -*- texinfo -*- % @deftypefn {Function File} {} FPL3dxoutputfield( @var{filename}, @ % @var{meshfilename}, @var{dep}, @var{u}, @var{attr_name}, @var{attr_rank}, @ % @var{attr_shape}, @var{endfile} ) % % Outputs data 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{meshfilename} = name of mesh file (type string) % @item @var{dep} = 'positions' for node data, 'connections' for element data % @item @var{field} = field data to be saved % @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) % @end itemize % @end deftypefn