- 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)
-
- Nov 27, 2007
-
-
Christophe Geuzaine authored
fix infinite loop
-
- Aug 02, 2007
-
-
Christophe Geuzaine authored
fix some of the demos + clarify some comments
-
- Jul 31, 2007
-
-
Christophe Geuzaine authored
cleanup previous commit + move "carve hole" routines in separate file
-
Christophe Geuzaine authored
Temporary fix for 'could not find extruded vertex' bug. This is a serious bug, which is related to the way we use std::set to search for points: cf. benchmark/bug/test_problem_point_set_search.cpp THIS PROBLEM IS ALSO PRESENT IN BDS. WE NEED TO FIND A BETTER FIX!
-
- May 24, 2007
-
-
Christophe Geuzaine authored
enable new Delaunay for plane surfaces experimental: don't use it for now
-
- Mar 11, 2007
-
-
Christophe Geuzaine authored
- preliminary work to interface more parser functions with general GEntities - we can now export simple GModels as.geo files (points, straight line segments, plane surfaces, ruled surfaces and volumes are treated correctly; all non-straight-line curves are exported as splines; all non-plane/ruled surfaces are not exported) - tentative fix for the unv export problem reported on the mailing list (fprintf() buggy on some machines??) - new IO (both read and write) for structured grids using the NASA Plot3D format (for Olivier)
-
- Feb 26, 2007
-
-
Christophe Geuzaine authored
new boundary layer mesh generator refactored smooth value/smooth normal code into single SmoothData.* file
-
- Jan 22, 2007
-
-
Christophe Geuzaine authored
- fixed missing return value in OCCVertex::reparamOnFace - added code to highlight orphan entities (dave's idea) - added gui for incomplete second order elements - removed ugly static variables in 1d algo - made sure we remove all 2d order vertices before generating new ones
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Dec 03, 2006
-
-
Christophe Geuzaine authored
print warning for now when extrusion mesh is not recombined
-
- Nov 28, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better tol in extrude
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- finished volume extrusion - cleanup ExtrudeParam (plug memory leak + remove unused stuff) - make netgen the default 3D algo for now (since it actually works)
-
Christophe Geuzaine authored
remove more attractor crap
-
Christophe Geuzaine authored
fine tuning
-
Christophe Geuzaine authored
fix off-by-one bug in the computation of u
-
Christophe Geuzaine authored
extrude edge+face (only "recombined" for now; we'll implement subdivision into simplices "globally" later)
-
- Nov 26, 2006
-
-
Christophe Geuzaine authored
start work on extrusion
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
don't build metis and ann by default anymore
-
Christophe Geuzaine authored
some initial steps before reimplemeting extrusion
-