#include <vector>
#include "vec.h"
#include <unordered_set>
#include <dccrg.hpp>
#include <dccrg_cartesian_geometry.hpp>
#include <string>
#include "../common.h"
#include "../spatial_cells/spatial_cell_wrapper.hpp"
Go to the source code of this file.
◆ do_translate_cell()
◆ prepareGhostTranslationCellLists()
| void prepareGhostTranslationCellLists |
( |
const dccrg::Dccrg< SpatialCell, dccrg::Cartesian_Geometry > & | mpiGrid, |
|
|
const std::vector< CellID > & | localPropagatedCells ) |
◆ prepareSeedIdsAndPencils() [1/2]
| void prepareSeedIdsAndPencils |
( |
const dccrg::Dccrg< SpatialCell, dccrg::Cartesian_Geometry > & | mpiGrid | ) |
|
◆ prepareSeedIdsAndPencils() [2/2]
| void prepareSeedIdsAndPencils |
( |
const dccrg::Dccrg< SpatialCell, dccrg::Cartesian_Geometry > & | mpiGrid, |
|
|
const uint | dimension ) |
◆ DimensionPencils
◆ ghostTranslate_active_x
| std::unordered_set<CellID> ghostTranslate_active_x |
|
extern |
◆ ghostTranslate_active_y
| std::unordered_set<CellID> ghostTranslate_active_y |
|
extern |
◆ ghostTranslate_active_z
| std::unordered_set<CellID> ghostTranslate_active_z |
|
extern |
◆ ghostTranslate_sources_x
| std::unordered_set<CellID> ghostTranslate_sources_x |
|
extern |
◆ ghostTranslate_sources_y
| std::unordered_set<CellID> ghostTranslate_sources_y |
|
extern |
◆ ghostTranslate_sources_z
| std::unordered_set<CellID> ghostTranslate_sources_z |
|
extern |