view doc/API/LinearForm.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{L}] \textbf{=}\textit{ LinearForm }(\textit{my\_problem, U, coefficient\_1, coefficient\_2,...})\textit{}\\
\begin{quotation}
        \par Construct a Functional previously imported from a ufl file.

        \par The compulsory arguments are:
          \begin{itemize}
 \item \textit{my\_problem} the name of the problem to solve. 
 \item the FunctionSpace \textit{U} where the problem is defined. 
 \end{itemize}

        \par The optional arguments are the \textit{coefficient\_1}, \textit{coefficient\_2}
 which specify the parameters for the LinearForm with the same name which
 was used in the ufl file. 
 They can be either a Constant, a Function or an Expression.

     \par \textbf{See also:} import\_ufl\_LinearForm, import\_ufl\_Problem, BilinearForm,
 ResidualForm, BilinearForm.

        \end{quotation}