Searched refs:rstr_flops (Results 1 – 1 of 1) sorted by relevance
1892 CeedSize rstr_flops, basis_flops; in CeedOperatorGetFlopsEstimate() local1897 CeedCall(CeedElemRestrictionGetFlopsEstimate(rstr, CEED_NOTRANSPOSE, &rstr_flops)); in CeedOperatorGetFlopsEstimate()1899 *flops += rstr_flops; in CeedOperatorGetFlopsEstimate()1931 CeedSize rstr_flops, basis_flops; in CeedOperatorGetFlopsEstimate() local1936 CeedCall(CeedElemRestrictionGetFlopsEstimate(rstr, CEED_TRANSPOSE, &rstr_flops)); in CeedOperatorGetFlopsEstimate()1938 *flops += rstr_flops; in CeedOperatorGetFlopsEstimate()