This class encapsulates all the information related to the eulerian mesh for TrioIJK.
int get_offset_local(int direction) const
Returns the local offset in requested direction.
bool is_uniform(int direction) const
Method returns true if uniform in this direction.
bool get_periodic_flag(int direction) const
Method returns true if periodic in this direction.
void get_local_mesh_delta(int direction, int ghost_cells, ArrOfDouble_with_ghost &delta) const
Fills the "delta" array with the size of the cells owned by the processor in the requested direction.
double get_constant_delta(int direction) const
Returns the size of cells in a direction.
int get_nb_elem_tot(int direction) const
Returns the total (global) number of mesh cells in requested direction.