log

age author description
Sun, 01 Sep 2013 23:38:35 +0200 gedeone-octave Maint: added texinfo desription
Sun, 01 Sep 2013 23:14:28 +0200 gedeone-octave Added new output messagging and changed index convvenction for extracting
Sun, 01 Sep 2013 22:47:21 +0200 gedeone-octave Index start from 1 following Octave convention.
Tue, 27 Aug 2013 22:58:58 +0200 gedeone-octave Maint: Add copyright notice
Tue, 27 Aug 2013 22:32:57 +0200 gedeone-octave Maint: improve the txt message
Tue, 27 Aug 2013 21:45:15 +0200 gedeone-octave Improved error messagging.
Tue, 27 Aug 2013 19:53:32 +0200 gedeone-octave Use boost::shared_ptr.
Sat, 24 Aug 2013 15:41:11 +0200 gedeone-octave Maint: rename the ufl file
Sat, 24 Aug 2013 15:39:52 +0200 gedeone-octave New examples: resolution of the Darcy-Stokes flow. We follow the example
Sat, 24 Aug 2013 15:27:36 +0200 gedeone-octave New function for the evaluation of an object of type function in a given point
Fri, 23 Aug 2013 08:26:26 +0200 gedeone-octave Fix nug in the makefile,
Thu, 22 Aug 2013 19:01:44 +0200 gedeone-octave New function for dealing with form of rank 0.
Thu, 22 Aug 2013 18:58:55 +0200 gedeone-octave Added the possibility to assemble form of rank 0.
Tue, 20 Aug 2013 22:31:16 +0200 gedeone-octave Use the function SubSpace to extract thesubspace and apply correctly the BCs.
Tue, 20 Aug 2013 22:23:12 +0200 gedeone-octave New wrapper function for dolfin::SubSpace
Tue, 20 Aug 2013 11:20:47 +0200 gedeone-octave New function for plotting a vector defined on a Mesh
Wed, 14 Aug 2013 12:26:21 +0200 gedeone-octave Remove white lines and wrong copyright notice.
Wed, 14 Aug 2013 11:56:58 +0200 gedeone-octave MAint: move the file to the new specific folder
Wed, 14 Aug 2013 11:56:36 +0200 gedeone-octave Add comment to the script and pot the mesh.
Mon, 12 Aug 2013 23:57:03 +0200 gedeone-octave Avoid use of global variables.
Mon, 12 Aug 2013 22:13:37 +0200 gedeone-octave save the solution instead of plotting it
Mon, 12 Aug 2013 20:47:50 +0200 gedeone-octave Maint: rename file and complete previous commit message
Mon, 12 Aug 2013 20:42:39 +0200 gedeone-octave New example based on the one avilable with bim pkg.
Sun, 11 Aug 2013 22:12:09 +0200 gedeone-octave Added the possibility to apply BC to a NL problem.
Sun, 11 Aug 2013 22:10:47 +0200 gedeone-octave New example: resolution of Hyperelastic problem using a minimization technique
Wed, 07 Aug 2013 20:45:53 +0200 gedeone-octave Update the examples to the new naming convention.
Wed, 07 Aug 2013 18:26:26 +0200 gedeone-octave Used new available functions assemble and assemble-systems.
Wed, 07 Aug 2013 18:25:27 +0200 gedeone-octave Return an object of type form.
Wed, 07 Aug 2013 18:21:45 +0200 gedeone-octave Also assemble.cc and assemble_systems.cc are compiled.
Wed, 07 Aug 2013 18:20:59 +0200 gedeone-octave New DLD functions for assembling a matrix/vector from a bilinear/linear form
Wed, 07 Aug 2013 18:17:46 +0200 gedeone-octave New wrapper class for dolfin::Form
Mon, 05 Aug 2013 13:20:12 +0200 gedeone-octave The examples now follow the new naming convention.
Mon, 05 Aug 2013 11:45:54 +0200 gedeone-octave Maint: move the obsolete python file to the obsolete folder
Mon, 05 Aug 2013 11:42:23 +0200 gedeone-octave New constructor for the dld function Function
Mon, 05 Aug 2013 11:39:47 +0200 gedeone-octave Rename the function accordingly to dolfin
Sat, 03 Aug 2013 14:49:56 +0200 gedeone-octave Maint: old test are moved in the obsolete folder
Sat, 03 Aug 2013 14:48:23 +0200 gedeone-octave Change the name of function accordingly to new naming rules.
Sat, 03 Aug 2013 14:47:03 +0200 gedeone-octave The file fem_init_env is no longer needed because function are now declared
Sat, 03 Aug 2013 14:45:57 +0200 gedeone-octave Create the corresponding function following new naming convention.
Sat, 03 Aug 2013 14:44:07 +0200 gedeone-octave Define DEFINE_OCTAVE_ALLOCATOR and DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA
Sat, 03 Aug 2013 14:37:09 +0200 gedeone-octave The function DEFINE_OCTAVE_ALLOCATOR and DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA
Sat, 03 Aug 2013 14:32:33 +0200 gedeone-octave The methods of the mesh class are implemented in the file where they are needed.
Sat, 03 Aug 2013 14:29:04 +0200 gedeone-octave Rename the function visible from the user accordingly to dolfin interface.
Fri, 02 Aug 2013 23:18:01 +0200 gedeone-octave Make the example compliant with the fem-fenics pkg
Fri, 02 Aug 2013 23:01:39 +0200 gedeone-octave New examples which solve vector field problems
Fri, 02 Aug 2013 22:55:42 +0200 gedeone-octave Improve the expression class to deal also with vector fields.
Fri, 02 Aug 2013 22:51:34 +0200 gedeone-octave New parameters for the creation of the sparse matrix.
Mon, 29 Jul 2013 22:55:03 +0200 gedeone-octave Rename the files
Sun, 28 Jul 2013 18:28:46 +0200 gedeone-octave Create also lhs and rhs of the problem.
Sun, 28 Jul 2013 17:59:20 +0200 gedeone-octave New function which creates on the fly all the DLD functions needed
Sun, 28 Jul 2013 10:00:02 +0200 gedeone-octave Use std::size_t instead of octave_idx_type
Sat, 27 Jul 2013 18:49:25 +0200 gedeone-octave Add call to make clean inside octave script
Sat, 27 Jul 2013 17:21:03 +0200 gedeone-octave New octave script for creation of function on the fly
Sat, 27 Jul 2013 17:09:55 +0200 gedeone-octave Call new octave script instead of python script
Sat, 27 Jul 2013 17:02:06 +0200 gedeone-octave add copyright notes
Sat, 27 Jul 2013 08:23:50 +0200 gedeone-octave Maint: move the python code to the obsolete folder
Fri, 26 Jul 2013 11:48:21 +0200 gedeone-octave First incomplete version of the fem-fenics pkg
Fri, 26 Jul 2013 11:29:29 +0200 gedeone-octave New examples for the fem-fenics pkg
Fri, 26 Jul 2013 10:26:16 +0200 gedeone-octave Include also the header function.h in fem_lhs, fem_rhs
Fri, 26 Jul 2013 10:20:10 +0200 gedeone-octave Add a string field to the class function
Thu, 25 Jul 2013 12:53:55 +0200 gedeone-octave Remove the -wall command from the makefile
Thu, 25 Jul 2013 12:45:21 +0200 gedeone-octave Script for post installation process.
Thu, 25 Jul 2013 12:30:57 +0200 gedeone-octave INDEX file for the pkg
Thu, 25 Jul 2013 12:17:57 +0200 gedeone-octave Maint: source files of functions which are created on the fly moved
Thu, 25 Jul 2013 12:14:38 +0200 gedeone-octave Compile only functions which don't need file defined from the user.
Thu, 25 Jul 2013 11:53:57 +0200 gedeone-octave Python scripts for the creation of function on the fly.
Thu, 25 Jul 2013 11:46:13 +0200 gedeone-octave Python class for the creation on the fly of functions.
Thu, 25 Jul 2013 11:42:42 +0200 gedeone-octave New function for the creation of the lhs/rhs based on user's problem.
Thu, 25 Jul 2013 11:36:57 +0200 gedeone-octave New function for the creation of the functionalspace
Thu, 25 Jul 2013 10:27:32 +0200 gedeone-octave Desciption and News file for the pkg of the program.
Thu, 25 Jul 2013 09:04:36 +0200 gedeone-octave Maint: improve the documentation
Mon, 22 Jul 2013 15:32:27 +0200 gedeone-octave Check if size of input parameters agree
Mon, 22 Jul 2013 15:13:30 +0200 gedeone-octave Add texinfo description for the DLD functions
Mon, 22 Jul 2013 14:58:35 +0200 gedeone-octave Functions which plot and save a function object.
Mon, 22 Jul 2013 14:56:51 +0200 gedeone-octave Wrapper class for dolfin::Function
Mon, 22 Jul 2013 14:49:10 +0200 gedeone-octave Test for the fem_plot and fem_save functions.
Mon, 22 Jul 2013 11:33:50 +0200 gedeone-octave register_type is called before every type is used.
Sat, 20 Jul 2013 23:53:31 +0200 gedeone-octave Test for the new functions fem_lhs, fem_rhs
Sat, 20 Jul 2013 23:49:23 +0200 gedeone-octave New functions used to get the rhs and lhs of the variational problem.
Sat, 20 Jul 2013 23:46:03 +0200 gedeone-octave Use std::size_t instead of octave_idx_type to avoid comparison between signed and
Fri, 19 Jul 2013 10:15:34 +0200 gedeone-octave Example for the problem of how we could dinamically include an header
Thu, 18 Jul 2013 14:57:55 +0200 gedeone-octave New class and function used to manage coefficient of the variational form
Thu, 18 Jul 2013 14:53:19 +0200 gedeone-octave Compile also new test
Thu, 18 Jul 2013 14:52:47 +0200 gedeone-octave New test for the expression class and the fem_coeff function
Thu, 18 Jul 2013 14:46:49 +0200 gedeone-octave Compatible with new functionalities
Thu, 18 Jul 2013 14:31:40 +0200 gedeone-octave FE of degree 1 instead of 2
Thu, 18 Jul 2013 14:30:12 +0200 gedeone-octave Use variable name x instead of xy
Thu, 18 Jul 2013 14:28:54 +0200 gedeone-octave Compile and register also the new clas expression.h
Thu, 18 Jul 2013 14:27:02 +0200 gedeone-octave FE of degree 1 instead of 2
Mon, 15 Jul 2013 17:07:28 +0200 gedeone-octave New class for treatment of BC
Mon, 15 Jul 2013 17:02:28 +0200 gedeone-octave The eval method now use a for cycle for the initialization of octave_value_list
Mon, 15 Jul 2013 17:00:16 +0200 gedeone-octave The method return a boost::shared_ptr instead of a dolfin::FunctionSpace
Mon, 15 Jul 2013 16:58:52 +0200 gedeone-octave Definition of the variational problem
Mon, 15 Jul 2013 16:55:45 +0200 gedeone-octave Compile also new class and functions available.
Mon, 15 Jul 2013 16:32:21 +0200 gedeone-octave Change the test case adding the new developments of fem-fenics
Mon, 15 Jul 2013 16:30:38 +0200 gedeone-octave Possibility to use tetrahedron instead of Triangle
Mon, 15 Jul 2013 16:29:28 +0200 gedeone-octave Add constructor for class derived from dolfin::Expression
Mon, 15 Jul 2013 14:42:18 +0200 gedeone-octave Test for the class "boundarycondition"
Fri, 12 Jul 2013 13:58:58 +0200 gedeone-octave New class derived from dolfin::Expression
Fri, 12 Jul 2013 13:57:20 +0200 gedeone-octave Test for classes create. Solve the Laplace equation with fem-fenics and dolfin
Thu, 11 Jul 2013 22:46:12 +0200 gedeone-octave Now include also call to fem_fs
Thu, 11 Jul 2013 22:44:38 +0200 gedeone-octave Removed output when destructor is called
Thu, 11 Jul 2013 22:35:10 +0200 gedeone-octave Initialize also the functionspace type
Thu, 11 Jul 2013 18:24:15 +0200 gedeone-octave DLD function for Functional Space in Octave
Thu, 11 Jul 2013 18:00:26 +0200 gedeone-octave Introduce the use of boost::shared_ptr for class members
Mon, 08 Jul 2013 21:43:24 +0200 gedeone-octave DEFINE_OCTAVE_ALLOCATOR moved to fem_init_env.cc
Mon, 08 Jul 2013 21:35:44 +0200 gedeone-octave Wrapper Class for dolfin::FunctionSpace
Sat, 06 Jul 2013 01:08:12 +0200 gedeone-octave New test for the mesh class
Sat, 06 Jul 2013 00:39:34 +0200 gedeone-octave New functions which get a (p,e,t) matrix from a mesh object
Sat, 06 Jul 2013 00:31:00 +0200 gedeone-octave New function which return a mesh in the (p, e, t) format
Fri, 05 Jul 2013 18:29:03 +0200 gedeone-octave New function: create a mesh
Fri, 05 Jul 2013 18:26:54 +0200 gedeone-octave New function. Load the environment for the fem-fenics pkg
Fri, 05 Jul 2013 18:24:09 +0200 gedeone-octave File containing the definition of the variational problem (example)
Fri, 05 Jul 2013 18:21:23 +0200 gedeone-octave Update the name of functions called.
Fri, 05 Jul 2013 18:18:37 +0200 gedeone-octave Maint: moove the file to the test folder
Fri, 05 Jul 2013 18:16:21 +0200 gedeone-octave File for the configuration and compilation of the pkg
Fri, 05 Jul 2013 18:12:51 +0200 gedeone-octave New function
Fri, 05 Jul 2013 18:07:17 +0200 gedeone-octave New class for dealing with mesh
Fri, 05 Jul 2013 00:11:23 +0200 gedeone-octave Maint: create a new folder for all the test needed by TDD
Fri, 05 Jul 2013 00:09:42 +0200 gedeone-octave GNU General Public License