- May 04, 2005
-
-
Jean-François Remacle authored
-
- May 02, 2005
-
-
Jean-François Remacle authored
-
- Apr 28, 2005
-
-
Christophe Geuzaine authored
initialize bds=0 by default, so that at least the code does not crash when doing normal things ;-)
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
removed "interactive aniso contruction" option from the GUI (to make some \ space for the "quad algorithm" option in the panel)
-
Jean-François Remacle authored
-
- Apr 25, 2005
-
-
Christophe Geuzaine authored
add link to pdf tutorial
-
- Apr 22, 2005
-
-
Christophe Geuzaine authored
typo
-
Jean-François Remacle authored
-
- Apr 21, 2005
-
-
Jean-François Remacle authored
-
- Apr 20, 2005
-
-
Christophe Geuzaine authored
remove the '-bin' for getdp post-pro (for patrick)
-
- Apr 19, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
link to GUI tutorial
-
Christophe Geuzaine authored
force focus on OpenGL window when adding points
-
- Apr 15, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Apr 13, 2005
-
-
Christophe Geuzaine authored
-
- Apr 12, 2005
-
-
Christophe Geuzaine authored
- fixed a couple of warnings - JF: bds.classify crashes in recur_tag on simple examples (demos/sphere-stl.stl)
-
- Apr 11, 2005
-
-
Jean-François Remacle authored
-
- Apr 06, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
small script to test handling of many (e.g. 5000) views
-
Christophe Geuzaine authored
Changed the initial allocation from liste->nmax = ((n - 1) / liste->incr + 1) * liste->incr, which does not allow us to allocate lists smaller than iste->incr, to liste->nmax = n; With this change, when we do "List_Create(1, N, sizeof(blah))", we initially only allocate sizeof(blah) instead of N*sizeof(blah).
-
Christophe Geuzaine authored
fixed memory leak introduced when I added support for curved elements
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- changed "View.ArrowLocation" into "View.GlyphLocation" (this way we can also use this option to display the numeric values at the nodes, instead of displaying always at the barycenter) - changed the numeric display of vectors (display the 3 omponents instead of the norm)
-
- Apr 05, 2005
-
-
Christophe Geuzaine authored
- allocate less memory during the initial alloc of the view lists (to reduce the amount of memory used when loading many views with only a few element types--about 150Mb for 4000 views) - better accuracy when creating points with the mouse
-
- Apr 04, 2005
-
-
Christophe Geuzaine authored
added small warning in automatically generated opt_* files
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed limit on number of file names allowed on the command line
-
Christophe Geuzaine authored
better help string for '-combine'
-
Christophe Geuzaine authored
added all the missing "Combine" modes in the parser
-
- Apr 01, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
The FLTK folks have deprecated fl_ask(), so we need to replace the calls to fl_ask() with calls to fl_choice()
-
- Mar 30, 2005
-
-
Christophe Geuzaine authored
smaller lc files (%.16g -> %g)
-
- Mar 26, 2005
-
-
Christophe Geuzaine authored
doc 2nd order elements
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- Generalized the "View" parser so that we can add new elements more easily (the code is *much* shorter, but unfortunately about 10-15% slower) - Upgraded all post-pro file formats to handle curved (second order) elements: SL2, VL2, TL2, ST2, VT2, ... The new version number for the postpro files is 1.4 - Added code to automatically split the curved elements into linear elements when the view is created. WARNING: this is only a temporary solution: weshould generalize Adaptive_Post_View to handle these curved elements.
-
- Mar 25, 2005
-
-
Jean-François Remacle authored
-