Nico Schlömer
Nico Schlömer
Thanks @janetournois for the reply. > The operator() you mention This is the operator that, evaluated at a geometrical point `x`, returns the signed distance to the domain boundary. Did...
> The operator() you mention (I guess you mean the one that updates the cells status wrt the restricted Delaunay triangulation) is called a lot during optimization, because each cell...
The oracle is called on geometric points `x`, so perhaps it really goes like ``` for each vertex v compute_move(v) apply_move(v) for adjacent_cell in adjacent_cells(v): # (about 30) call oracle...
I've started a discussion on KaTeX, https://github.com/KaTeX/KaTeX/discussions/4001.
The ` ` seems fixed now.
Hi Justin, > I'm actually curious where the choice of zero phase -> green hue comes from? We did a little survey asking people if they associate red with positive...
https://github.com/nschloe/pipdate does something like a makeshift global upgrade. Be aware though that upgrading can break things.
Let's see the mesh.
Still an issue.
Still an issue