- Jan 03, 2017
-
-
Christophe Geuzaine authored
-
- Feb 26, 2016
-
-
Christophe Geuzaine authored
-
- Jan 06, 2016
-
-
Christophe Geuzaine authored
-
- Jan 05, 2016
-
-
Christophe Geuzaine authored
-
- Mar 20, 2015
-
-
Christophe Geuzaine authored
-
- Feb 22, 2015
-
-
Christophe Geuzaine authored
-
- Dec 11, 2014
-
-
Christophe Geuzaine authored
use same tolerance in mesh extrusion as in geometry ; if this tol is too large, we should introduce another option
-
- Dec 07, 2014
-
-
Christophe Geuzaine authored
Replaced MVertexPositionSet with MVertexRTree ; use MVertexRTree in all extrusion algorithms instead of the (incorrect) std::set<MVertex, MVertexLessThanLexicographic>
-
- Nov 29, 2014
-
-
Christophe Geuzaine authored
-
- Feb 07, 2014
-
-
Christophe Geuzaine authored
-
- Sep 03, 2013
-
-
Christophe Geuzaine authored
* New version of Trevor Strickler's QuadTri patch (+ examples in benchmarks/extrude_quadtri) * First pass at SU2 mesh export
-
- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Jun 18, 2012
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Apr 04, 2012
-
-
Emilie Marchandise authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Nov 26, 2011
-
-
Christophe Geuzaine authored
-
- Aug 03, 2011
-
-
Christophe Geuzaine authored
with tet meshes using pyramids. It's not perfect (it introduces the pyramids in the extruded/transfinite mesh) but it's useful nonetheless.
-
- Jul 20, 2011
-
-
Bastien Gorissen authored
-
- Jun 09, 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
-
- Aug 26, 2010
-
-
Christophe Geuzaine authored
-
- Aug 25, 2010
-
-
Christophe Geuzaine authored
the status messages that slow down the mac gui
-
Christophe Geuzaine authored
we could try to copy a mesh before generating the source mesh
-
- Aug 03, 2010
-
-
Christophe Geuzaine authored
-
- Mar 31, 2010
-
-
Tuomas Karna authored
meshPartitionOptions::partitionByExtrusion assigns all extruded elements to the same partition as the source element
-
- 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
-
- Jan 30, 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 11, 2008
-
-
Christophe Geuzaine authored
-
- Jun 27, 2008
-
-
Christophe Geuzaine authored
- merge OCC64 patch from Jose Paulo Moitinho de Almeida
-
- 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
-
- 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
-