| Updates |
| 24 Apr 2011 |
just changed how my web-site is referenced. |
| 28 Jul 2011 |
I replaced the .fml input file (for matrix assembly) by an easier to use MATLAB script. |
| 04 Aug 2011 |
Updated web-site to include a brief online tutorial. |
| 22 Sep 2011 |
Fully integrated Rivara bisection of triangular meshes with the MeshTriangle class. Also included an Eikonal solver. Various other bug fixes. |
| 09 Feb 2012 |
Fixed a few minor issues. Fixed a missing file problem that caused the unit tests to crash on other people's MATLAB installation. |
| 28 Mar 2012 |
I cleaned up the internal code considerably; should make future additions easier. This new version now has a framework for H(div) elements, with lowest order Raviart-Thomas (RT0) implemented. |
| 25 Apr 2012 |
Fixed some minor bugs related to the matrix assembly code generation. |
| 03 May 2012 |
Fixed some minor bugs. Added some helper classes. Updated the documentation. |
| 03 Jul 2012 |
Major rewrite of code generation for matrix assembly. Can now define bilinear, linear, and ``real'' forms that involve integrating over multiple sub-domains of different topological dimensions within the same script file. Updated documentation. |
| 11 Sep 2012 |
Fixed a few minor bugs. Added some methods to the FiniteElementSpace class (useful for sorting through DoF indices on sub-domains, etc.). Added a chapter in the manual discussing the FiniteElementSpace class and some other convenience routines. |
| 16 Oct 2012 |
FELICITY now includes a stand-alone 3-D tetrahedral mesh generator for iso-surfaces. See the Google-Code page for more details. |
| 10 Jan 2013 |
Fixed a bug related to MATLAB not successfully copying files. Also updated TIGER meshing interface, as well as the meshing tutorials on the Google-Code page. |
| 13 Feb 2013 |
Added automatic code generation for interpolating finite element coefficient functions. Added unit tests, demos, and docs for this. Added tutorial on the Google-Code page. Also added a discussion forum for FELICITY (link is on Google-Code page). |
| 07 Mar 2013 |
Added **a lot** of help comments. Now you use MATLAB's help command to get useful information for the user relevant classes. Cleaned up some internal code. |
| 26 Apr 2013 |
Fixed a bug with matrix re-assembly. Added a mesh smoother (optimizer). Added tutorials to the Google-Code page. |