changeset 146:dc7080ca15f7

Update pkg info
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 23:21:24 +0200
parents 93a4ee13aa75
children 41c1811a6dd6
files DESCRIPTION INDEX
diffstat 2 files changed, 32 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/DESCRIPTION	Mon Sep 09 23:03:26 2013 +0200
+++ b/DESCRIPTION	Mon Sep 09 23:21:24 2013 +0200
@@ -1,13 +1,12 @@
 Name: fem-fenics
 Version: 0.0.0
-Date: 2013-07-24
+Date: 2013-11-09
 Author: Marco Vassalo
 Maintainer: Marco Vassallo
-Title: FEM software package for octave
-Description: Create and manage objects for the resolution of a Variational Problem.
- Rely on dolfin and ffc.
+Title: fem-fenics
+Description: pkg for the resolution of partial differential equation based on fenics
 Depends: octave (>= 3.0)
-SystemRequirements: dolfin, ffc, python
+SystemRequirements: dolfin, ffc
 Autoload: no
 License: GPLv2+
 Url: http://octave.sf.net
--- a/INDEX	Mon Sep 09 23:03:26 2013 +0200
+++ b/INDEX	Mon Sep 09 23:21:24 2013 +0200
@@ -1,15 +1,28 @@
-FEM-FENICS >> FEM-FENICS Fem software package for octave 
-Environment initialization
-Initialization
-  fem_init_env
-  fem_init_rhs
-  fem_init_lhs
-  fem_init_fs
-Problem variable
-  fem_init_mesh
-  fem_bc
-  fem_coeff
-Post
-  fem_func
-  fem_save
-  fem_plot
+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_Functional
+  import_ufl_Problem
+Problem geometry and FE space
+  Mesh
+  Functionspace
+  SubSpace
+Problem variables
+  Constant
+  Expression
+  Function
+  DirichletBC
+Definition of the abstract Variational problem
+  BilinearForm
+  LinearForm
+  ResidualForm
+  JacobianForm
+  Functional
+Creation of the discretized problem
+  assemble
+  assemble_system
+Post processing
+  save
+  plot
+  feval