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 this->introspection().polynomial_degree.velocities instead of this->get_fe().base_element(this->introspection().base_elements.velocities).degree+2) when necessary #1582

Closed
yinghe616 opened this issue May 12, 2017 · 5 comments

Comments

@yinghe616
Copy link
Contributor

In class introspection, we already defined the polynomial degree for each field, so we should
use
this->introspection().polynomial_degree.velocities
instead of
this->get_fe().base_element(this->introspection().base_elements.velocities).degree+2)
whenever necessary. For example, initialize the QGauss quadrature

@bangerth
Copy link
Contributor

Yes, this seems entirely reasonable.

@class4kayaker
Copy link
Contributor

Working on this

@yinghe616
Copy link
Contributor Author

yinghe616 commented May 12, 2017 via email

@class4kayaker
Copy link
Contributor

Never mind then, thanks for letting me know.

@yinghe616
Copy link
Contributor Author

This issue has been addressed at #1584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants