Changes between Initial Version and Version 1 of MeshGeneration


Ignore:
Timestamp:
Sep 20, 2005, 5:27:41 PM (19 years ago)
Author:
ole
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MeshGeneration

    v1 v1  
     1
     2== IDEAS ==
     3 
     4
     5
     6Mesh generation:
     7 * Through graphical generator
     8 * Through scripts
     9 * Alternative triangulators (Strang, ?.)
     10 * Alpha-shapes
     11   
     12
     13Refactoring triangle interface outputting a "triangle" readable file (from pmesh?)
     14   
     15Simple method in mesh factory that will convert regularly gridded data to mesh using points as vertices
     16
     17From pmesh 'issues' file
     18         
     19     
     20Better API for handling (scripted) meshes:
     21 * Error messages
     22 * Refined regions should be specified easily
     23 * Ways of handling different point sets (e.g. 10m, 100m, 250m) and populate according to refinement of mesh (wavelets or other adaptive method)