view doc/API/DirichletBC.tex @ 195:0316c1ac91e1

Tex file for the API interface.
author gedeone-octave <marcovass89@hotmail.it>
date Sun, 01 Dec 2013 16:47:18 +0000
parents
children
line wrap: on
line source

% This file was converted from HTML to LaTeX with
% gnuhtml2latex program
% (c) Tomasz Wegrzanowski <maniek@beer.com> 1999
% (c) Gunnar Wolf <gwolf@gwolf.org> 2005-2010
% Version : 0.4.

\par  Function File: [\textit{bc}] \textbf{=}\textit{ DirichletBC }(\textit{FunctionSpace, Boundary\_Label, Function\_handle})\textit{}\\
\begin{quotation}\par Specify essential boundary condition on a specific side. 
The input parameters are
          \begin{itemize}
\item \textit{FunctionSpace} is the fem-fenics space where we want to apply the BC
\item \textit{Function\_handle} is a function handle which contains the expression that we want to apply as a BC. If we have a Vector field, we can just use a
vector of function handles: \textit{Function handle} = [@(x, y) f1, @(x, y) f2, ...] 
\item \textit{Boundary\_Label} is an Array which contains the label(s) of the side(s) where the BC has to be applied. 
\end{itemize}
        The output \textit{bc} is an object which contains the boundary conditions

     \par \textbf{See also:} Mesh, FunctionSpace.

        \end{quotation}