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 the cell dof indices cache #14068

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions include/deal.II/dofs/dof_accessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2034,12 +2034,6 @@ class DoFCellAccessor : public DoFAccessor<dimension_,
void
set_mg_dof_indices(const std::vector<types::global_dof_index> &dof_indices);

/**
* Update the cache in which we store the dof indices of this cell.
*/
void
update_cell_dof_indices_cache() const;

/**
* @name Dealing with refinement indicators
*/
Expand Down