


% -*- texinfo -*-
% @deftypefn {Function File} {} FPL2pdesurf (@var{mesh}, @
% @var{u} [ @var{property}, @var{value} ...])
%
% plots the scalar field @var{u}
% defined on the triangulation @var{mesh} using opendx.
%
% options (default value):
% @itemize @minus
% @item data_dep ('positions') defines wether data depends on
% positions or connections
% @item plot_field ('scalar') defines wether to plot the scalar field
% itself or its gradient
% @end itemize
%
% @seealso{MSH2Mgmsh, MSH2Mstructmesh}
% @end deftypefn