Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c822 const double *values_ceed; in MatCeedGetContextDouble() local
824 … 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()