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

Use the same finite element for mesh deformation and stokes velocity #3719

Open
gassmoeller opened this issue Aug 6, 2020 · 0 comments
Open

Comments

@gassmoeller
Copy link
Member

The mesh deformation is (most often) caused by the Stokes velocity inside the domain, but we currently project the Stokes velocity into a Q1 space to compute mesh deformations. We should test using the same element as for the Stokes velocities. This will require changing the mapping that is currently used with mesh deformation from a linear MappingQ1Eulerian to a higher order MappingQEulerian.

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

No branches or pull requests

1 participant