diff --git a/TODO b/TODO index 82e74dc466f66b236a9aa69ca1f0cd2df3e7c375..0c7cfb233c177fc4a31321dfcaae5dc0b7042aa0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.48 2004-05-22 01:24:16 geuzaine Exp $ +$Id: TODO,v 1.49 2004-06-02 02:22:13 geuzaine Exp $ add ternary operator and <,>,<=,>=,== tests in MathEval @@ -29,6 +29,11 @@ find a better way to display the time/timestep in the scale... ******************************************************************** +make Recombine work the same as "Second order"? (i.e., allow for +interactive use?) + +******************************************************************** + Yves Krahenbuhl wrote: > Lors de la creation des elements du 2eme ordre, et selon la courbure diff --git a/doc/VERSIONS b/doc/VERSIONS index 080d74661a6366cb66c74cbbff686bdfe5cbb8ba..d85e844ea500f359ddd566dc704c1095f852e906 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,10 +1,10 @@ -$Id: VERSIONS,v 1.218 2004-05-31 06:34:52 geuzaine Exp $ +$Id: VERSIONS,v 1.219 2004-06-02 02:19:51 geuzaine Exp $ -New in 1.53: completed support for second order elements (lines, -triangles, quadrangles, tetrahedra, hexahedra, prisms and pyramids); -various background mesh fixes and enhancements; major performance -improvements in mesh and post-processing drawing routines (OpenGL -vertex arrays for tri/quads); new Plugin(Evaluate) to evaluate +New in 1.53: completed support for second order elements in the mesh +module (lines, triangles, quadrangles, tetrahedra, hexahedra, prisms +and pyramids); various background mesh fixes and enhancements; major +performance improvements in mesh and post-processing drawing routines +(OpenGL vertex arrays for tri/quads); new Plugin(Evaluate) to evaluate arbitrary expressions on post-processing views; generalized Plugin(Extract) to handle any combination of components; generalized "Coherence" to handle transfinite surface/volume attributes; plugin