-
Notifications
You must be signed in to change notification settings - Fork 56
Higher auto-refinement limits #285
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f839c66
Increase auto_ref_max and auto_ref_max_surf_elem
tzanio 873dfa5
Updated CHANGELOG
tzanio 9fa7ad1
Merge branch 'master' into higher-auto-ref
najlkin 88993d4
Improved scalar 2D auto refinement.
najlkin f1b6ba2
Improved scalar 3D auto refinement.
najlkin f1761bd
Centralized the auto refinement algorithm.
najlkin 9033ce8
Added auto refinement to 2D vectors.
najlkin 22a2c6a
Added auto refinement to 3D vectors.
najlkin f899b96
Removed overrides.
najlkin 4dcc1ac
Centralized GF auto refinement order calculation.
najlkin 41c88f2
Updated changelog.
najlkin 616c6ee
Added a warning for under-resolved function.
najlkin 990923f
Fix for spaces without faces.
najlkin a69ce90
Fix for aborting FE collections.
najlkin 3048c16
Rebalanced data
najlkin 89b3907
Changed the function refinement to 2*order-1.
najlkin b00c5c6
Merge branch 'master' into higher-auto-ref
najlkin 9c02e56
Removed minus one in volumetric elements.
najlkin 8862ab8
Merge branch 'master' into higher-auto-ref
najlkin 16c5319
Reduced mesh-based refinement to order.
najlkin 114bfdf
Reduced function-based refinement to the max FE order.
najlkin 19a1d32
Added a check for integral finite elements and showing a warning.
najlkin 5f6ca6f
Minor fix to return refinement 1 for constant elements.
najlkin d479ac8
Rebalanced tests/data.
najlkin 19ed072
Fixed comments.
najlkin 2c34c13
Improved refinement warning.
najlkin 73a0174
Fixed auto-refinement formula.
najlkin 70a13e4
Improved changelog a bit.
najlkin 9d67ef8
Fixed a typo in ToggleShading().
najlkin f5e68c2
Added overrides to visualization scenes.
najlkin f5c210e
Fixed NewMeshSolution() updates with auto-refinement.
najlkin b363f7c
Changed the auto-refinemt to vertex-based.
najlkin 7bc8709
Updated comments to vertices.
najlkin db0e2f6
Updated CHANGELOG
tzanio 570e57d
Add 'Auto-refinement' section at the end of README.md and reference it
v-dobrev 05cdf0a
typo
tzanio a37ae48
Switched to updated data files
tzanio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice and clear section, thanks for adding it @v-dobrev !