Home > freetb4matlab > bim > BIM1Arhs.m

BIM1Arhs

PURPOSE ^

%

SYNOPSIS ^

function b = BIM1Arhs(mesh,f,g)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{b}]} = BIM2Arhs(@var{mesh}, @var{f}, @var{g})
%
% Constructs the RHS for the DAR problem
% @iftex 
% @tex
%  $ -( \varepsilon  \gamma  ( u' ))' = f g$
% @end tex 
% @end iftex 
% @ifnottex
% - ( epsilon ( u' ))' =  @var{f}*@var{g}
% @end ifnottex
% 
% Input:
% @itemize @minus
% @item @var{mesh}: list of mesh nodes coordinates
% @item @var{g}: elemental values of a piecewise-wise constant function.
% @item @var{f}: nodal values of a piecewise linear conforming function.
% @end itemize 
%
% @seealso{BIM1Areaction, BIM1Alaplacian}
% @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