Reference documentation for deal.II version 9.5.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\}}\)
Loading...
Searching...
No Matches
Functions
GridTools::internal::BoundingBoxPredicate Namespace Reference

Functions

template<class 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<class 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 3091 of file grid_tools.cc.