Skip to content
Snippets Groups Projects
  1. Dec 21, 2006
  2. Dec 20, 2006
  3. Dec 18, 2006
    • Christophe Geuzaine's avatar
      · 0b2ea1c7
      Christophe Geuzaine authored
      Added basic support for physicals in all mesh formats that ignored physicals
      before (stl, vrml, mesh, bdf, pos). This way we can use the physical mechanism
      to only save parts of the mesh (like we do it now for msh and unv files).
      
      Next step will be to add an option to only mesh the physicals (and their
      dependencies). This is very useful for large models and/or for debugging.
      0b2ea1c7
  4. Dec 17, 2006
  5. Dec 16, 2006
  6. Dec 15, 2006
  7. Dec 12, 2006
    • Christophe Geuzaine's avatar
      · 7524e746
      Christophe Geuzaine authored
      better handling of "negative" physical groups
      7524e746
    • Christophe Geuzaine's avatar
      · 49e8937e
      Christophe Geuzaine authored
      prepa invert_selection + remove some debug prints
      49e8937e
  8. Dec 11, 2006
  9. Dec 08, 2006
  10. Dec 05, 2006
  11. Dec 04, 2006
    • Christophe Geuzaine's avatar
      · 76e53168
      Christophe Geuzaine authored
      Add middle edge points to compute mean plane of plane faces with less
      than 3 bounding points
      76e53168
    • Christophe Geuzaine's avatar
      · a65256b0
      Christophe Geuzaine authored
      better conv warning
      a65256b0
  12. Dec 03, 2006
    • Christophe Geuzaine's avatar
      · 31be81b9
      Christophe Geuzaine authored
      - polish gui for interactive visibility
      - upgrade tetgen to latest available version
      31be81b9
    • Christophe Geuzaine's avatar
      · 6479930e
      Christophe Geuzaine authored
      make sure we don't store physical tags multiple times per entity
      6479930e
    • Christophe Geuzaine's avatar
      · e30a11a8
      Christophe Geuzaine authored
      don't throw an exception if attributes are not defined -- just issue an error
      e30a11a8
    • Christophe Geuzaine's avatar
      · e6e1d611
      Christophe Geuzaine authored
      algo to compute normal for plane gmsh surfaces was wrong (sign could be wrong)
      e6e1d611
    • Christophe Geuzaine's avatar
      · b0c4b616
      Christophe Geuzaine authored
      slightly better fix than before
      b0c4b616
    • Christophe Geuzaine's avatar
      · 4ee64549
      Christophe Geuzaine authored
      add extra arg to XYZtoUV so we can use it also for point that are not on
      the surface
      4ee64549
    • Christophe Geuzaine's avatar
      · d4c68c17
      Christophe Geuzaine authored
      - revert convergence check on xyz error in xyz2uv: just issue a warning
      
      - remove computation of mean plane during meshing: it's not used anymore
      (we only use the mean plane for plane Gmsh surfacesm and it is already
      computed correctly in the gmshFace constructor)
      d4c68c17
  13. Dec 02, 2006
    • Christophe Geuzaine's avatar
      · 02c30f8e
      Christophe Geuzaine authored
      make default transfinite subdivision match old version to minimize
      backward compat problems
      02c30f8e
    • Christophe Geuzaine's avatar
      · 736a5586
      Christophe Geuzaine authored
      reimplemented transfinite volume meshing algo (not complete yet)
      736a5586
  14. Nov 30, 2006
  15. Nov 29, 2006
  16. Nov 27, 2006
    • Christophe Geuzaine's avatar
      update header · 30965a97
      Christophe Geuzaine authored
      30965a97
    • Christophe Geuzaine's avatar
      · e103b74b
      Christophe Geuzaine authored
      - finished volume extrusion
      - cleanup ExtrudeParam (plug memory leak + remove unused stuff)
      - make netgen the default 3D algo for now (since it actually works)
      e103b74b
    • Christophe Geuzaine's avatar
      · 37922a57
      Christophe Geuzaine authored
      extrude edge+face (only "recombined" for now; we'll implement subdivision
      into simplices "globally" later)
      37922a57
Loading