- Feb 01, 2010
-
-
Emilie Marchandise authored
-
- Jan 05, 2010
-
-
Bastien Gorissen authored
Removes a bug occuring when matched edges aren't parametrized in the same direction as the original geometrical edge.
-
- Nov 13, 2009
-
-
Bastien Gorissen authored
This fixes the problem.
-
- 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
-
- Jun 28, 2009
-
-
Christophe Geuzaine authored
- don't use 'this->' unless you really need it - don't use 'using namespace std' - don't put extra ';'s everywhere - follow the style of the rest of the code for indentation, etc.
-
Christophe Geuzaine authored
too hard to maintain
-
- Jun 27, 2009
-
-
Christophe Geuzaine authored
-
- Jun 17, 2009
-
-
Jean-François Remacle authored
Changed the return type of GetOBB from SOrientedBoundingBox* to SOrientedBoundingBox
-
- Jun 15, 2009
-
-
Jean-François Remacle authored
-
- May 11, 2009
-
-
Jean-François Remacle authored
Fixed error in line curvatures
-
- May 09, 2009
-
-
Christophe Geuzaine authored
- uniformize syntax for parFromPoint/XYZtoU (cf. versions in GFace) - fix compile
-
- Apr 22, 2009
-
-
Jean-François Remacle authored
-
- Apr 15, 2009
-
-
Jean-François Remacle authored
-
- Apr 04, 2009
-
-
Christophe Geuzaine authored
- display all control points in GUI for gmsh curves - uniformize Fl_Value::step() values in GUI
-
- Mar 25, 2009
-
-
Christophe Geuzaine authored
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Mar 17, 2009
-
-
Christophe Geuzaine authored
-
- Feb 15, 2009
-
-
Christophe Geuzaine authored
kernel-specific information - better documentation of lists returned by extrusions
-
- Feb 03, 2009
-
-
Christophe Geuzaine authored
-
- Feb 02, 2009
-
-
Christophe Geuzaine authored
-
Koen Hillewaert 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
-
- Jan 07, 2009
-
-
Stefen Guzik 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
-
- Dec 23, 2008
-
-
Christophe Geuzaine authored
removed parFromPoint and closestPoint from GEdge; replace their use in cgns code by appropriate reparamMeshVertex calls (not tested: I don't have cgns) removed now unused golden section minimizer (brent), now unused
-
- Nov 14, 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 01, 2008
-
-
Christophe Geuzaine authored
-
- Sep 22, 2008
-
-
Christophe Geuzaine authored
-
- Sep 08, 2008
-
-
Christophe Geuzaine authored
-
- Aug 20, 2008
-
-
Jean-François Remacle authored
-
- Aug 13, 2008
-
-
Christophe Geuzaine authored
-
- Aug 12, 2008
-
-
Christophe Geuzaine authored
1) this removes the asymmetry in all the routines involving mesh elements associated with points 2) it makes it possible to use point-based datasets in the model-based post-processing module ********************************************************** PLEASE TEST --- ESPECIALLY THE INPUT/OUTPUT ROUTINES! ********************************************************** * made GModel::getEntities() more efficient and generalized its use
-
- Aug 05, 2008
-
-
Stefen Guzik authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
- Jul 01, 2008
-
-
Christophe Geuzaine authored
-
- 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
-
- Apr 23, 2008
-
-
Christophe Geuzaine authored
-