/// @file /// Test creation, use, and destruction of a blocked element restriction /// \test Test creation, use, and destruction of a blocked element restriction #include int main(int argc, char **argv) { Ceed ceed; CeedVector x, y; CeedInt ne = 8; CeedInt blksize = 5; CeedInt ind[2*ne]; CeedScalar a[ne+1]; CeedElemRestriction r; CeedInterlaceMode imode = CEED_NONINTERLACED; CeedInit(argv[1], &ceed); CeedVectorCreate(ceed, ne+1, &x); for (CeedInt i=0; i