- Jan 14, 2006
-
-
Christophe Geuzaine authored
rewrote the smooth normal routines: - the averaging is now done by clusters, which is much better for geometries that have sharp edges (it's a little slower, but the visual results are much better) - there is now only a single smooth normal container in the mesh (instead of one per surface)
-
- Jan 07, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add missing sanity check in interpolateUBS
-
- Jan 06, 2006
-
-
Christophe Geuzaine authored
- new button under the graphic window to temporarily disable mouse selection (speeds-up redrawing of very large models + permits to rotate/zoom-in a model in selection mode even when the whole screen is full of selectable entities--e.g. a surface mesh) - new "lasso" selection mode (to select entities using the same kind of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in selection mode; the shortcuts are the same as for the lasso zoom) - it is now possible to unselect entities using the middle mouse button (only for the creation of physicals at the moment; not sure if it's useful in the other cases) - new button in visibility browser to invert the current selection (very useful e.g. when multiple physical entities are associated with a given elementary entity, in order to "peel" away the model when adding new physicals; cf. philou) - changed meaning of Escape shortcut (cancel lasso or toggle mouse selection) + restore standard fltk Escape handling for all dialog windows - updated copyright string - new mesh label mode (coordinates); all label types are now also available for mesh vertices - added option in 'Print Option' dialog to disable printing of help strings - added a comment string with the date when creating a new file - new snapping grid for adding points in the GUI
-
- Dec 19, 2005
-
-
Christophe Geuzaine authored
make depend
-
- Dec 13, 2005
-
-
Christophe Geuzaine authored
bug fix when using "rough algo" to create the mean plane: the normal was computed with reserve orientation compared to the normal case.
-
- Dec 11, 2005
-
-
Jean-François Remacle authored
-
- Dec 08, 2005
-
-
Jean-François Remacle authored
-
- Nov 28, 2005
-
-
Christophe Geuzaine authored
don't optimize transfinite volumes!
-
Christophe Geuzaine authored
trying to fix the transfinite volume bug introduced by the 'left' and 'alternate' transfinite surface changes made a while ago
-
Christophe Geuzaine authored
fix stat print for pyramids
-
- Nov 25, 2005
-
-
Christophe Geuzaine authored
upgrade triangle to version 1.6
-
- Nov 24, 2005
-
-
Christophe Geuzaine authored
disable applyOptimizationPatterns for now
-
- Nov 03, 2005
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
print 1D elts in unv format + fix 2nd order 1d elts in unv format
-
Christophe Geuzaine authored
indent + cleanup messages (somewhat)
-
Christophe Geuzaine authored
fix gcc warnings + disable BDS optimization for now (it leads to wrong results with gcc 4; maybe we should have more intelligent tests in configure or in the makefiles to enable/disable optimization depending on which compiler is used)
-
- Nov 01, 2005
-
-
Jean-François Remacle authored
-
- Oct 28, 2005
-
-
Jean-François Remacle authored
-
- Oct 27, 2005
-
-
Jean-François Remacle authored
-
- Oct 26, 2005
-
-
Christophe Geuzaine authored
make it possible to add second order vertices for a mesh read from a file (without cad)
-
- Oct 24, 2005
-
-
Jean-François Remacle authored
-
- Oct 16, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
if the mesh is partitioned, save the partitions in the .msh file
-
Christophe Geuzaine authored
add missing copyright headers
-
- Oct 10, 2005
-
-
Christophe Geuzaine authored
always save the surface elements in unv format (not just when the surface is not part of the boundary of a volume)
-
- Sep 22, 2005
-
-
Jean-François Remacle authored
-
- Sep 21, 2005
-
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moving all external code to contrib subdirectory
-
Jean-François Remacle authored
-
- Sep 07, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
use it now with -partition N for N partitions only works with tets and triangles output should be added (useless for now)
-
- Aug 26, 2005
-
-
Laurent Stainier authored
with node ordering corresponding to positive orientation (volume). Test implemented for 1st and 2nd order elements, but only 1st order hexas have actually been tested!
-
- Aug 25, 2005
-
-
Jean-François Remacle authored
-
- Aug 24, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Aug 22, 2005
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
simpler tetgen integration by Jozef Vesely
-