Advancing-Front Node Generators

Two bulk generators, ported line for line from the reference Fortran/C. Both sweep the box bottom to top, placing each node at the lowest admissible point and pushing an exclusion disc of radius r(x, y) into the front; the red line is the front. Click (or tap) the canvas to restart.

Fornberg–Flyer keep the front as an x-sorted list of potential dot positions (PDPs). The next node is the lowest PDP; it is accepted, and the PDPs inside its exclusion disc are replaced by a configurable number of cell-centred points on the exclusion arc (five by default), spliced between the nearest outside PDPs found by walking outward from the dot.

Van der Sande–Fornberg keep a height field on a background grid of grid-factor × ninit columns. The next node goes to the lowest column; each accepted dot raises the heights under its exclusion disc to the disc’s far hemisphere. When the radius varies, the node is first pushed off the discs of earlier nearby nodes — the direction-dependence correction of their section 2.3 (inactive for constant radius).

Inspired by the visualisations of Jason Davies.

#Meshless   #Node-Generation   #Rbf-Fd   #Visualisation  

← Back to the gallery