We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several cases estimate the integrated value of a field on
In case of stretching, the integration is often approximate :
Incompact3d/src/Case-PTBL.f90
Line 1350 in 5565268
It would be best to use the stretching (ppy) to integrate exactly fields :
ppy
Incompact3d/src/Case-Channel.f90
Line 240 in 5565268
It might be best to provide a dedicated module with subroutines to integrate fields on faces and volumes to avoid code duplication.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several cases estimate the integrated value of a field on
In case of stretching, the integration is often approximate :
Incompact3d/src/Case-PTBL.f90
Line 1350 in 5565268
It would be best to use the stretching (
ppy
) to integrate exactly fields :Incompact3d/src/Case-Channel.f90
Line 240 in 5565268
It might be best to provide a dedicated module with subroutines to integrate fields on faces and volumes to avoid code duplication.
The text was updated successfully, but these errors were encountered: