Home > freetb4matlab > bim > BIM2Alaplacian.m

BIM2Alaplacian

PURPOSE ^

%

SYNOPSIS ^

function A = BIM2Alaplacian(mesh,epsilon)

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn {Function File} @
% {@var{A}} = BIM2Alaplacian (@var{mesh}, @var{epsilon})
%
% Builds the finite-element matrix for the 
% discretization of the LHS
% of the equation
% @iftex 
% @tex
% $ -div ( \varepsilon  \gamma  ( \nabla u )) = f $
% @end tex 
% @end iftex 
% @ifnottex
% - div (@var{epsilon} grad ( u )) = f
% @end ifnottex
% 
% where: 
% @itemize @minus
% @item @var{epsilon}: elemental values of an piece-wise constant function
% @end itemize
%
%
% @seealso{BIM2Arhs, BIM2Areaction}
% @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