view doc/API/ResidualForm.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



\par  Function File: [\textit{L}] \textbf{=}\textit{ LinearForm }(\textit{my\_problem, U, coefficient\_1, coefficient\_2,...})\textit{}\\
\begin{quotation}
        \par Construct a ResidualForm previously imported from a ufl file with the
 function import\_ufl\_LinearForm.

        \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 ResidualForm 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}