is_grid_staggered analyse T if it has a property grid_type defined and indicate that the grid is staggered More...
is_grid_staggered analyse T if it has a property grid_type defined and indicate that the grid is staggered
This struct define a method value that return true if the grid is staggered, false otherwise
Definition at line 44 of file common.hpp.
#include <common.hpp>
Static Public Member Functions | |
static bool | value () |
Return true if the grid is staggered. | |
|
inlinestatic |
Return true if the grid is staggered.
If T define a staggered grid return true, if define a NORMAL grid or does not define any grid type return false
Definition at line 54 of file common.hpp.