Interface Documentation
Version: invalid
Classes | Functions | Variables
flecsi::topo::detail Namespace Reference

Classes

struct  base
 
struct  base< canonical >
 
struct  base< global_category >
 
struct  base< index_category >
 
struct  base< ntree >
 
struct  base< set >
 
struct  base< structured >
 
struct  base< unstructured >
 
struct  default_space
 
struct  default_space< T, decltype(void(T::default_space))>
 
struct  index_space
 
struct  index_space< T, util::voided< typename T::index_space > >
 

Functions

template<class >
std::size_t id ()
 
template<size_t I, typename MESH_TYPE , size_t DOM, typename Array , std::enable_if_t<(I==MESH_TYPE::num_dimensions)> * = nullptr>
void find_all_index_spaces_in_domain (Array &&index_spaces)
 

Variables

std::size_t next_id
 

Detailed Description

Find all the entity index spaces within a certain domain

Template Parameters
IThe current index in tuple.
MESH_TYPEThe mesh type.
DOMThe domain to search.
ArrayThe deduced array type