-
Notifications
You must be signed in to change notification settings - Fork 975
Anisotropic mesh adaptation part 1: feature-based metric tensor #2613
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
Open
bmunguia
wants to merge
29
commits into
su2code:develop
Choose a base branch
from
bmunguia:dev/aniso_metric
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bffaaad
Add metric/adaptation config options and maps
bmunguia 3f2a7dd
Add adaptation primitive/gradient/Hessian and metric tensor to CVaria…
bmunguia 10e1606
Add solver functionality to calculate metric tensor field
bmunguia 14aba45
Add single zone driver calls to calculate metric fiedl
bmunguia 631f4b5
Add metric tensor outputs
bmunguia 14dddf6
Add tensor outputs to paraview filewriter
bmunguia c842037
Add Alberto/Andrea's Primitive_Adapt for NEMO and incompressible Euler
bmunguia 10adbac
Update adaptation python option descriptions
bmunguia 79da503
Fix call to SetPrimitive_Adapt()
bmunguia b4c9765
Remove various unused variables and goal-oriented code paths
bmunguia 76f7a9d
Address CodeQL complaints
bmunguia 6e4c760
Bug fix
bmunguia 7027e45
Merge branch 'develop' into dev/aniso_metric
bigfooted 1ff633b
Overhaul Hessian/metric implementation to use CPrimitiveIndices for …
bmunguia 09b332c
Helpers for number of resolved sensors
bmunguia e83414e
Add python wrapper support for custom metric sensors, and example
bmunguia 48e88d7
Communicate sensors after calculating so custom sensors can be set pr…
bmunguia 0c5e86e
Add metric outputs to incompressible and NEMO solvers
bmunguia 2930c8d
Separate examples for primitive and derived sensors
bmunguia 440b815
Fix sensor indexing so first sensor Hessian in config is normalized
bmunguia e3300de
Add built-in derived sensors for Mach and velocity magnitude
bmunguia 11c7387
Rename test case directory
bmunguia 97c9a26
Fix test case
bmunguia 78fedf5
Fix Hessian indexing and add comment about symmetry by construction
bmunguia eff8e04
Remove namespace indentation
bmunguia f03f561
Merge remote-tracking branch 'upstream/develop' into dev/aniso_metric
bmunguia 017b3b7
Merge upstream submodules
bmunguia c70dcf2
Remove unused import
bmunguia d0c2d55
Separate Hessian inner loop into diagonal and off-diagonal
bmunguia 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
Oops, something went wrong.
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.
Check notice
Code scanning / CodeQL
No trivial switch statements Note