AMR-Solver  1.0
Block-based Octree AMR grid flow solver
ghost.h
Go to the documentation of this file.
1 
2 
3 namespace myOctree {
4 
5 
6 void exchange_ghost_val(int, std::string);
7 
8 
9 }
void exchange_ghost_val(int level, std::string name)
Definition: ghost.cpp:10
AMR grid stuff.
Definition: adapt.cpp:6