// Test creation, use, and destruction of an identity element restriction #include int main(int argc, char **argv) { Ceed ceed; CeedVector x, y; CeedInt ne = 3; CeedScalar a[ne*2]; const CeedScalar *yy; CeedElemRestriction r; CeedInit(argv[1], &ceed); CeedVectorCreate(ceed, ne*2, &x); for (CeedInt i=0; i