CeedElemTopology

Type Alias CeedElemTopology 

Source
pub type CeedElemTopology = c_uint;
Expand description

Type of basis shape to create non-tensor element basis. Dimension can be extracted with bitwise AND (CeedElemTopology & 2**(dim + 2)) == TRUE @ingroup CeedBasis