- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Mar 26, 2012
-
-
Gaetan Bricteux authored
-
- Jan 27, 2012
-
-
Christophe Geuzaine authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Mar 17, 2011
-
-
Christophe Geuzaine authored
is then available to the plugin) -- for Koen
-
- May 14, 2010
-
-
Christophe Geuzaine authored
- new GetEnv and GetString functions
-
- Mar 31, 2010
-
-
Christophe Geuzaine authored
-
- Mar 27, 2010
-
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Feb 08, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 15, 2009
-
-
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
-
- Jul 16, 2009
-
-
Jean-François Remacle authored
-
- Jun 28, 2009
-
-
Christophe Geuzaine authored
- replaced old 2nd order views with new adaptive stuff (still missing some function spaces for quads/hexas)
-
- 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 16, 2008
-
-
Christophe Geuzaine authored
-
- Aug 21, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jun 06, 2008
-
-
Christophe Geuzaine authored
-
- May 12, 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 05, 2008
-
-
Christophe Geuzaine authored
ported Warp, SphericalRaise and Eigenvalues plugins to the new post-pro API
-
Christophe Geuzaine authored
- ported Gradient, Curl, Divergence, Integrate and Transform plugins to the new abstract post-pro API - documented new post format
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Sep 11, 2007
-
-
Christophe Geuzaine authored
upgraded all plugins to work with the new post-pro. This is done "cheaply" for now, by only using old-style list-based datasets. Taking advantage of the abstraction (so that we can use the plugins on all datasets) will require more work. The hooks for transparent data translation are in place, but the actual translation has not been implemented yet.
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- May 04, 2007
-
-
Christophe Geuzaine authored
new gui for plugins (much better IMHO!)
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- 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
-
- Jan 12, 2005
-
-
Christophe Geuzaine authored
new plugins: Gradient, Curl and Divergence
-
- Dec 27, 2004
-
-
Christophe Geuzaine authored
merged Plugin(Lambda2) and Plugin(Gradient) in a single plugin, so that we free up Plugin(Gradient) for future use
-
- Dec 22, 2004
-
-
Christophe Geuzaine authored
fixed "gcc -pedantic" warnings
-
- Nov 26, 2004
-
-
Christophe Geuzaine authored
- fixed CTX.post.list error in new plugins - cleanup integrateLevelsetPositive in Integrate.cpp - re-indent
-
Jean-François Remacle authored
-