Skip to content

Commit

Permalink
Remove the cell dof indices cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kronbichler committed Jul 8, 2022
1 parent 5559d13 commit a252c88
Show file tree
Hide file tree
Showing 12 changed files with 169 additions and 349 deletions.
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 @@ -2033,12 +2033,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

0 comments on commit a252c88

Please sign in to comment.