| 
    Caribou
    
   | 
 
A region is a cluster of cells sharing the same type and surrounded by either a boundary region or the outside of the grid.
#include <FictitiousGrid.h>
Public Member Functions | |
| bool | is_leaf () const | 
Public Attributes | |
| Cell * | parent = nullptr | 
| CellIndex | index = 0 | 
| std::unique_ptr< CellData > | data | 
| std::unique_ptr< std::array< Cell,(unsigned) 1<< Dimension > > | childs |