/// @file /// Test element restriction state counter /// \test Test element restriction state counter #include int main(int argc, char **argv) { Ceed ceed; CeedInt num_elem = 3; CeedInt ind[2*num_elem]; const CeedInt *offsets; CeedElemRestriction r; CeedInit(argv[1], &ceed); for (CeedInt i=0; i