helper class template for multiview_coarsener, dispatching coarsener implementation based on the number of finite views found in the set of views passed in tuple parameter Views
.
More...
Static Public Member Functions | |
static auto | apply (Views const &views) -> decltype(coarsen_views_native< Views >::apply(views, md_extractor_t::apply(views))) |
helper class template for multiview_coarsener, dispatching coarsener implementation based on the number of finite views found in the set of views passed in tuple parameter Views
.
Primary template is default implementation, used when multiple finite domain views are detected, requiring alignment checks / enforcement.