Template Class CardiCoordGetter¶
Defined in File CardiCoordGetter.hpp
Class Documentation¶
-
template<typename
Spec>
classdish2::CardiCoordGetter¶ Public Types
-
using
value_type= std::tuple<size_t, size_t>¶
Public Functions
-
template<typename ...
Args>CardiCoordGetter(const dish2::ThreadWorld<Spec> &thread_world_, Args&&...)¶
-
const value_type
Get(const size_t cell_idx, const size_t cardinal_idx = 0) const¶
-
size_t
GetNumCells() const¶
-
size_t
GetNumCardinals(const size_t cell_idx = 0) const¶
-
using