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

Remove fields from Mapping::InternalDataBase. #1328

Merged
merged 1 commit into from Aug 12, 2015

Conversation

bangerth
Copy link
Member

It turns out that all of the non-is_first_cell/clear_first_cell() member
variables of Mapping::InternalDataBase are only referenced in Mapping
member functions that are unused throughout the rest of the library.
While they were public, they took an internal object as argument, so
were almost certainly not used anywhere by anyone. Consequently,
zap the fields and the functions that use them.

This fixes #1317 in a magically simple way. Relates to #1198.

It turns out that all of the non-is_first_cell/clear_first_cell() member
variables of Mapping::InternalDataBase are only referenced in Mapping
member functions that are unused throughout the rest of the library.
While they were public, they took an internal object as argument, so
were almost certainly not used anywhere by anyone. Consequently,
zap the fields and the functions that use them.
kronbichler added a commit that referenced this pull request Aug 12, 2015
Remove fields from Mapping::InternalDataBase.
@kronbichler kronbichler merged commit e3d6b56 into dealii:master Aug 12, 2015
@bangerth bangerth deleted the further-FEValues-cleanups-9 branch October 7, 2015 11:04
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

Successfully merging this pull request may close these issues.

FEValues cleanup: strip down Mapping::InternalDataBase
2 participants