Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Functions | |
NeighborBlock const * | find_bot_neighbor (MeshBlock const *pmb) |
find bottom neighbor block More... | |
NeighborBlock const * | find_top_neighbor (MeshBlock const *pmb) |
find top neighbor block More... | |
NeighborBlock const * | find_left_neighbor (MeshBlock const *pmb) |
find left neighbor block More... | |
NeighborBlock const * | find_right_neighbor (MeshBlock const *pmb) |
find right neighbor block More... | |
NeighborBlock const * | find_back_neighbor (MeshBlock const *pmb) |
find back neighbor block More... | |
NeighborBlock const * | find_front_neighbor (MeshBlock const *pmb) |
find front neighbor block More... | |
void | find_neighbors (MeshBlock const *pmb, CoordinateDirection dir, NeighborBlock *bblock, NeighborBlock *tblock) |
find neighbors in one coordinate direction More... | |
NeighborBlock const * ExchangerHelper::find_bot_neighbor | ( | MeshBlock const * | pmb | ) |
find bottom neighbor block
Definition at line 10 of file exchanger.cpp.
NeighborBlock const * ExchangerHelper::find_top_neighbor | ( | MeshBlock const * | pmb | ) |
find top neighbor block
Definition at line 21 of file exchanger.cpp.
NeighborBlock const * ExchangerHelper::find_left_neighbor | ( | MeshBlock const * | pmb | ) |
find left neighbor block
Definition at line 32 of file exchanger.cpp.
NeighborBlock const * ExchangerHelper::find_right_neighbor | ( | MeshBlock const * | pmb | ) |
find right neighbor block
Definition at line 44 of file exchanger.cpp.
NeighborBlock const * ExchangerHelper::find_back_neighbor | ( | MeshBlock const * | pmb | ) |
find back neighbor block
Definition at line 56 of file exchanger.cpp.
NeighborBlock const * ExchangerHelper::find_front_neighbor | ( | MeshBlock const * | pmb | ) |
find front neighbor block
Definition at line 68 of file exchanger.cpp.
void ExchangerHelper::find_neighbors | ( | MeshBlock const * | pmb, |
CoordinateDirection | dir, | ||
NeighborBlock * | bblock, | ||
NeighborBlock * | tblock | ||
) |
find neighbors in one coordinate direction
Definition at line 80 of file exchanger.cpp.