/// @file /// Test creation and view of an element restriction /// \test Test creation and view of an element restriction #include int main(int argc, char **argv) { Ceed ceed; CeedInt ne = 3; CeedInt ind[2*ne]; CeedElemRestriction r; CeedInterlaceMode imode = CEED_NONINTERLACED; CeedInit(argv[1], &ceed); for (CeedInt i=0; i