Caribou
|
The Cell structure contains the quadtree (resp. octree) data of a given cell or subcell.
#include <FictitiousGrid.h>
Public Member Functions | |
CellData (const Type &t, const Float &w, const int &r, const bool &b) | |
Public Attributes | |
Type | type = Type::Undefined |
Float | weight = 0. |
int | region_id = -1 |
bool | boundary_of_region = false |