#include "dccrg.hpp"
#include "mpi.h"
#include <iostream>
#include <fstream>
#include <vector>
#include <iterator>
#include <algorithm>
#include "../../definitions.h"
#include <list>
#include "cpu_sort_ids.hpp"
#include <map>
Go to the source code of this file.
|
| void | insertVectorIntoVector (vector< CellID > &v1, vector< CellID > v2, uint i) |
| vector< CellID > | getMyChildren (vector< CellID > &children, uint dimension, bool up, bool left) |
| void | printVector (vector< CellID > v) |
| setOfPencils | buildPencils (dccrg::Dccrg< grid_data > grid, setOfPencils &pencils, vector< CellID > idsOut, vector< CellID > idsIn, int dimension, vector< pair< bool, bool > > path) |
| int | main (int argc, char *argv[]) |
◆ buildPencils()
◆ getMyChildren()
| vector< CellID > getMyChildren |
( |
vector< CellID > & | children, |
|
|
uint | dimension, |
|
|
bool | up, |
|
|
bool | left ) |
◆ insertVectorIntoVector()
| void insertVectorIntoVector |
( |
vector< CellID > & | v1, |
|
|
vector< CellID > | v2, |
|
|
uint | i ) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ printVector()
| void printVector |
( |
vector< CellID > | v | ) |
|