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