changeset 149:a8fa1d276f35

Maint: update notes for the release
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 23:59:24 +0200
parents f2193e825ad7
children e97587f9f662
files INDEX NEWS inst/ResidualForm.m
diffstat 3 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/INDEX	Mon Sep 09 23:37:35 2013 +0200
+++ b/INDEX	Mon Sep 09 23:59:24 2013 +0200
@@ -1,12 +1,12 @@
 FEM-FENICS >> FEM-FENICS pkg for the resolution of partial differential equation based on fenics
 Import problem defined with ufl
   import_ufl_BilinearForm
-  import_ufl_LiinearForm
+  import_ufl_LinearForm
   import_ufl_Functional
   import_ufl_Problem
 Problem geometry and FE space
   Mesh
-  Functionspace
+  FunctionSpace
   SubSpace
 Problem variables
   Constant
@@ -23,6 +23,7 @@
   assemble
   assemble_system
 Post processing
-  save
-  plot
-  feval
+  @function/save
+  @function/plot
+  @mesh/plot
+  @functionfeval
--- a/NEWS	Mon Sep 09 23:37:35 2013 +0200
+++ b/NEWS	Mon Sep 09 23:59:24 2013 +0200
@@ -1,4 +1,4 @@
 Summary of important user-visible changes for fem-fenics 0.0.0:
 -------------------------------------------------------------------
 
- ** 1.0.8 is just a new pkg
+ ** 0.0.0 is a pkg for the resolution of pde
--- a/inst/ResidualForm.m	Mon Sep 09 23:37:35 2013 +0200
+++ b/inst/ResidualForm.m	Mon Sep 09 23:59:24 2013 +0200
@@ -1,15 +1,15 @@
 ## Copyright (C) 2013 Marco Vassallo
-
+##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
 ## Foundation; either version 2 of the License, or (at your option) any later
 ## version.
-
+##
 ## This program is distributed in the hope that it will be useful, but WITHOUT
 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
 ## details.
-
+##
 ## You should have received a copy of the GNU General Public License along with
 ## this program; if not, see <http://www.gnu.org/licenses/>.