Keith Roberts

Results 55 issues of Keith Roberts

* Nice to see this work! it leaves me wondering however if your claim that the code is probably the fastest 2d triangulation tool is actually true. * CGAL has...

Hello, Is it possible to provide/enhance a simple tutorial that explains what the orientation parameters can do (range of reasonable values, physical meaning with a simple diagram)? It's fairly unclear...

documentation

A simple question: why does the Laplacian smoother flip edges until the triangulation is Delaunay? Laplacian smoothing can occur on all kinds of triangulations...Is there a rationale behind this?

* bending of geometric primitives could be useful. * see "bend" on this page https://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm

Hello, Thank you for the great package! I'm wondering if it's possible to introduce new functionality to resample a trajectory in time by considering the velocity between two consecutive sampling...

enhancement

* On termination, it's possible to repeatedly project only the boundary vertices back onto the 0-level set for better boundary conformity. * See here what I did in Python. https://github.com/krober10nd/SeismicMesh/blob/fa4cbc97a987d3468e6362fce6c76efe05f47bdf/SeismicMesh/generation/mesh_generator.py#L436...

enhancement

**Describe the bug** DEMs created with for instance ArcPro have a fill value set to 1e+38. This value is not picked up by `ncread` and then can negatively impact interpolation...

bug

@Onur-Kurum adds the functionality to edit `edgefx` for better mesh sizing agreement around hardline constraints with variable point spacing in the mesh connectivity. Potentially, `meshgen` will also need to process...

enhancement

**Describe the bug** When creating the nodal attribute Mannings n landcover parameter, we often have to partition the domain into chunks/slices to fit into available RAM. When this happens, sometimes...

bug

Need to add BoundCr method details and updated details about MakeBC...

invalid