mmg icon indicating copy to clipboard operation
mmg copied to clipboard

Required metric propagation

Open Algiane opened this issue 2 years ago • 0 comments

Propagation of metric at required points:

  • if prescribed size at required point is larger than the neighbouring size, we have to increase the size at neighbouring point
  • if prescribed size at required point is smaller than the neighbouring size, we have to decrease the neighbouring the size at neighbouring point
  • we want to propagate by advancing-front from the required points toward connected vertices, then touched vertices toward the next layer of connected vertices, etc.

Questions:

  • how to deal with collisions during the propagation ?
  • how to ensure adaptation convergency of size map with the combination of classic and required gradation ?

Algiane avatar Dec 01 '22 19:12 Algiane