Nicole Feng
Nicole Feng
…upport the -march=native flag.
This came up when I was preparing the coding assignments for CMU's DDG course. Currently, the element picker picks up on elements of all sorts, including vertices, edges, faces, halfedges....
Add `addCornerScalarQuantity()` function, and expand the picker to include corners. A corner is picked if the user clicks within some radius of the corner's vertex (but further than the vertex's...
Nothing major -- just added additional functionality to the `BarycentricVector` object: - `rotated90()` now supports edge-type vectors as input - a new function `rotated()` allows rotation of vectors by arbitrary...
Adds polygon Laplacian and other operators for general polygon meshes. Summary of contributions: - implementation of polygon Laplacian and mass matrices (unlumped & lumped) from [Polygon Laplacian Made Simple](https://www.cs.jhu.edu/~misha/MyPapers/EUROG20.pdf) by...