Skip to content
Snippets Groups Projects
  1. Dec 19, 2005
  2. Dec 17, 2005
    • Christophe Geuzaine's avatar
      · 107f0acc
      Christophe Geuzaine authored
      add line elements in octree + little nicer Probe drawing
      107f0acc
  3. Nov 28, 2005
  4. Nov 25, 2005
  5. Oct 28, 2005
  6. Oct 27, 2005
  7. Oct 19, 2005
    • Christophe Geuzaine's avatar
      · 4db28a7d
      Christophe Geuzaine authored
      add fixme for extract volume in 2D (orientation of quads)
      4db28a7d
  8. Sep 21, 2005
  9. Aug 24, 2005
  10. Aug 04, 2005
  11. Jul 11, 2005
    • Christophe Geuzaine's avatar
      · 22c4ddd8
      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.
      22c4ddd8
  12. Jun 27, 2005
    • Christophe Geuzaine's avatar
      · d9907389
      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.
      d9907389
  13. Jun 25, 2005
  14. Jun 24, 2005
    • Christophe Geuzaine's avatar
      · 2a4a9e51
      Christophe Geuzaine authored
      fixed crash when using Plugin(CutParametric) in a script ("v->" -> "v1->")
      2a4a9e51
    • Christophe Geuzaine's avatar
      · 0eb4fa2d
      Christophe Geuzaine authored
      fixed crash when using Plugin(Evaluate) in a script ("v->" -> "v1->")
      0eb4fa2d
  15. Jun 20, 2005
  16. Jun 03, 2005
    • Christophe Geuzaine's avatar
      · 6116efd1
      Christophe Geuzaine authored
      removed unused stuff + handle SURF_DISCRETE in MeshDiscreteSurface
      6116efd1
  17. May 21, 2005
  18. Apr 19, 2005
  19. Apr 01, 2005
  20. Mar 25, 2005
  21. Mar 18, 2005
  22. Mar 17, 2005
  23. Mar 16, 2005
  24. Mar 14, 2005
    • Christophe Geuzaine's avatar
      · 728e911c
      Christophe Geuzaine authored
      decompose hexa so that the edges match on each pair of opposite faces
      728e911c
  25. Mar 13, 2005
    • Christophe Geuzaine's avatar
      · 33265b11
      Christophe Geuzaine authored
      make center/right-align work for scales and 2d-plots, too
      33265b11
  26. Mar 11, 2005
    • Christophe Geuzaine's avatar
      · 7272e76d
      Christophe Geuzaine authored
      change min/max/step depending on 3d status
      7272e76d
    • Christophe Geuzaine's avatar
      · efdb7f0a
      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)
      efdb7f0a
  27. Mar 09, 2005
  28. Mar 04, 2005
    • Christophe Geuzaine's avatar
      · c4e2365a
      Christophe Geuzaine authored
      add element size computation
      c4e2365a
    • Christophe Geuzaine's avatar
      · 6d18610e
      Christophe Geuzaine authored
      Plugin(Extract) can now also extract data from a specific time step
      6d18610e
  29. Mar 03, 2005
    • Christophe Geuzaine's avatar
      · 20a9d05a
      Christophe Geuzaine authored
      Generalized Plugin(Extract) so that it can also create tensor views
      20a9d05a
    • Christophe Geuzaine's avatar
      · 036f789b
      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! ;-)
      036f789b
  30. Mar 02, 2005
    • Christophe Geuzaine's avatar
      · 40c19a0d
      Christophe Geuzaine authored
      small doc fixes
      40c19a0d
    • Christophe Geuzaine's avatar
      · 0f03d485
      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
      0f03d485
Loading