| 1 | Julian (0.9.1) |
|---|
| 2 | |
|---|
| 3 | * Completed Robin boundary condition implementation. |
|---|
| 4 | * Moved matrix sets into the Matrix class, greatly simplifying BEM. |
|---|
| 5 | * New Matrix object function matSum(). |
|---|
| 6 | * New mesh object functions meshGroupNodes(), meshGroupsNumNodes(), |
|---|
| 7 | meshNodeSquareDistance(), meshAttachGroupNodes(), |
|---|
| 8 | meshElementIntegrateScalarNodes(). |
|---|
| 9 | * New BEM object functions bemGroupMinValue(), bemGroupMaxValue(), |
|---|
| 10 | bemGroupIntegrateQ(). |
|---|
| 11 | * Complex electrostatics example tests/mg-som.c. |
|---|
| 12 | * Better pseudocolor for GeomviewDisplayBEM(). |
|---|
| 13 | |
|---|
| 14 | -- |
|---|
| 15 | |
|---|
| 16 | Julian (0.9) |
|---|
| 17 | |
|---|
| 18 | * License change from public domain to GPL. |
|---|
| 19 | * Multiple fields working. |
|---|
| 20 | * Isotropic elasticity Green's function. |
|---|
| 21 | * Imports ProEngineer files. |
|---|
| 22 | * Better shape functions for simplex elements. |
|---|
| 23 | * Multiattribute optimization example in tests/multiopt* |
|---|
| 24 | * Removed orbit directory, it's useless. |
|---|
| 25 | * Anjuta project file Julian.prj. |
|---|
| 26 | * New cylinder, disc and hemisphere element group generation. |
|---|
| 27 | * Moved greatly enhanced visualization functions into their own file. |
|---|
| 28 | |
|---|
| 29 | -- Adam C. Powell, IV <hazelsct@debian.org> Thu, 21 Jun 2007 17:05:59 -0400 |
|---|
| 30 | |
|---|
| 31 | Julian (0.1) |
|---|
| 32 | |
|---|
| 33 | * First release! |
|---|
| 34 | * Includes basic functionality, 2-D and 3-D heat conduction works, 2-D plane |
|---|
| 35 | strain and 3-D isotropic elasticity is under construction. |
|---|
| 36 | * Dirichlet and Neumann boundary conditions work; Robin will need some work. |
|---|
| 37 | * Arbitrary polynomial order interpolation, with simplex (e.g. triangle) and |
|---|
| 38 | "brick" (e.g. quadrilateral) elements. |
|---|
| 39 | * Nodes can be evenly-spaced or at Gauss-Legendre integrations points, |
|---|
| 40 | Gauss-Lobatto needs just one little bit of work. |
|---|
| 41 | * Mesh storage in an XML format is ready-to-go, though the parser isn't done |
|---|
| 42 | (so you can save but not load meshes). |
|---|
| 43 | * Evolver mesh import works as long as the different groups will have colors |
|---|
| 44 | plain, red, lightblue. :-) That's not that hard to extend though. |
|---|
| 45 | * Very narrow Patran mesh import/export and Physica export (though I haven't |
|---|
| 46 | tested evo2pat, pat2phy, etc. in years). |
|---|
| 47 | * Matrix sets for decomposed surface is well under way, though some of the |
|---|
| 48 | support in the Matrix class is missing. |
|---|
| 49 | * Primitive 3-D graphics support using Geomview, pseudocolor update will make |
|---|
| 50 | it look a lot better (and maybe if COFF format actually worked, the |
|---|
| 51 | triangles in evolheat would look a whole lot better). |
|---|
| 52 | * Gettext internationalization is started, with small proof-of-concept French |
|---|
| 53 | and Japanese "translations" (which would I'm sure offend any native French |
|---|
| 54 | or Japanese speaker, but that's not what they're there for). |
|---|
| 55 | * Tons of documentation, much of which is extracted from the source by cxref. |
|---|
| 56 | |
|---|
| 57 | -- Adam C. Powell, IV <hazelsct@mit.edu> Sat, 30 Nov 2002 17:29:12 -0500 |
|---|