Skip to content
Snippets Groups Projects
  1. Jun 30, 2004
    • Christophe Geuzaine's avatar
      · 70198271
      Christophe Geuzaine authored
      mesh optimization polish (redirect netgen messages to the GUI, etc.)
      70198271
    • Christophe Geuzaine's avatar
      · bbe1f99d
      Christophe Geuzaine authored
      really simplex cube example
      bbe1f99d
    • Christophe Geuzaine's avatar
      · e2aced78
      Christophe Geuzaine authored
      added "Optimize 3D" button in the GUI
      e2aced78
    • Christophe Geuzaine's avatar
      · f8ec37c3
      Christophe Geuzaine authored
      We can now use Netgen's optimization pass on our own Delaunay meshes. It seems
      to work pretty well on small examples, but it definitely requires more
      testing :-)
      f8ec37c3
    • Christophe Geuzaine's avatar
      · 2d8e25a9
      Christophe Geuzaine authored
      a version of piece.geo with correct surface orientations so that
      it works with netgen
      2d8e25a9
    • Christophe Geuzaine's avatar
      · d7328ae4
      Christophe Geuzaine authored
      - added small routine to orient all the surfaces in a Surface Loop
        consistently
      
      - fixed orientation of lines/surfaces in holes, *IF* we suppose that
        holes are defined consistently with exterior boundaries (warning:
        there is currently *NO* check for this in the code)
      d7328ae4
  2. Jun 29, 2004
  3. Jun 28, 2004
    • Christophe Geuzaine's avatar
      · 280918d7
      Christophe Geuzaine authored
      more fixes for netgen
      280918d7
    • Christophe Geuzaine's avatar
      · e60bf197
      Christophe Geuzaine authored
      Added hooks to optimize our meshes using netgen (in particular: the "special"
      volume 99999 is now cleaned up after use and all the elements/vertices are
      transfered back into the original volumes)
      
      As a bonus, this finally allowed me to remove the ugly hacks in the volume
      mesh drawing routines...
      e60bf197
    • Christophe Geuzaine's avatar
      · c89313fa
      Christophe Geuzaine authored
      optimize netgen mesh import (much much faster now for large meshes)
      c89313fa
  4. Jun 27, 2004
    • Christophe Geuzaine's avatar
      · 0b1705b7
      Christophe Geuzaine authored
      - revert the OPTIM change on 3D_Mesh.o
      - fix bustage for --disable-netgen
      0b1705b7
  5. Jun 26, 2004
    • Christophe Geuzaine's avatar
      · 12f1a50c
      Christophe Geuzaine authored
      keep netgen in make source
      12f1a50c
    • Christophe Geuzaine's avatar
      *** empty log message *** · 0eacff94
      Christophe Geuzaine authored
      0eacff94
    • Christophe Geuzaine's avatar
      · 80495600
      Christophe Geuzaine authored
      refactor the netgen code in a dedicated class
      80495600
    • Christophe Geuzaine's avatar
      · 4110ca6a
      Christophe Geuzaine authored
      Merged Netgen 4.3.1: a Delaunay/Frontal 2D/3D mesh generator.
      
      Thanks a lot to Nicolas Tardieu for this!
      4110ca6a
    • Christophe Geuzaine's avatar
      · 5b0535a9
      Christophe Geuzaine authored
      Merged Netgen 4.3.1: a Delaunay/Frontal 2D/3D mesh generator.
      
      Thanks a lot to Nicolas Tardieu for this!
      5b0535a9
    • Christophe Geuzaine's avatar
      · 48eb8317
      Christophe Geuzaine authored
      Store the surface orientations (from surface loops) in the volume: we need
      this for Netgen.
      48eb8317
  6. Jun 24, 2004
    • Christophe Geuzaine's avatar
      · a1e7b561
      Christophe Geuzaine authored
      mention explicitly if a plugin only works for simplices
      a1e7b561
    • Christophe Geuzaine's avatar
      · e399296e
      Christophe Geuzaine authored
      Generalized Plugin(Triangulate) to handle vector and tensor views
      e399296e
  7. Jun 23, 2004
    • Christophe Geuzaine's avatar
      · 0ee2236b
      Christophe Geuzaine authored
      Removed the orientation hacks completely. Should be pretty clean now.
      0ee2236b
    • Christophe Geuzaine's avatar
      · 721beabe
      Christophe Geuzaine authored
      set default RecombineAngle = 75
      721beabe
    • Christophe Geuzaine's avatar
      · 78e16a1c
      Christophe Geuzaine authored
      - %.1g -> %g to display bounding boxes
      - update credits
      78e16a1c
    • Christophe Geuzaine's avatar
      · df90a675
      Christophe Geuzaine authored
      Replaced my orientation hack with a rigorous algorithm... Seems to
      work nicely (and is general).
      df90a675
    • Christophe Geuzaine's avatar
      *** empty log message *** · ef37957c
      Christophe Geuzaine authored
      ef37957c
    • Christophe Geuzaine's avatar
      · 1f88f0b7
      Christophe Geuzaine authored
      Apply the surface re-orientation hack to quadrangles (and to extruded
      meshes!)
      1f88f0b7
  8. Jun 22, 2004
    • Christophe Geuzaine's avatar
      · 191155d5
      Christophe Geuzaine authored
      isolate the hack in a subroutine
      191155d5
    • Christophe Geuzaine's avatar
      · 9498ffd3
      Christophe Geuzaine authored
      another quick hack for non-convex surfaces
      9498ffd3
    • Christophe Geuzaine's avatar
      · 56172f96
      Christophe Geuzaine authored
      pretty print shortcut help
      56172f96
    • Christophe Geuzaine's avatar
      · ab017ae0
      Christophe Geuzaine authored
      Yesterday's fix wasn't quite right. This should be better.
      ab017ae0
    • Christophe Geuzaine's avatar
      · 81745701
      Christophe Geuzaine authored
      Horrible hack to fix the surface orientation problems. This is only a
      temporary solution: I don't have time to investigate the issue further
      right now...
      81745701
  9. Jun 21, 2004
  10. Jun 20, 2004
  11. Jun 18, 2004
  12. Jun 17, 2004
    • Christophe Geuzaine's avatar
      · ffd86d33
      Christophe Geuzaine authored
      create the default project file in the home directory if no "current"
      directory is defined (e.g. when double-clicking on the icon on Windows/MacOS)
      ffd86d33
  13. Jun 16, 2004
    • Christophe Geuzaine's avatar
      · 69f6b98c
      Christophe Geuzaine authored
      reset the input lists (do not delete them)
      69f6b98c
    • Christophe Geuzaine's avatar
      · 5fdd421b
      Christophe Geuzaine authored
      Do a default List_Create in List_CreateFromFile instead of returning NULL.
      (This fixes the problems in Plugins that assume that the element lists
      are all ready to be added into.)
      5fdd421b
  14. Jun 15, 2004
Loading