8#ifndef OPENFPM_NUMERICS_SRC_UTIL_COMMON_HPP_
9#define OPENFPM_NUMERICS_SRC_UTIL_COMMON_HPP_
11#define STAGGERED_GRID 1
14#include "util/common.hpp"
16template<
typename T,
typename Sfinae =
void>
43template<typename T, bool has_gt = has_grid_type<T>::type::value >
56 return T::grid_type == STAGGERED_GRID;
This is a distributed grid.
static bool value()
Return true if the grid is staggered.
is_grid_staggered analyse T if it has a property grid_type defined and indicate that the grid is stag...
static bool value()
Return true if the grid is staggered.