comparison src/assemble.cc @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents 61830a4f9ab9
children
comparison
equal deleted inserted replaced
269:897e312cb440 270:f4d6ae912a08
38 @itemize @bullet\n\ 38 @itemize @bullet\n\
39 @item @var{A} is a sparse Matrix if @var{form_a} is a bilinear form\n\ 39 @item @var{A} is a sparse Matrix if @var{form_a} is a bilinear form\n\
40 @item @var{A} is a Vector if @var{form_a} is a linear form\n\ 40 @item @var{A} is a Vector if @var{form_a} is a linear form\n\
41 @item @var{A} is a Double if @var{form_a} is a functional\n\ 41 @item @var{A} is a Double if @var{form_a} is a functional\n\
42 @end itemize \n\ 42 @end itemize \n\
43 If boundary condition has to be applied to a vector for a nonlinear problem \ 43 If boundary conditions have to be applied to a vector for a nonlinear problem \
44 then it should be provide as 2nd argument and it will be given back \ 44 then it should be provided as second argument and it will be given back \
45 as the second output argument. For an example of this situation, please refer \ 45 as the second output argument. For an example of this situation, please refer \
46 to the HyperElasticity example. \n\ 46 to the HyperElasticity example. \n\
47 @seealso{BilinearForm, LinearForm, ResidualForm, JacobianForm, Functional}\n\ 47 @seealso{BilinearForm, LinearForm, ResidualForm, JacobianForm, Functional}\n\
48 @end deftypefn") 48 @end deftypefn")
49 { 49 {