- Jun 09, 2011
-
-
Christophe Geuzaine authored
-
- Mar 28, 2011
-
-
Christophe Geuzaine authored
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Mar 24, 2011
-
-
Gauthier Becker authored
dgshell v 1.0 lua --> python
-
- Feb 18, 2011
-
-
Christophe Geuzaine authored
-
- Feb 15, 2011
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 12, 2011
-
-
Christophe Geuzaine authored
-
- Jan 29, 2011
-
-
Christophe Geuzaine authored
-
- Jan 26, 2011
-
-
Christophe Geuzaine authored
-
- Jan 25, 2011
-
-
Christophe Geuzaine authored
-
- Jan 23, 2011
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 19, 2011
-
-
Christophe Geuzaine authored
recoded way to create boundary layers using explicit extrusion directions from vector post-processing view
-
- Sep 13, 2010
-
-
Christophe Geuzaine authored
-
- Aug 25, 2010
-
-
Christophe Geuzaine authored
the status messages that slow down the mac gui
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Aug 14, 2009
-
-
Christophe Geuzaine authored
- moved GUI to FlGui + added experimental QGui to test Qt - fixed most MSVC and gcc compiler warnings - converted some remaining tabs to whitespace (that's why the patch is so large; please try to remember to indent with 2 spaces and not tabs when you commit stuff to CVS) - merged modified patch from Konstantinos Poulios to allow saving physical/partition as element tags in mesh formats that don't support them natively
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Dec 29, 2008
-
-
Christophe Geuzaine authored
- fix bb computation to avoid model jumping around when adding points in z=0 plane - pass interpol matrices as ref
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Jul 18, 2008
-
-
Christophe Geuzaine authored
orientation in extrusions
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- May 06, 2008
-
-
Christophe Geuzaine authored
* implemented first rough draft of VTK mesh writer
-
- May 04, 2008
-
-
Christophe Geuzaine authored
did in high * added mesh generation error log summary * removed Parallel subdir (this is now handled by the message class) * removed Box subdir and consolidated batch processing in a single routine * made List_T into a class * reduced dependencies in Pview*.h so we can eventually add the post-pro interface to the public API
-
- Apr 30, 2008
-
-
Christophe Geuzaine authored
when creating single lib (boundarylayer.cc exists in netgen)
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 22, 2008
-
-
Christophe Geuzaine authored
api cleanup: use ByTag consistently (emphasises slowness of lookup)
-
- Feb 20, 2008
-
-
Christophe Geuzaine authored
- clean up GModel API (xxByTag -> getXx, numXx -> getNumXxes, ...)
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Oct 04, 2007
-
-
Christophe Geuzaine authored
- fixed remeshing of boundary layers when geo entities are constructed using bnd layer points (no need to reload the file from scratch anymore to avoid accumulating the transformations) - patch load_gmsh.m for .msh version 2 (patch from Raoul) - new load_gmsh2.m from the mailing list
-
- 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
-
Christophe Geuzaine authored
fix position of BoundaryLayerPoints
-
- Mar 05, 2007
-
-
Christophe Geuzaine authored
- boundary layer can now be generated by using a post-pro view for the normal field - added more operations on lists in parser (FExpr * FExpr_Multi, etc.) - new "hole carving" code to create extruded grids carved out around some surfaces (the resulting cavity can be filled with "grout" using the unstructured algos) - check if bboxes of post-pro views are not == VAL_INF before adding them to the model bbox (bug report from Renaud Sizaire) - fixed crash in LCM_xxx tensor drawing code when no tensor points are available. (This piece of code should be cleaned up further--no time for that now.) - generalize Levelset plugins so that they work on point data sets
-
- Feb 26, 2007
-
-
Christophe Geuzaine authored
new boundary layer mesh generator refactored smooth value/smooth normal code into single SmoothData.* file
-