Home > freetb4matlab > bim > BIM2Cpdegrad.m

BIM2Cpdegrad

PURPOSE ^

%

SYNOPSIS ^

function [gx, gy] = BIM2Cpdegrad(mesh,u)

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn {Function File} {[@var{gx},@var{gy}]} = BIM2Cpdegrad(@var{mesh},@var{u})
%
% Build the P1 approximation to the gradient of a computed solution.
%
% Input:
% @itemize @minus
% @item @var{mesh}: PDEtool-like mesh with required field 'p', 'e', 't'.
% @item @var{u}: piecewise linear conforming scalar function.
% @end itemize 
%
% @seealso{BIM2Cglobalflux}
% @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