comparison src/DirichletBC.cc @ 186:2dde165e3fd5

Fix error in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 09 Nov 2013 11:01:25 +0000
parents 66071811eef8
children 5e9b5bbdc56b
comparison
equal deleted inserted replaced
185:0e6d1d79244a 186:2dde165e3fd5
30 @item @var{FunctionSpace} is the fem-fenics space where \ 30 @item @var{FunctionSpace} is the fem-fenics space where \
31 we want to apply the BC\n\ 31 we want to apply the BC\n\
32 @item @var{Function_handle} is a function handle which contains the expression \ 32 @item @var{Function_handle} is a function handle which contains the expression \
33 that we want to apply as a BC. If we have a Vector field, we can just use a\n\ 33 that we want to apply as a BC. If we have a Vector field, we can just use a\n\
34 vector of function handles: \ 34 vector of function handles: \
35 @var{Function handle} = [@(x, y) f1, @(x, y) f2, ...]\n\ 35 @var{Function handle} = ['''@'''(x, y) f1, '''@'''(x, y) f2, ...]\n\
36 @item @var{Boundary_Label} is an Array which contains the label(s) of the \ 36 @item @var{Boundary_Label} is an Array which contains the label(s) of the \
37 side(s) where the BC has to be applied.\n\ 37 side(s) where the BC has to be applied.\n\
38 @end itemize\n\ 38 @end itemize\n\
39 The output @var{bc} is an object which contains the boundary conditions\n\ 39 The output @var{bc} is an object which contains the boundary conditions\n\
40 @seealso{Mesh, FunctionSpace}\n\ 40 @seealso{Mesh, FunctionSpace}\n\