structured_partitioner.h File Reference
#include "wonton/support/equifactor.h"Go to the source code of this file.
Namespaces | |
| Wonton | |
| Factorize a number N into D equal (or nearly equal) factors. | |
Macros | |
| #define | WONTON_STRUCTURED_PARTITIONER_H_ |
Functions | |
| template<int D> | |
| std::vector< std::array< std::array< int64_t, D >, 2 > > | Wonton::structured_partitioner (int N, std::array< int64_t, D > ncells, int d=D, int seed=0) |
| Partition a D-dimensional structured grid along d axes into N subdomains. More... | |
Macro Definition Documentation
◆ WONTON_STRUCTURED_PARTITIONER_H_
| #define WONTON_STRUCTURED_PARTITIONER_H_ |