Interface Documentation
Version: invalid
Static Public Member Functions | List of all members
flecsi::topo::compute_connectivity< FIND_DOM, I, TS > Struct Template Reference

compute_connectivity provides static recursion to process connectivity computation of mesh entity types. More...

Static Public Member Functions

template<class DOM >
static int compute (DOM &mesh)
 

Detailed Description

template<size_t FIND_DOM, size_t I, class TS>
struct flecsi::topo::compute_connectivity< FIND_DOM, I, TS >

compute_connectivity provides static recursion to process connectivity computation of mesh entity types.

compute_connectivity provides a specialization for the root recursion.

Member Function Documentation

◆ compute()

template<size_t FIND_DOM, size_t I, class TS>
template<class DOM >
static int flecsi::topo::compute_connectivity< FIND_DOM, I, TS >::compute ( DOM &  mesh)
inlinestatic

Compute mesh connectivity for the given domain and tuple element.

Template Parameters
FIND_DOMThe domain to match.
IThe current tuple index.
TSThe tuple typel

The documentation for this struct was generated from the following file: