Home > freetb4matlab > bim > BIM3Alaplacian.m

BIM3Alaplacian

PURPOSE ^

% {@var{A}} = BIM3Alaplacian (@var{mesh}, @var{alpha}, @var{eta})

SYNOPSIS ^

function [A] = BIM3Alaplacian (mesh,alpha,eta)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @
% {@var{A}} = BIM3Alaplacian (@var{mesh}, @var{alpha}, @var{eta})
%
% Builds the Laplacian matrix for the discretization of the LHS of the
% equation
% @iftex 
% @tex
% $ -div ( \alpha  ( \eta \vect{\nabla} u ) $
% @end tex 
% @end iftex 
% @ifnottex
% -div (@var{alpha} (@var{eta} grad u ) = f
% @end ifnottex
% 
% where: 
% @itemize @minus
% @item @var{alpha}: element-wise constant scalar function
% @item @var{eta}: piecewise linear conforming scalar functions
% @end itemize
%
% @seealso{BIM3Arhs, BIM3Areaction, BIM3Cmeshproperties}
% @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