- Feb 22, 2012
-
-
Francois Henrotte authored
-
Francois Henrotte authored
-
- Feb 04, 2012
-
-
Christophe Geuzaine authored
No commit message
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 21, 2012
-
-
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
-
- May 14, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- new GetEnv and GetString functions
-
- 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
-
- Jan 07, 2009
-
-
Christophe Geuzaine authored
-
- Jan 05, 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
-
- Oct 21, 2008
-
-
Christophe Geuzaine authored
-
- Sep 22, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 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
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 09, 2008
-
-
Christophe Geuzaine authored
fix win32 compile
-
- Jan 08, 2008
-
-
Christophe Geuzaine authored
constness fixes
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- May 23, 2007
-
-
Christophe Geuzaine authored
- better tol in checkMeshCoherence()
-
- Mar 19, 2007
-
-
Christophe Geuzaine authored
-
- Mar 18, 2007
-
-
Christophe Geuzaine authored
add stack check for unix (same as the one we use in getdp)
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Mar 03, 2006
-
-
Christophe Geuzaine authored
fix cygwin compile
-
- Mar 01, 2006
-
-
Christophe Geuzaine authored
-
- Feb 26, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moved most OS-dependent functions in OS.cpp
-
Christophe Geuzaine authored
-
- Feb 25, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- usleep takes microseconds - work on c solver interf
-
- Feb 24, 2006
-
-
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 06, 2006
-
-
Christophe Geuzaine authored
- new button under the graphic window to temporarily disable mouse selection (speeds-up redrawing of very large models + permits to rotate/zoom-in a model in selection mode even when the whole screen is full of selectable entities--e.g. a surface mesh) - new "lasso" selection mode (to select entities using the same kind of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in selection mode; the shortcuts are the same as for the lasso zoom) - it is now possible to unselect entities using the middle mouse button (only for the creation of physicals at the moment; not sure if it's useful in the other cases) - new button in visibility browser to invert the current selection (very useful e.g. when multiple physical entities are associated with a given elementary entity, in order to "peel" away the model when adding new physicals; cf. philou) - changed meaning of Escape shortcut (cancel lasso or toggle mouse selection) + restore standard fltk Escape handling for all dialog windows - updated copyright string - new mesh label mode (coordinates); all label types are now also available for mesh vertices - added option in 'Print Option' dialog to disable printing of help strings - added a comment string with the date when creating a new file - new snapping grid for adding points in the GUI
-