Home
last modified time | relevance | path

Searched refs:values_ceed (Results 1 – 1 of 1) sorted by relevance

/honee/src/
H A Dmat-ceed.c858 const double *values_ceed; in MatCeedGetContextDouble() local
860 … 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()