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

Move FEM files #1001

Merged
merged 4 commits into from
May 25, 2020
Merged

Move FEM files #1001

merged 4 commits into from
May 25, 2020

Conversation

pcarruscag
Copy link
Member

Proposed Changes

Move fem_* files in Common to Common/fem/. Move inline function to the hpp.
I've also deleted some unnecessary functions that compilers can generate automatically.
I did not split the files to minimize conflicts (this way the files just show as renamed) and also because I don't have time to figure out how this should be organized.

Related Work

#583

PR Checklist

  • I am submitting my contribution to the develop branch.
  • My contribution generates no new compiler warnings (try with the '-Wall -Wextra -Wno-unused-parameter -Wno-empty-body' compiler flags).
  • My contribution is commented and consistent with SU2 style.

Copy link
Contributor

@vdweide vdweide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems all logical to me. I can split the files in smaller ones if you wish. However, the data structures of the FEM solver must be reorganized significantly in order to improve performance. So I prefer to do the splitting of the files when that work is started, if that is OK for your.

@pcarruscag
Copy link
Member Author

Sounds like a good compromise, no point doing the same work twice.

@pcarruscag pcarruscag merged commit 437f5b0 into develop May 25, 2020
@pcarruscag pcarruscag deleted the move_fem_files branch May 25, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants