Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dmat-ceed-impl.h27 CeedVector x_loc, y_loc, coo_values_full, coo_values_pbd; member
/libCEED/examples/fluids/src/
H A Dmat-ceed.c679 …if (!ctx->coo_values_full) PetscCallCeed(ctx->ceed, CeedVectorCreate(ctx->ceed, num_entries, &ctx-… in MatCeedSetPreallocationCOO()
731 PetscCallCeed(ctx->ceed, CeedOperatorLinearAssemble(ctx->op_mult, ctx->coo_values_full)); in MatCeedAssembleCOO()
733 PetscCallCeed(ctx->ceed, CeedVectorGetArrayRead(ctx->coo_values_full, mem_type, &values)); in MatCeedAssembleCOO()
737 PetscCallCeed(ctx->ceed, CeedVectorRestoreArrayRead(ctx->coo_values_full, &values)); in MatCeedAssembleCOO()
1491 PetscCallCeed((*ctx)->ceed, CeedVectorDestroy(&(*ctx)->coo_values_full)); in MatCeedContextDestroy()