Lines Matching refs:t_mode
576 int CeedElemRestrictionGetFlopsEstimate(CeedElemRestriction rstr, CeedTransposeMode t_mode, CeedSiz… in CeedElemRestrictionGetFlopsEstimate() argument
582 if (t_mode == CEED_TRANSPOSE) { in CeedElemRestrictionGetFlopsEstimate()
1314 int CeedElemRestrictionApply(CeedElemRestriction rstr, CeedTransposeMode t_mode, CeedVector u, Ceed… in CeedElemRestrictionApply() argument
1318 if (t_mode == CEED_NOTRANSPOSE) { in CeedElemRestrictionApply()
1334 if (num_elem > 0) CeedCall(rstr->Apply(rstr, t_mode, u, ru, request)); in CeedElemRestrictionApply()
1353 …ointsInElement(CeedElemRestriction rstr, CeedInt elem, CeedTransposeMode t_mode, CeedVector u, Cee… in CeedElemRestrictionApplyAtPointsInElement() argument
1361 if (t_mode == CEED_NOTRANSPOSE) { in CeedElemRestrictionApplyAtPointsInElement()
1389 if (num_elem > 0) CeedCall(rstr->ApplyAtPointsInElement(rstr, elem, t_mode, u, ru, request)); in CeedElemRestrictionApplyAtPointsInElement()
1408 int CeedElemRestrictionApplyBlock(CeedElemRestriction rstr, CeedInt block, CeedTransposeMode t_mode… in CeedElemRestrictionApplyBlock() argument
1417 if (t_mode == CEED_NOTRANSPOSE) { in CeedElemRestrictionApplyBlock()
1444 CeedCall(rstr->ApplyBlock(rstr, block, t_mode, u, ru, request)); in CeedElemRestrictionApplyBlock()