- Dec 19, 2005
-
-
Christophe Geuzaine authored
make depend
-
- Dec 17, 2005
-
-
Christophe Geuzaine authored
add line elements in octree + little nicer Probe drawing
-
- Nov 28, 2005
-
-
Christophe Geuzaine authored
-
- Nov 25, 2005
-
-
Christophe Geuzaine authored
upgrade triangle to version 1.6
-
- Oct 28, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Oct 27, 2005
-
-
Jean-François Remacle authored
-
- Oct 19, 2005
-
-
Christophe Geuzaine authored
add fixme for extract volume in 2D (orientation of quads)
-
- Sep 21, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moving all external code to contrib subdirectory
-
- Aug 24, 2005
-
-
Jean-François Remacle authored
-
- Aug 04, 2005
-
-
David Colignon authored
-
- Jul 11, 2005
-
-
Christophe Geuzaine authored
Please don't load solver plugins by default: for the vast majority of users, the structural solver options don't make any sense. Just add Solver.Plugins=1 in your option file if you need that stuff.
-
- Jun 27, 2005
-
-
Christophe Geuzaine authored
New plugin to compute the modulus and the phase of a complex-valued field in-place, in one simple step. One could already do this with Plugin(Evaluate), but it was a little bit cumbersome.
-
- Jun 25, 2005
-
-
Christophe Geuzaine authored
-
- Jun 24, 2005
-
-
Christophe Geuzaine authored
fixed crash when using Plugin(CutParametric) in a script ("v->" -> "v1->")
-
Christophe Geuzaine authored
fixed crash when using Plugin(Evaluate) in a script ("v->" -> "v1->")
-
- Jun 20, 2005
-
-
Christophe Geuzaine authored
-
- Jun 03, 2005
-
-
Christophe Geuzaine authored
removed unused stuff + handle SURF_DISCRETE in MeshDiscreteSurface
-
- May 21, 2005
-
-
Christophe Geuzaine authored
polih previous commit
-
- Apr 19, 2005
-
-
Jean-François Remacle authored
-
- Apr 01, 2005
-
-
Christophe Geuzaine authored
-
- Mar 25, 2005
-
-
Jean-François Remacle authored
-
- Mar 18, 2005
-
-
Christophe Geuzaine authored
-
- Mar 17, 2005
-
-
Christophe Geuzaine authored
-
- Mar 16, 2005
-
-
Jean-François Remacle authored
-
- Mar 14, 2005
-
-
Christophe Geuzaine authored
decompose hexa so that the edges match on each pair of opposite faces
-
- Mar 13, 2005
-
-
Christophe Geuzaine authored
make center/right-align work for scales and 2d-plots, too
-
- Mar 11, 2005
-
-
Christophe Geuzaine authored
change min/max/step depending on 3d status
-
Christophe Geuzaine authored
- the grid options now also apply to 3D views (this way we can finally get accurate size info for any data set; and the info is updated in real-time for gemeotry transformations & displacement maps) - new option to specify the size of the moving axes - generalized text align code (we now support the 9 modes that TeX does)
-
- Mar 09, 2005
-
-
Christophe Geuzaine authored
change sign of levelset so that the iso-volume is more natural
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added interactive callbacks in CutParametric and Annotate
-
- Mar 04, 2005
-
-
Christophe Geuzaine authored
add element size computation
-
Christophe Geuzaine authored
Plugin(Extract) can now also extract data from a specific time step
-
- Mar 03, 2005
-
-
Christophe Geuzaine authored
Generalized Plugin(Extract) so that it can also create tensor views
-
Christophe Geuzaine authored
small generalization: we can now interpolate data from abritrary views (and not only from views having the same data type as the destination) I use this to interpolate (combination of) components of a field in one mesh onto another mesh, for example a set of isosurfaces from another field. Wicked cool! ;-)
-
- Mar 02, 2005
-
-
Christophe Geuzaine authored
small doc fixes
-
Christophe Geuzaine authored
- generalized the octree code to make it work with all the element types, and not only with triangles/tets (and fixed a couple of copy & paste bugs in the process...) - modified all depending plugins to take advantage of this
-