CeedMemType

Type Alias CeedMemType 

Source
pub type CeedMemType = c_uint;
Expand description

Specify memory type. Many Ceed interfaces take or return pointers to memory. This enum is used to specify where the memory being provided or requested must reside. @ingroup Ceed