- Jul 27, 2008
-
-
Christophe Geuzaine authored
**************************************************************** **** PLEASE TEST YOUR SCRIPTS (ESPECIALLY ONES WITH LISTS, ***** **** COMPLICATED AFFECTATIONS, ETC.) ***** ****************************************************************
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
- Jun 27, 2008
-
-
Christophe Geuzaine authored
-
- Jun 23, 2008
-
-
Jean-François Remacle authored
-
- Jun 07, 2008
-
-
Christophe Geuzaine authored
* removed unused stuff (more to come) * moved remaining into Common
-
- 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 28, 2008
-
-
Christophe Geuzaine authored
-
- Mar 19, 2008
-
-
Christophe Geuzaine authored
re-fix Field.h API dependency fix shift/conflict reduce in parser introduced by Field stuff
-
- Mar 18, 2008
-
-
Jean-François Remacle authored
-
- Feb 22, 2008
-
-
Christophe Geuzaine authored
api cleanup: use ByTag consistently (emphasises slowness of lookup)
-
- Feb 07, 2008
-
-
Christophe Geuzaine authored
Smoother Surface{list} = numsteps;
-
- Jan 20, 2008
-
-
Christophe Geuzaine authored
make parser embeddable in code with other parser (yy->gmsh_yy) more work on headers fixed lots of gcc warnings
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Jan 09, 2008
-
-
Christophe Geuzaine authored
fix parser to work with new flex and bison (1.28 -> 2.3)
-
- 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 05, 2007
-
-
Christophe Geuzaine authored
added simple boundary operator in parser
-
- Aug 27, 2007
-
-
Christophe Geuzaine authored
add bit of code to intersect curves with a surface (allows to do "poor man's" trimmed patches ;-)
-
- Jul 11, 2007
-
-
Christophe Geuzaine authored
small cleanups for 2.0.8
-
- Jun 22, 2007
-
-
Jean-François Remacle authored
-
- May 24, 2007
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Apr 21, 2007
-
-
Christophe Geuzaine authored
tCircle and tCoherence were removed from the lexer? WTF?
-
- Apr 16, 2007
-
-
Jean-François Remacle authored
background mesh. I've still to write some fields sub-class, but backward compatibility should be ok now. Jonathan ----------------------------------------------------------------------
-
- 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
-
- Mar 02, 2007
-
-
Jean-François Remacle authored
-
- Jan 31, 2007
-
-
Jean-François Remacle authored
corrected some bugs in 2d mesher & occ interface
-
- Jan 25, 2007
-
-
Christophe Geuzaine authored
- save physicals labels when saving unrolled geometries - fixed crash in unrolled geo save (discrete points) - Delete Physicals now also deletes the physicals in GModel - removed unused rules and terminals in parser - put at least one mid-point when meshing non-straight lines in OCC: this fixes most of the trivial 2d meshing problems
-
- Jan 12, 2007
-
-
Christophe Geuzaine authored
removed most unused, untested or non-working stuff in old CAD code
-
- Nov 30, 2006
-
-
Christophe Geuzaine authored
new option to compute char lengths from curvature + removed most unused mesh options
-
Jean-François Remacle authored
curvature control is ok divide and conquer algo has been cleaned up
-
- Nov 29, 2006
-
-
Christophe Geuzaine authored
more infrastructure for projection face gui
-
Jean-François Remacle authored
-
- Nov 22, 2006
-
-
Christophe Geuzaine authored
-
- Aug 19, 2006
-
-
Jean-François Remacle authored
-
- Mar 17, 2006
-
-
Christophe Geuzaine authored
minimize the number of files that include GmshVersion.h: it's annoying to recompiletoo many files just because the version string changes
-
- Mar 09, 2006
-
-
Jean-François Remacle authored
-
- Feb 24, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
"pure windows" version (without cygwin) is almost there: the solver interface now works quite nicely using native Windodiows sockets and the timers work too. There are still some bugs with binary files and user-created functions in the parser.
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
removed the STEP parser: it's unusable, it makes the parser bigger, and it introduces conflicts in the syntax.
-