- Mar 27, 2010
-
-
Christophe Geuzaine authored
separate multistep, multipartition datasets)
-
- Mar 16, 2010
-
-
Christophe Geuzaine authored
-
- Mar 07, 2010
-
-
Christophe Geuzaine authored
prototype "-watch" option to watch for specific files according to a pattern (use 'w' shortcut in GUI to test)
-
- Mar 04, 2010
-
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Nov 13, 2009
-
-
Christophe Geuzaine authored
- renamed functionSpace into polynomialBasis (functionSpace will be much higher level)
-
- Sep 19, 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
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Jan 22, 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
-
- Dec 20, 2008
-
-
Christophe Geuzaine authored
-
- Dec 15, 2008
-
-
Christophe Geuzaine authored
-
- Dec 10, 2008
-
-
Christophe Geuzaine authored
without recompiling
-
- 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
-
- Aug 12, 2008
-
-
Christophe Geuzaine authored
1) this removes the asymmetry in all the routines involving mesh elements associated with points 2) it makes it possible to use point-based datasets in the model-based post-processing module ********************************************************** PLEASE TEST --- ESPECIALLY THE INPUT/OUTPUT ROUTINES! ********************************************************** * made GModel::getEntities() more efficient and generalized its use
-
- Jul 11, 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 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)
-
- Apr 18, 2008
-
-
Christophe Geuzaine authored
- temp fix in Open to delete obsolete views
-
- Apr 17, 2008
-
-
Christophe Geuzaine authored
-
- Apr 16, 2008
-
-
Christophe Geuzaine authored
- names for elementary entities ("families") - stats for model-based views - deal with mmed/rmed
-
- Apr 06, 2008
-
-
Christophe Geuzaine authored
- separate setNode and tagNode in API
-
- Apr 05, 2008
-
-
Christophe Geuzaine authored
- ported Gradient, Curl, Divergence, Integrate and Transform plugins to the new abstract post-pro API - documented new post format
-
- Apr 03, 2008
-
-
Christophe Geuzaine authored
-
- Apr 02, 2008
-
-
Christophe Geuzaine authored
-
- Apr 01, 2008
-
-
Christophe Geuzaine authored
-
- Mar 31, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Mar 30, 2008
-
-
Christophe Geuzaine authored
- last thing missing is GaussPointData
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Mar 29, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
****************************** * WARNING - PLEASE TEST * ****************************** - changed I/O so that we NEVER change vertex number ids once a mesh has been generated (or loaded) - removed dataIndex from MVertex: stepData in PVewDataGModel now directly uses the vertex/element number ids. This can lead to increased memory use in corner cases (for which PViewDataList works fine, so it's not a big deal), but it is simpler and faster
-