"README.txt" did not exist on "771aad0e8279108699186d71537ff1bbd2164276"
- Mar 07, 2010
-
-
Matti Pellika authored
-
- Feb 28, 2010
-
-
Christophe Geuzaine authored
-
- Feb 16, 2010
-
-
Matti Pellika authored
-
- Oct 12, 2009
-
-
Christophe Geuzaine authored
-
- Oct 06, 2009
-
-
Matti Pellika authored
Added parser interface for homology computation (finally). A tutorial will follow.
-
- Sep 21, 2009
-
-
Christophe Geuzaine authored
-
- Aug 30, 2009
-
-
Christophe Geuzaine authored
Encapsulate toolkit-dependent global drawing functions in new drawContextGlobal class, and add a static drawContextGlobal to drawContext, with a default version that does nothing. This allows to have a completely virtualized drawing system: we can now ship a library with a fully working graphic system, indepedent of the widget toolkit. A client code just needs to subclass drawContextGlobal to get working graphics (see e.g. api_demos/mainAntTweakBar.cpp)
-
- Aug 25, 2009
-
-
Jean-François Remacle authored
-
- Aug 21, 2009
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Aug 19, 2009
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Jul 07, 2009
-
-
Christophe Geuzaine authored
SyncModel to force transfer from old GEO db to GModel
-
- May 19, 2009
-
-
Christophe Geuzaine authored
the .msh format -> bumped version from 2.0 to 2.1) - move createTopologyFromMSH into GModel.cpp (and renamed to createTopologyFromMesh)
-
- May 06, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-
- Dec 06, 2008
-
-
Christophe Geuzaine authored
-
- Nov 08, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Nov 03, 2008
-
-
Christophe Geuzaine authored
allow recombine, transfinite and embedding constraints on GModel entities in parser
-
- Oct 20, 2008
-
-
Christophe Geuzaine authored
-
- Oct 12, 2008
-
-
Christophe Geuzaine authored
- fixed missing getShapeFunction/getGradShapeFunction + return all sf at once so we can implement MElement in term of these consistently (w or w/o FunctionSpace) - can now merge multiple meshes and remove duplicate mesh vertices (useful e.g. when merging several STLs) - added easy interface to create model-based postpro datasets on the fly + use this for mesh quality stats
-
- Oct 09, 2008
-
-
Jean-François Remacle authored
-
- Sep 16, 2008
-
-
Christophe Geuzaine authored
-
- 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)
-