Searched refs:values_ceed (Results 1 – 1 of 1) sorted by relevance
822 const double *values_ceed; in MatCeedGetContextDouble() local824 … PetscCallCeed(ctx->ceed, CeedOperatorGetContextDoubleRead(op, label, &num_values, &values_ceed)); in MatCeedGetContextDouble()825 *value = values_ceed[0]; in MatCeedGetContextDouble()826 PetscCallCeed(ctx->ceed, CeedOperatorRestoreContextDoubleRead(op, label, &values_ceed)); in MatCeedGetContextDouble()