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

Seperate sub-routing for sub-boundary calculations #2052

Open
vedadb opened this issue Jan 25, 2024 · 0 comments
Open

Seperate sub-routing for sub-boundary calculations #2052

vedadb opened this issue Jan 25, 2024 · 0 comments

Comments

@vedadb
Copy link

vedadb commented Jan 25, 2024

For a sub-boundary calculation, a full grain-reconstruction is (in theory at least) unnecessary if large-angle grain-boundaries have already been reconstructed. It would make sense to create a subroutine for sub-grain boundary calculations not to have to pay this overhead, when studying effect of changing sub-grainboundary treshold angles.

E.g. grains.innerBoundary = calcSubBoundary(grains/ebsd, threshold);

Since vertices and edges (V,F) are already saved in the grain2d object (right?) The incidence matrices can be re-created and the sub-boundary can be re-calculated without paying price of voronoi tesselation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant