- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- Dec 27, 2011
-
-
Christophe Geuzaine authored
We should really clean up the mess that "reparamOnXXX" has become. Introducing one more horrible "haveParametrization()" member function to add to the general insanity :-)
-
- Dec 08, 2011
-
-
Christophe Geuzaine authored
ENABLE_SWIG has been replaced by ENABLE_WRAP_PYHTON and ENABLE_WRAP_JAVA.
-
- Oct 10, 2011
-
-
Gaetan Bricteux authored
-
- Sep 08, 2011
-
-
Thomas De Maet authored
-
- Mar 26, 2011
-
-
Christophe Geuzaine authored
- fixed MED node ordering - polished 64 bit Cocoa Mac OS X FLTK version - updated copyright
-
- Oct 15, 2010
-
-
Christophe Geuzaine authored
-
- Jun 04, 2010
-
-
Tuomas Karna authored
physical tags, partitioning, second order prisms
-
- May 21, 2010
-
-
Jonathan Lambrechts authored
-
- May 19, 2010
-
-
Jean-François Remacle authored
No commit message
-
- May 01, 2010
-
-
Jean-François Remacle authored
-
- Apr 25, 2010
-
-
Christophe Geuzaine authored
-
- Apr 23, 2010
-
-
Jean-François Remacle authored
-
- Mar 09, 2010
-
-
Gauthier Becker authored
-
- Feb 18, 2010
-
-
Jonathan Lambrechts authored
-
Christophe Geuzaine authored
-
- Feb 15, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Sep 03, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Jun 17, 2009
-
-
Jean-François Remacle authored
Changed the return type of GetOBB from SOrientedBoundingBox* to SOrientedBoundingBox
-
- Jun 15, 2009
-
-
Jean-François Remacle authored
-
- May 26, 2009
-
-
Jean-François Remacle authored
Emilie: added functions to remesh a volume
-
- May 01, 2009
-
-
Christophe Geuzaine authored
-
- Feb 27, 2009
-
-
Jean-François Remacle 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 08, 2008
-
-
Jean-François Remacle 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 12, 2008
-
-
Christophe Geuzaine authored
-
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
-
- Aug 05, 2008
-
-
Stefen Guzik authored
-
- Jul 23, 2008
-
-
Christophe Geuzaine authored
-
Stefen Guzik authored
CGNS I/O rewrite - alpha version
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
- Jul 03, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- removed every "throw;", i.e., every throw that did not throw an actual exception. throw wihout args should ONLY be used in a catch{} to re-throw the same exception (for it to be handled in another catch clause) - introduced GmshMessage callback class so that clients can easily implement their own message handling (see example in driverOCC.cpp)
-
- Jun 12, 2008
-
-
Christophe Geuzaine authored
-
- May 06, 2008
-
-
Christophe Geuzaine authored
* implemented first rough draft of VTK mesh writer
-
- Feb 24, 2008
-
-
Christophe Geuzaine authored
introduce notion of entities in PViewData (in prepa for gmodel stuff)
-