Skip to content
Snippets Groups Projects
  1. Nov 29, 2003
    • Christophe Geuzaine's avatar
      · 0f8ae646
      Christophe Geuzaine authored
      Be less verbose (especially since Msg can cause race conditions in this code
      0f8ae646
    • Christophe Geuzaine's avatar
      · c3399948
      Christophe Geuzaine authored
      - new DecomposeInSimplex plugin
      - new "Combine Views" command in the parser
      - cleaned up View::tranform and View::smooth (+small bug fix for SLs)
      - better check for transparency sorting
      - make depend
      - new View.AlphaChannel option to change the transparency
        globally for a given view (instead of having to change the colormap
        by hand every time)
      
      With all the above, we can now generate very nice (and correct)
      transparent iso-surfaces:
      
      Merge "../tutorial/view3.pos";
      
      minIso = 0;
      maxIso = 2;
      nbIso = 7;
      
      Plugin(CutMap).iView = 0;
      
      For i In {1:nbIso}
        Plugin(CutMap).A = (maxIso-minIso)/nbIso * i;
        Plugin(CutMap).Run;
      EndFor
      
      Delete View[0];
      Combine Views;
      
      For i In {1:nbIso}
        Delete View[0];
      EndFor
      
      Plugin(DecomposeInSimplex).iView = 0;
      Plugin(DecomposeInSimplex).Run;
      
      View[0].AlphaChannel = 0.6;
      c3399948
  2. Nov 28, 2003
    • Christophe Geuzaine's avatar
      · 8aff473c
      Christophe Geuzaine authored
      Set View.ShowTime=2 to show the time value even if the view contains a single
      time step..
      8aff473c
  3. Nov 27, 2003
  4. Nov 26, 2003
    • Christophe Geuzaine's avatar
      facet->face · 5604dda0
      Christophe Geuzaine authored
      5604dda0
    • Christophe Geuzaine's avatar
      · 44022c9c
      Christophe Geuzaine authored
      Make Merge/Save/Print/Open behave like Include, i.e., open the file in the
      same directory as the main project file (if the path is relative).
      44022c9c
  5. Nov 25, 2003
  6. Nov 24, 2003
    • Christophe Geuzaine's avatar
      · 4264f673
      Christophe Geuzaine authored
      Make Skin a little bit more efficient by allocating/copying the values
      only if the face is not found in the tree
      4264f673
    • Christophe Geuzaine's avatar
      · 776b07d8
      Christophe Geuzaine authored
      displacement with other field animation example
      776b07d8
    • Christophe Geuzaine's avatar
      small cleanup · add7e8d2
      Christophe Geuzaine authored
      add7e8d2
  7. Nov 23, 2003
  8. Nov 22, 2003
    • Christophe Geuzaine's avatar
      · a5fd349a
      Christophe Geuzaine authored
      The new levelset stuff is too powerful ;-)
      
      - don't cut the timestep in the levelset view if the timestep is
        used to get the field value. I think this makes it less confusing
        (and matches the behaviour of JF's old 'iField' option).
      
      - rename the 'TimeStep' option to 'dTimeStep', also to avoid
        confusing people about which view the time step refers to.
      a5fd349a
    • Christophe Geuzaine's avatar
      · 94db295f
      Christophe Geuzaine authored
      typos, comments
      94db295f
    • Christophe Geuzaine's avatar
      · 4d2402e2
      Christophe Geuzaine authored
      To avoid surprising results, don't try to plot values of different types
      on the levelset if the value view (w) is the same as the levelset view (v)
      4d2402e2
    • Christophe Geuzaine's avatar
      · c9384da8
      Christophe Geuzaine authored
      small makefile for the levelset benchmark
      c9384da8
    • Christophe Geuzaine's avatar
      · 6c250768
      Christophe Geuzaine authored
      main() should return zero after a successful run
      6c250768
    • Christophe Geuzaine's avatar
      · 2cd02abe
      Christophe Geuzaine authored
      Generalization of the levelset plugin, take II.
      
      One can now compute cuts/maps of abritrary views (any dimension, any kind of
      element, any kind of field) + one can plot any other view on the resulting
      cut/map.
      2cd02abe
    • Christophe Geuzaine's avatar
      · 22f128b0
      Christophe Geuzaine authored
      Scalar prism drawing was wrong for timestep != 0
      22f128b0
    • Christophe Geuzaine's avatar
      · 543f0df3
      Christophe Geuzaine authored
      Do *not* copy the Recombine attributes when duplicating a surface
      543f0df3
  9. Nov 21, 2003
    • Christophe Geuzaine's avatar
      · bfb46ee5
      Christophe Geuzaine authored
      Forgot these
      bfb46ee5
    • Christophe Geuzaine's avatar
      · dbe79270
      Christophe Geuzaine authored
      Big Levelset rewrite (+ cleanup of all other plugins).
      
      Not finished yet, but I need to commit this now so that I can use it
      with the boss tomorrow at work.
      
      This version should compile and have all the old features working,
      plus some extras (levelsets of scalar/vector/tensor 1D, 2D and
      3D simplectic views).
      
      JF: 'Plugin(XX).Save' is now deprecated. Use 'Save View[XX] "filename"'
      instead.
      dbe79270
  10. Nov 20, 2003
    • Christophe Geuzaine's avatar
      · 45ff43cc
      Christophe Geuzaine authored
      Add help for LINKER variable
      45ff43cc
    • Christophe Geuzaine's avatar
      · ff2acbe9
      Christophe Geuzaine authored
      --enable-z + fix potential problem if libpng is not available
      ff2acbe9
  11. Nov 19, 2003
    • Christophe Geuzaine's avatar
      · 133697af
      Christophe Geuzaine authored
      Generalize SphericalRaise to accept a TimeStep argument + fix the time
      step selection warning.
      133697af
Loading