Canoe
Comprehensive Atmosphere N' Ocean Engine
ExchangerHelper Namespace Reference

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...
 

Function Documentation

◆ find_bot_neighbor()

NeighborBlock const * ExchangerHelper::find_bot_neighbor ( MeshBlock const *  pmb)

find bottom neighbor block

Definition at line 10 of file exchanger.cpp.

◆ find_top_neighbor()

NeighborBlock const * ExchangerHelper::find_top_neighbor ( MeshBlock const *  pmb)

find top neighbor block

Definition at line 21 of file exchanger.cpp.

◆ find_left_neighbor()

NeighborBlock const * ExchangerHelper::find_left_neighbor ( MeshBlock const *  pmb)

find left neighbor block

Definition at line 32 of file exchanger.cpp.

◆ find_right_neighbor()

NeighborBlock const * ExchangerHelper::find_right_neighbor ( MeshBlock const *  pmb)

find right neighbor block

Definition at line 44 of file exchanger.cpp.

◆ find_back_neighbor()

NeighborBlock const * ExchangerHelper::find_back_neighbor ( MeshBlock const *  pmb)

find back neighbor block

Definition at line 56 of file exchanger.cpp.

◆ find_front_neighbor()

NeighborBlock const * ExchangerHelper::find_front_neighbor ( MeshBlock const *  pmb)

find front neighbor block

Definition at line 68 of file exchanger.cpp.

◆ find_neighbors()

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.