Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c1381 CeedSize ceed_flops_estimate = 0; in MatCeedContextCreate() local
1383 PetscCallCeed((*ctx)->ceed, CeedOperatorGetFlopsEstimate(op_mult, &ceed_flops_estimate)); in MatCeedContextCreate()
1384 (*ctx)->flops_mult = ceed_flops_estimate; in MatCeedContextCreate()
1386 …PetscCallCeed((*ctx)->ceed, CeedOperatorGetFlopsEstimate(op_mult_transpose, &ceed_flops_estimate)); in MatCeedContextCreate()
1387 (*ctx)->flops_mult_transpose = ceed_flops_estimate; in MatCeedContextCreate()