% -*- texinfo -*- % @deftypefn {Function File} {[@var{x}, @var{y}]} = BIM2Cunknowncoord(@var{mesh}) % % Return as output the coordinates at which the unknown is evaluated by BIM method (nodes of the mesh). % % Input: % @itemize @minus % @item @var{mesh}: PDEtool-like mesh with required field 'p', 'e', 't'. % @end itemize % % Output: % @itemize @minus % @item @var{x}, @var{y}: x and y coordinates of the evaluation points. % @end itemize % % @seealso{BIM2Cunknownsonside} % @end deftypefn