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