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

Computational cost Wale LES model #16

Open
sjengq opened this issue Mar 16, 2018 · 2 comments
Open

Computational cost Wale LES model #16

sjengq opened this issue Mar 16, 2018 · 2 comments

Comments

@sjengq
Copy link

sjengq commented Mar 16, 2018

I notice a significant increase in computational time when enabling the Wale LES model (i.e. time steps take a factor 5 longer compared to no LES model). In addition I get the following notification when enabling the Wale model:
WARNING: The number of integration points for each cell will be: 512
Consider using the option 'quadrature_degree' to reduce the number of points

Is this the anticipated behavior, or might I be doing something wrong?

Kind regards,
Sjeng

@mikaem
Copy link
Owner

mikaem commented Mar 19, 2018

This seems to be a new problem with the model. Do you know which line triggers the warning? We should, as the message suggests, use 'quadrature_degree' to reduce the number of points.

@sjengq
Copy link
Author

sjengq commented Mar 19, 2018

I use a slightly older version of OASIS, so the line numbers might differ slightly.
The problem is triggered in Wale.py, line 38: nut_().
The warning is then mentioned in ffc/analysis.py(365)_check_quadrature_degree()
num_points = ((degree + 1 + 1) // 2)**top_dim=512 (degree =14, top_dim=3).

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

2 participants