log

age author description
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