- Nov 20, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
shorter intro
-
- Nov 19, 2005
-
-
Christophe Geuzaine authored
include metis in the free version since we now have Karypis' approval
-
Christophe Geuzaine authored
tweak automatic polygon offset check
-
Christophe Geuzaine authored
make "BoundingBox{x,X,y,Y,z,Z}" actually do what the documentation claims it does
-
- Nov 18, 2005
-
-
Christophe Geuzaine authored
The current behavior of Gmsh when drawing 3D scalar fields is not coherent with what is done in 2D: to draw filled iso-values or continuous maps in 3D, we should ideally do volume rendering. Right now we draw the iso-values (i.e., surfaces), which is both not coherent with the definition of continuous maps or filled iso-values, but is also annoying when trying to visualize fields that are constant per element (since in that case nothing is displayed!) Until we can do volume rendering, I've changed the behavior to draw the solution on the boundary of the 3D elements. It's rather slow, but it's the right thing to do visually.
-
- Nov 16, 2005
-
-
Christophe Geuzaine authored
-
- Nov 11, 2005
-
-
Christophe Geuzaine authored
-
- Nov 08, 2005
-
-
Jean-François Remacle authored
-
- Nov 05, 2005
-
-
Christophe Geuzaine authored
-
- Nov 04, 2005
-
-
Christophe Geuzaine authored
-
- Nov 03, 2005
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
print 1D elts in unv format + fix 2nd order 1d elts in unv format
-
Christophe Geuzaine authored
indent + cleanup messages (somewhat)
-
Christophe Geuzaine authored
fix gcc warnings + disable BDS optimization for now (it leads to wrong results with gcc 4; maybe we should have more intelligent tests in configure or in the makefiles to enable/disable optimization depending on which compiler is used)
-
- Nov 02, 2005
-
-
Christophe Geuzaine authored
-
- Nov 01, 2005
-
-
Jean-François Remacle authored
-
- Oct 28, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Oct 27, 2005
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Oct 26, 2005
-
-
Christophe Geuzaine authored
make it possible to add second order vertices for a mesh read from a file (without cad)
-
- Oct 24, 2005
-
-
Christophe Geuzaine authored
disable the "manually add edges" for now
-
Christophe Geuzaine authored
Don't reinitialize the symbol tree in OpenFile. (We don't reinitialize the option database, so why should we reinitialize the variables? Using a single global symbol tree we can again define variables with -string "" on the command line.)
-
Jean-François Remacle authored
-
- Oct 19, 2005
-
-
Christophe Geuzaine authored
add fixme for extract volume in 2D (orientation of quads)
-
- Oct 17, 2005
-
-
Christophe Geuzaine authored
-
- Oct 16, 2005
-
-
Christophe Geuzaine authored
update email
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
currently we cannot bundle Metis with the sources
-
Christophe Geuzaine authored
if the mesh is partitioned, save the partitions in the .msh file
-
Christophe Geuzaine authored
add missing copyright headers
-
- Oct 15, 2005
-
-
Christophe Geuzaine authored
more compact STATUS labels
-
Christophe Geuzaine authored
put STL operations in a new submenu
-
Christophe Geuzaine authored
-