- Nov 28, 2007
-
-
Jean-François Remacle authored
-
- Nov 27, 2007
-
-
Christophe Geuzaine authored
fix infinite loop
-
- Nov 26, 2007
-
-
Jean-François Remacle authored
-
- Nov 04, 2007
-
-
Jean-François Remacle authored
-
- Sep 10, 2007
-
-
Christophe Geuzaine authored
moving to new post-processing database *** WARNING *** do not upgrade if you need plugins or adaptive views: these have not been ported (yet) to the new database *** WARNING ***
-
- Sep 03, 2007
-
-
Christophe Geuzaine authored
lots of improvements to boundary layer generation: we can now constuct and mesh models with entities connected to boundary layer points, edges and faces
-
- Aug 21, 2007
-
-
Christophe Geuzaine authored
- removed static GMODEL (can now have multiple models) - added infrastructure for new post-processor module
-
- Jul 11, 2007
-
-
Christophe Geuzaine authored
add big warning for Delaunay algo
-
- May 10, 2007
-
-
Christophe Geuzaine authored
- prepare group of nodes in UNV (for Guillaume) - prepare delaunay for connected volumes - test 2nd patch from Michel for phase1() extrusion
-
- Apr 20, 2007
-
-
Christophe Geuzaine authored
-
- Feb 28, 2007
-
-
Christophe Geuzaine authored
bug fixes in new high order element code
-
- Feb 27, 2007
-
-
Jean-François Remacle authored
-
- Feb 26, 2007
-
-
Christophe Geuzaine authored
new boundary layer mesh generator refactored smooth value/smooth normal code into single SmoothData.* file
-
- Feb 04, 2007
-
-
Christophe Geuzaine authored
- print num vert+elm after each generation - reork tutorial a bit
-
- Jan 18, 2007
-
-
Christophe Geuzaine authored
fix logic for 3d delaunay
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Dec 17, 2006
-
-
Christophe Geuzaine authored
free vol mesh befire surf mesh
-
- Dec 16, 2006
-
-
Christophe Geuzaine authored
cleanup msg
-
Christophe Geuzaine authored
change the logic in GenerateMesh(): - never reload the model file--we don't need this trick anymore! - always only generate the mesh we are asked to generate (pressing "1D" should *always* mesh the edges; pressing "2D" should only mesh the surfaces, unless there is no 1D mesh). This makes the behavour much more predictable when changing mesh attributes interactively.
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 26, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
small fixes for mesh opti
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-
Christophe Geuzaine authored
bidi db: phase 2 -- continued
-
Christophe Geuzaine authored
bidir db: phase 2 -- removed all (well, most of) the old data structures and algorithms
-
- Sep 15, 2006
-
-
Christophe Geuzaine authored
force orientation of mesh to match the orientation of the geometry
-
- Sep 08, 2006
-
-
Christophe Geuzaine authored
added full support for incomplete second order elements (8-node quad, 20-node hexa, 15-node prism and 13-node pyramid): - second order generation algorithm can now be told to generate either complete or incomplete elements - MSH I/O routines can deal with all elements - UNV I/O routines now support all the elements in the I-deas spec (I did my best to follow the spec for the ordering of the nodes, but I might have made some mistakes: PLEASE TEST IF YOU HAVE ACCESS TO A CODE OTHER THAN GMSH THAT CAN READ/WRITE UNV FILES)
-
- Sep 03, 2006
-
-
Christophe Geuzaine authored
- finished Nastran BDF implementation (read+write in all BDF formats: free field, small field & long field) - improved UNV and Medit import - added detection of bad vertex indices in all import routines - fixed bug in 2nd order quad constructor
-
- Sep 01, 2006
-
-
Jean-François Remacle authored
-
- Aug 22, 2006
-
-
Christophe Geuzaine authored
- done rewriting second order algo - small optimizations here and there to speed up the vertex array creation (we should get rid of List_Add & co)
-
- Aug 12, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 11, 2006
-
-
Christophe Geuzaine authored
-
- Aug 08, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 05, 2006
-
-
Christophe Geuzaine authored
-