-
Notifications
You must be signed in to change notification settings - Fork 35
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
Upgrade to jigsaw-0.9.12.x #29
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Support "gradient-limiting" of mesh-spacing data via the MARCHE utility. - Changed refinement priority schedule to generate more regular meshes in cases with quasi-uniform h(x) constraints. - Various optimisation of low-level data structures: use float instead of double where possible, 2**n hash-table sizes, prune mem. alloc.'s where possible, etc.
- handle double-to-float conversions; squelch -Wfloat-conversion, MSVC warnings, etc.
- handle unsigned-to-signed int conversions; squelch MSVC warnings.
- Fix "grid-3d" type h(x) definitions -- interp. weights had been wrong! - Clean-up dual-mesh quality routines, tolerances, etc. - Clean-up to compile quietly with -Wshadow (g++, clang++, msvc).
- Clean-up DELFRONT refinement priority, point-placement. Slightly better wrt. slivers, etc. - Deterministic edge div/zip operators, based on adj. edge length.
- Bug-fix: was calling a "-3d" predicate in rdel_base_2.
- Update MARCHE so that it's in-place (i.e. overwrites its inputs). - Update coeff. in dual-quality-kd: less bias toward centre.
- Experimental support for projection operators in geometry objects.
- Various bug-fixes: file I/O, errors/warnings via IMUM workshop...
- Initial work to enable BISECTOR based mesh generation.
- Revisions to mesh-optimisation convergence criteria. - Revisions to mesh-optimisation move/div/zip kernels.
- Force TLIM >= min(Q): iter_mesh_k. - Code lint: superfluous whitespace.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.