- Oct 15, 2009
-
-
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
-
- Sep 27, 2009
-
-
Christophe Geuzaine authored
-
- Sep 14, 2009
-
-
Christophe Geuzaine authored
-
- Sep 01, 2009
-
-
Christophe Geuzaine authored
missing initAdaptiveData when creating a new view in PView::combine
-
- Jun 28, 2009
-
-
Christophe Geuzaine authored
- replaced old 2nd order views with new adaptive stuff (still missing some function spaces for quads/hexas)
-
- Feb 08, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
moved all string options to std::string ***************************************************************** WARNING: this has the potential to break things in subtle ways... PLEASE TEST AND REPORT ANY WEIRDNESSES *****************************************************************
-
- 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
-
- Dec 07, 2008
-
-
Christophe Geuzaine authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Oct 12, 2008
-
-
Christophe Geuzaine authored
- fixed missing getShapeFunction/getGradShapeFunction + return all sf at once so we can implement MElement in term of these consistently (w or w/o FunctionSpace) - can now merge multiple meshes and remove duplicate mesh vertices (useful e.g. when merging several STLs) - added easy interface to create model-based postpro datasets on the fly + use this for mesh quality stats
-
- Aug 13, 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
-
- Apr 22, 2008
-
-
Christophe Geuzaine authored
rewrote adaptive view stuff so we can use it on all types of views (model-based, multi timestep, multi-mesh)
-
- Mar 29, 2008
-
-
Christophe Geuzaine authored
- deprecated "Complex Volume"
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Mar 19, 2008
-
-
Christophe Geuzaine authored
change new post API to allow multiple meshes in a single view (different meshes in different steps)
-
- Mar 18, 2008
-
-
Christophe Geuzaine authored
- temp fix I/O to allow skipping $xx fields (this will be common with new post-pro) - prune MElement (move mesh-only stuff in mesh algos)
-
- Mar 12, 2008
-
-
Christophe Geuzaine authored
-
- Mar 10, 2008
-
-
Christophe Geuzaine authored
- notion of partitions and interpolationScheme - move string utils in separate file
-
- Mar 08, 2008
-
-
Christophe Geuzaine authored
-
- Mar 03, 2008
-
-
Christophe Geuzaine authored
do this, but some people actually do...) - added some attractor examples
-
- Mar 01, 2008
-
-
Christophe Geuzaine authored
* more work on gmodel post-pro * small cleanups in divide and conquer: reduce memory by removing unused voronoi, fix potential crashes in meshGFace, introduce basic class dealing with allocations to avoid messy malloc/free
-
- Feb 20, 2008
-
-
Christophe Geuzaine authored
-
- Feb 18, 2008
-
-
Christophe Geuzaine authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Feb 16, 2008
-
-
Christophe Geuzaine authored
-
- Jan 20, 2008
-
-
Christophe Geuzaine authored
-
- Jan 10, 2008
-
-
Jean-François Remacle authored
-
- Sep 22, 2007
-
-
Christophe Geuzaine authored
add experimental support for automatic on-the-fly boundary computation in vertex arrays
-
- Sep 18, 2007
-
-
Christophe Geuzaine authored
- don't use vertex arrays for quads anymore (they are wrong for non-plane quad faces): just use triangles everywhere - removed _links in PView - various small cleanups
-
- Sep 14, 2007
-
-
Christophe Geuzaine authored
tweak 2d graph + other small fixes
-
- 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 ***
-
- Sep 08, 2007
-
-
Christophe Geuzaine authored
airplane work: more work to complete remaing features (read, combineSpace, combineTime) in new post-pro
-
- Sep 03, 2007
-
-
Christophe Geuzaine authored
better destructor
-
- Sep 01, 2007
-
-
Christophe Geuzaine authored
-