comparison doc/API/assemble.tex @ 197:e25bc21ab4ff

Fix errors in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Thu, 19 Dec 2013 09:42:38 +0100
parents 0316c1ac91e1
children
comparison
equal deleted inserted replaced
196:6b82ac887c99 197:e25bc21ab4ff
16 \begin{itemize} 16 \begin{itemize}
17 \item \textit{A} is a sparse Matrix if \textit{form\_a} is a bilinear form 17 \item \textit{A} is a sparse Matrix if \textit{form\_a} is a bilinear form
18 \item \textit{A} is a Vector if \textit{form\_a} is a linear form 18 \item \textit{A} is a Vector if \textit{form\_a} is a linear form
19 \item \textit{A} is a Double if \textit{form\_a} is a functional 19 \item \textit{A} is a Double if \textit{form\_a} is a functional
20 \end{itemize} 20 \end{itemize}
21 If boundary condition has to be applied to a vector for a nonlinear problem then it should be provide as 2nd argument and it will be given back as the second output argument. For an example of this situation, please refer to the HyperElasticity example. 21 If a boundary condition has to be applied to a vector for a nonlinear problem then it should be provided as 2nd argument and it will be given back as the second output argument. For an example of this situation, please refer to the HyperElasticity example.
22 22
23 \par \textbf{See also:} BilinearForm, LinearForm, ResidualForm, JacobianForm, Functional. 23 \par \textbf{See also:} BilinearForm, LinearForm, ResidualForm, JacobianForm, Functional.
24 24
25 \end{quotation} 25 \end{quotation}
26 26