IFEM  90A354
Public Member Functions | Public Attributes | List of all members
cell Struct Reference

A struct representing an integration cell. More...

Collaboration diagram for cell:
Collaboration graph
[legend]

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.
 

Detailed Description

A struct representing an integration cell.

This struct represents the components of each integration cell that are stored during refinement of one element.


The documentation for this struct was generated from the following file: