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

merge new version #2

Merged
merged 11 commits into from
Oct 21, 2020
Merged

merge new version #2

merged 11 commits into from
Oct 21, 2020

Conversation

Jiangchao3
Copy link
Owner

No description provided.

cblakely97 and others added 11 commits September 2, 2020 14:21
I added these two functions to handle a situation where an edgefunction placed "on top" (in the original code takes precedence) has a larger target edgelength than an edgefunction "below." This simply loops through the edgefunctions and places the smallest value "on top" so that it takes precedence during the mesh generation process.
Removed the use of polyshapes and overlaps functions in lieu of using inpoly. Created a simple example of the use of edgefx_filter.m in generating a mesh.
* Update README.md
- Added modified version of Coleman's example
- In order to show effects of with and without enforce_min_ef I added the enforceMin option which is true by default.
* Bug fix to dpoly.m

   * if sum(inside) == 0 then d_l will not exist, but it seems like it sum(inside) is zero then it doesn't use the d_l 
     anyway so can just return then.

* use splitting at initial point generation to ensure mesh resolution transitions between largely disparate nests are sufficiently smooth for good mesh qualities. 


Co-authored-by: Keith Roberts <krober10@nd.edu>
@Jiangchao3 Jiangchao3 merged commit e4a9342 into Jiangchao3:Projection Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants