Home > freetb4matlab > fpl > FPL3dxoutputfield.m

FPL3dxoutputfield

PURPOSE ^

% @deftypefn {Function File} {} FPL3dxoutputfield( @var{filename}, @

SYNOPSIS ^

function FPL3dxoutputfield(filename,meshfilename,dep,field,attr_name,attr_rank,attr_shape)

DESCRIPTION ^

% -*- 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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003