comparison inst/BilinearForm.m @ 148:f2193e825ad7

Maint: update copyright notice
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 23:37:35 +0200
parents 3a0f952a79ec
children 1dbe146bff03
comparison
equal deleted inserted replaced
147:41c1811a6dd6 148:f2193e825ad7
1 ## Copyright (C) 2013 Marco Vassallo 1 ## Copyright (C) 2013 Marco Vassallo
2 2 ##
3 ## This program is free software; you can redistribute it and/or modify it under 3 ## This program is free software; you can redistribute it and/or modify it under
4 ## the terms of the GNU General Public License as published by the Free Software 4 ## the terms of the GNU General Public License as published by the Free Software
5 ## Foundation; either version 2 of the License, or (at your option) any later 5 ## Foundation; either version 2 of the License, or (at your option) any later
6 ## version. 6 ## version.
7 7 ##
8 ## This program is distributed in the hope that it will be useful, but WITHOUT 8 ## This program is distributed in the hope that it will be useful, but WITHOUT
9 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 9 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11 ## details. 11 ## details.
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
16 15
17 ## -*- texinfo -*- 16 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {a} = BilinearForm (name, V, [coefficients]) 17 ## @deftypefn {Function File} {a} = BilinearForm (name, V, [coefficients])
19 ## This function takes as input the name of the problem that you want to solve 18 ## This function takes as input the name of the problem that you want to solve
20 ## and the FunctionSpace where it is defined and return a Form defined with 19 ## and the FunctionSpace where it is defined and return a Form defined with