# HG changeset patch # User gedeone-octave # Date 1378763964 -7200 # Node ID a8fa1d276f35e57e44eb10ac1bf2ad6e91cda1e9 # Parent f2193e825ad751195aa6ab9e62c6da122bed2c3f Maint: update notes for the release diff -r f2193e825ad7 -r a8fa1d276f35 INDEX --- 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 diff -r f2193e825ad7 -r a8fa1d276f35 NEWS --- 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 diff -r f2193e825ad7 -r a8fa1d276f35 inst/ResidualForm.m --- 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 .