view doc/API/Expression.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 e25bc21ab4ff
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{f}] \textbf{=}\textit{ Expression }(\textit{name, Function\_handle})\textit{}\\
\begin{quotation}\par Creates an object with the value specified as a function handle. 
The input parameters are
          \begin{itemize}
\item \textit{name} is the name of the coefficient as it is declared in the ufl file
\item \textit{Function\_handle} is a function handle which specify the expression to apply for our coefficient
\end{itemize}
        The output \textit{f} is an object which contains a representation of the function

     \par \textbf{See also:} Constant, Function.

        \end{quotation}