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

Extend mapping functionality towards simplicial elements #447

Open
nfehn opened this issue May 24, 2023 · 0 comments
Open

Extend mapping functionality towards simplicial elements #447

nfehn opened this issue May 24, 2023 · 0 comments
Labels
ALE Arbitrary Lagrangian-Eulerian formulation multigrid Multigrid implementation simplex simplicial elements

Comments

@nfehn
Copy link
Member

nfehn commented May 24, 2023

dealii::MappingQCache and ExaDG::MappingDoFVector are restricted to hypercube elements.

This implies that

  • analytical ALE mesh motions in the IncNS module will not work with simplex meshes
  • FSI with the involved PDE-type ALE mesh motions will not work with simplex meshes
  • biomedical applications currently using our flexible mapping functionality for high-order curved boundaries will not use a consistent mapping in multigrid solvers even for problems without ALE (moving meshes)

The aim of this issue is to discuss/outline how to extend our flexible mapping functionality in ExaDG towards simplex meshes.

@nfehn nfehn added ALE Arbitrary Lagrangian-Eulerian formulation simplex simplicial elements multigrid Multigrid implementation labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ALE Arbitrary Lagrangian-Eulerian formulation multigrid Multigrid implementation simplex simplicial elements
Projects
None yet
Development

No branches or pull requests

1 participant