|
IFEM
90A354
|
A struct representing an integration cell. More...

Public Member Functions | |
| cell (int level=0) | |
| Default constructor. | |
Public Attributes | |
| int | depth |
| Depth of the current integration cell. | |
| double | xi |
| xi-coordinate of the cell midpoint | |
| double | eta |
| eta-coordinate of the cell midpoint | |
| std::array< utl::Point, 4 > | CellVerts |
| Global coordinates and parameters of the cell vertices. | |
A struct representing an integration cell.
This struct represents the components of each integration cell that are stored during refinement of one element.