comparison inst/import_ufl_Problem.m @ 181:0de6ca5e31a2

Fix error in the previously modified documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Fri, 08 Nov 2013 00:05:33 +0000
parents 8190736845fe
children 66071811eef8
comparison
equal deleted inserted replaced
180:2676200ae226 181:0de6ca5e31a2
12 ## 12 ##
13 ## You should have received a copy of the GNU General Public License along with 13 ## You should have received a copy of the GNU General Public License along with
14 ## this program; if not, see <http://www.gnu.org/licenses/>. 14 ## this program; if not, see <http://www.gnu.org/licenses/>.
15 15
16 ## -*- texinfo -*- 16 ## -*- texinfo -*-
17 ## @deftypefn {Function File} {[]} = import_ufl_Problem (@var{myproblem}) 17 ## @deftypefn {Function File} {} = import_ufl_Problem (@var{myproblem})
18 ## Import a Variational Problem from a ufl file. 18 ## Import a Variational Problem from a ufl file.
19 ##
19 ## @var{myproblem} is the name of the ufl file where 20 ## @var{myproblem} is the name of the ufl file where
20 ## the BilinearForm, the LinearForm and the FunctionSpace are defined. 21 ## the BilinearForm, the LinearForm and the FunctionSpace are defined.
22 ##
21 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm, 23 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm,
22 ## Functional} 24 ## Functional}
23 ## @end deftypefn 25 ## @end deftypefn
24 26
25 function import_ufl_Problem (var_prob) 27 function import_ufl_Problem (var_prob)