- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Dec 07, 2012
-
-
Christophe Geuzaine authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Nov 24, 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
-
- Mar 17, 2011
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
is then available to the plugin) -- for Koen
-
- May 21, 2010
-
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Feb 08, 2010
-
-
Christophe Geuzaine authored
-
- Nov 02, 2009
-
-
Christophe Geuzaine authored
- simpler plugin script save
-
Christophe Geuzaine authored
-
- Oct 01, 2009
-
-
Christophe Geuzaine authored
finished up first pass at remote view management: * interactive stuff is now almost feature-complete (including multi-step, axes and adaptive refinement) * plugins can now be executed on remote views * renamed GmshRemote->ConnectionManager & GmshDaemon->GmshRemote
-
- Aug 31, 2009
-
-
Christophe Geuzaine authored
stuff, like plugin drawing
-
- Aug 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Encapsulate toolkit-dependent global drawing functions in new drawContextGlobal class, and add a static drawContextGlobal to drawContext, with a default version that does nothing. This allows to have a completely virtualized drawing system: we can now ship a library with a fully working graphic system, indepedent of the widget toolkit. A client code just needs to subclass drawContextGlobal to get working graphics (see e.g. api_demos/mainAntTweakBar.cpp)
-
- Aug 20, 2009
-
-
Christophe Geuzaine authored
-
- Aug 17, 2009
-
-
Christophe Geuzaine authored
re-committing work from last two days after server crash: - refactored old Geo code (new/delete) - moved DrawPlugin to Plugin - move from matheval to mathex - move from Flu_Tree_Browser to Fl_Tree - fixed crash in Triangulate plugin
-
- Aug 15, 2009
-
-
Christophe Geuzaine authored
-
- Jul 06, 2009
-
-
Christophe Geuzaine authored
-
- Jul 05, 2009
-
-
Christophe Geuzaine authored
-
- Apr 06, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 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
-
- 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
-
- Sep 24, 2007
-
-
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 10, 2007
-
-
Christophe Geuzaine authored
moving to new post-processing database *** WARNING *** do not upgrade if you need plugins or adaptive views: these have not been ported (yet) to the new database *** WARNING ***
-
- May 07, 2007
-
-
Jean-François Remacle authored
-
- May 05, 2007
-
-
Christophe Geuzaine authored
re-add SphericalRaise: it's easier than Warp (it's reversible!) to plot radiation patterns
-
- May 04, 2007
-
-
Christophe Geuzaine authored
- new alt+r shortcut to switch range modes
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
- rewrote selection code to use dynamic arrays, so that we should never overflow the selection buffer again (even on huuuuge models) - cleanup some leftovers "useing namespace std"
-
- Aug 12, 2006
-
-
Christophe Geuzaine authored
-
- Apr 15, 2006
-
-
Christophe Geuzaine authored
a new, more flexible plugin: Plugin(Warp)
-
- Mar 15, 2006
-
-
Christophe Geuzaine authored
new plugin to extract the geometry edges
-
- Jan 28, 2006
-
-
Christophe Geuzaine authored
new plugin ExtractElements to extract elements whose values are comprised in some interval
-