Home > freetb4matlab > bim > BIM1Areaction.m

BIM1Areaction

PURPOSE ^

%

SYNOPSIS ^

function [C] = BIM1Areaction(mesh,delta,zeta)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{C}]} = BIM2Areaction(@var{mesh}, @var{delta}, @var{zeta})
%
% Builds the matrix for the discretization of the LHS
% of the equation
% @iftex 
% @tex
% $ \delta \zeta u = f $
% @end tex 
% @end iftex 
% @ifnottex
% @var{delta} * @var{zeta} * u = f
% @end ifnottex
% 
% Input:
% @itemize @minus
% @item @var{mesh}: list of mesh nodes coordinates
% @item @var{delta}: elemental values of a piece-wise constant function.
% @item @var{zeta}: nodal values of a piece-wise linear conforming function.
% @end itemize 
%
% @seealso{BIM1Arhs, BIM1Aadvdiff}
% @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