- Oct 08, 2008
-
-
Christophe Geuzaine authored
-
- Sep 26, 2008
-
-
Jean-François Remacle authored
-
- Sep 11, 2008
-
-
Christophe Geuzaine authored
-
- Sep 10, 2008
-
-
Koen Hillewaert authored
redefinition of local curvature as the max in 2 directions
-
- Sep 08, 2008
-
-
Christophe Geuzaine authored
-
- Aug 29, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Aug 28, 2008
-
-
Koen Hillewaert authored
bug fix: orientation of face vertices of 4th order tetrahedra
-
- Aug 27, 2008
-
-
Jean-François Remacle authored
-
- Aug 26, 2008
-
-
Jean-François Remacle authored
-
- Aug 25, 2008
-
-
Koen Hillewaert authored
corrected bug for higher order mappings in post views (supports q up to 4)
-
- 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
-
- Aug 11, 2008
-
-
Jean-François Remacle authored
-
- Jul 18, 2008
-
-
Christophe Geuzaine authored
-
- Jul 17, 2008
-
-
Christophe Geuzaine authored
-
- Jul 15, 2008
-
-
Stefen Guzik authored
Added static routine getInfoMSH - returns name and No. vertices for a MSH type
-
- Jul 14, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Jul 10, 2008
-
-
Christophe Geuzaine authored
-
- Jul 08, 2008
-
-
Jean-François Remacle authored
INRIA input corrected and enhanced
-
- Jul 03, 2008
-
-
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 27, 2008
-
-
Koen Hillewaert authored
-
Koen Hillewaert authored
-
- Jun 20, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Jun 10, 2008
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Jun 05, 2008
-
-
Claudine Bon authored
-
- Jun 01, 2008
-
-
Christophe Geuzaine authored
-
- May 19, 2008
-
-
Jean-François Remacle authored
-
- May 06, 2008
-
-
Christophe Geuzaine authored
* implemented first rough draft of VTK mesh writer
-
- 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 23, 2008
-
-
Jean-François Remacle authored
-
- Mar 30, 2008
-
-
Christophe Geuzaine authored
- fix wrong vertex ordering in BDF
-
- Mar 29, 2008
-
-
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
-
- Mar 23, 2008
-
-
Christophe Geuzaine authored
- moved some mesh creation utility routines in GModel:: - new MElementFactory - fixed bad bg mesh index
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Mar 19, 2008
-
-
Christophe Geuzaine authored
added nodal interpolation functions & related stuff
-