Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relaxation dynamics: capture singularity points from the geometry #7

Open
spadaxsys-dev opened this issue Aug 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@spadaxsys-dev
Copy link
Contributor

The code should be able to capture the singularity points in the geometry.
The idea is first check all key points in the geometry by checking its curvature which is computed from the level set function. Then, for each key point with large curvature, we create a new singular particle. We may need to check whether this new particles is too close to an already created singular particle according to a threshold to avoid too fine geometry beyond the resolvability of particles. These newly created particles will be tagged as constrained particles so that it does not move in the relaxation process.

@Xiangyu-Hu Xiangyu-Hu added the enhancement New feature or request label May 7, 2023
Xiangyu-Hu pushed a commit that referenced this issue Jun 23, 2023
Xiangyu-Hu pushed a commit that referenced this issue Aug 23, 2023
pybind python scripts working in Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants