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

Which finite element types are supported by the spectral analysis code? #546

Open
nfehn opened this issue Aug 7, 2023 · 1 comment
Open
Labels
postprocessing Functionality related to postprocessing of results.

Comments

@nfehn
Copy link
Member

nfehn commented Aug 7, 2023

Does the spectral analysis code

https://github.com/exadg/exadg/blob/master/include/exadg/postprocessor/spectral_analysis/interpolation.h

only work for dealii::FE_DGQ, or would it also work for H(div)+RT?

If not, how should we extend this? Use dealii::RemotePointEvaluation?

In any case, we should make sure to assert that the finite element type is consistent with the underlying implementation of this functionality.

@nfehn nfehn added the postprocessing Functionality related to postprocessing of results. label Aug 7, 2023
@kronbichler
Copy link
Contributor

I think we should provide functions to interpolate the RT solution to a DG solution space (of the higher polynomial degree), and then use the interpolators. I think there are several places where a DG representation can be more straight-forward to use. Apart from the Piola transform on non-affine cells, this should be possible without changing the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postprocessing Functionality related to postprocessing of results.
Projects
None yet
Development

No branches or pull requests

2 participants