#include <gridutil.h>
Public Member Functions | |
blockDim () | |
blockDim (int i_, int j_, int k_) | |
int | getSize (void) const |
int | c_index (int xi, int xj, int xk) const |
int | operator[] (const blockLoc &l) const |
int & | operator[] (int d) |
int | operator[] (int d) const |
Definition at line 60 of file gridutil.h.
blockDim::blockDim | ( | ) | [inline] |
Definition at line 62 of file gridutil.h.
Definition at line 63 of file gridutil.h.
int blockDim::getSize | ( | void | ) | const [inline] |
Definition at line 66 of file gridutil.h.
References blockLoc::i, blockLoc::j, and blockLoc::k.
Referenced by block::block(), field_t::field_t(), block::pup(), and MBlockChunk::send().
Definition at line 69 of file gridutil.h.
References blockLoc::i, and blockLoc::j.
Referenced by operator[](), MBlockChunk::reduce_field(), and MBlockChunk::update_field().
Definition at line 73 of file gridutil.h.
References c_index().