Reference documentation for deal.II version 9.6.0
|
Functions | |
template<typename MeshType > | |
std::tuple< BoundingBox< MeshType::space_dimension >, bool > | compute_cell_predicate_bounding_box (const typename MeshType::cell_iterator &parent_cell, const std::function< bool(const typename MeshType::active_cell_iterator &)> &predicate) |
std::tuple< BoundingBox< MeshType::space_dimension >, bool > GridTools::internal::BoundingBoxPredicate::compute_cell_predicate_bounding_box | ( | const typename MeshType::cell_iterator & | parent_cell, |
const std::function< bool(const typename MeshType::active_cell_iterator &)> & | predicate ) |
Definition at line 1112 of file grid_tools.cc.