Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
GridTools::internal::BoundingBoxPredicate Namespace Reference

Functions

template<typename MeshType >
std::tuple< BoundingBox< MeshType::space_dimension >, boolcompute_cell_predicate_bounding_box (const typename MeshType::cell_iterator &parent_cell, const std::function< bool(const typename MeshType::active_cell_iterator &)> &predicate)
 

Function Documentation

◆ compute_cell_predicate_bounding_box()

template<typename MeshType >
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.