- DoFTools::make_sparsity_pattern with a vector-of-vector mask.
- GridOutFlags::XFig::level_color.
- class BlockList.
+ - MGConstrainedDoFs::non_refinement_edge_index
</ol>
<li> Removed: The config.h file no longer exports HAVE_* definitions.
bool is_boundary_index (const unsigned int level,
const types::global_dof_index index) const;
- /**
- * @deprecated Determine whether a dof index is at an edge that is not a
- * refinement edge.
- */
- bool non_refinement_edge_index (const unsigned int level,
- const types::global_dof_index index) const DEAL_II_DEPRECATED;
-
/**
* Determine whether a dof index is at the refinement edge.
*/
return (boundary_indices[level].find(index) != boundary_indices[level].end());
}
-inline
-bool
-MGConstrainedDoFs::non_refinement_edge_index (const unsigned int level,
- const types::global_dof_index index) const
-{
- return !at_refinement_edge (level, index);
-}
-
inline
bool
MGConstrainedDoFs::at_refinement_edge (const unsigned int level,