Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-operator.c1892 CeedSize rstr_flops, basis_flops; in CeedOperatorGetFlopsEstimate() local
1897 CeedCall(CeedElemRestrictionGetFlopsEstimate(rstr, CEED_NOTRANSPOSE, &rstr_flops)); in CeedOperatorGetFlopsEstimate()
1899 *flops += rstr_flops; in CeedOperatorGetFlopsEstimate()
1931 CeedSize rstr_flops, basis_flops; in CeedOperatorGetFlopsEstimate() local
1936 CeedCall(CeedElemRestrictionGetFlopsEstimate(rstr, CEED_TRANSPOSE, &rstr_flops)); in CeedOperatorGetFlopsEstimate()
1938 *flops += rstr_flops; in CeedOperatorGetFlopsEstimate()