MyraMath
|
A helper class that generates a natural ordering on a 3D structured grid of size IxJxK. More...
#include <laplacian3.h>
Public Member Functions | |
Natural3D (int in_I, int in_J, int in_K) | |
Constructs ordering with specified size. | |
std::vector< int > | size () const |
Returns size of subwindow. | |
int | operator() (int i, int j, int k) const |
Returns natural ordering in 3D. | |
std::pair< Natural3D, Natural3D > | i_split () const |
Split along I. | |
std::pair< Natural3D, Natural3D > | j_split () const |
Split along J. | |
std::pair< Natural3D, Natural3D > | k_split () const |
Split along K. | |
A helper class that generates a natural ordering on a 3D structured grid of size IxJxK.