/// @file /// Test CeedVectorSetValue /// \test Test CeedVectorSetValue #include static int CheckValues(Ceed ceed, CeedVector x, CeedScalar value) { const CeedScalar *b; CeedInt n; CeedVectorGetLength(x, &n); CeedVectorGetArrayRead(x, CEED_MEM_HOST, &b); for (CeedInt i=0; i