Searched refs:ApplyAddAtPoints (Results 1 – 3 of 3) sorted by relevance
| /libCEED/include/ |
| H A D | ceed-impl.h | 209 …int (*ApplyAddAtPoints)(CeedBasis, CeedInt, const CeedInt *, CeedTransposeMode, CeedEvalMode, Ceed… member
|
| /libCEED/interface/ |
| H A D | ceed.c | 1314 CEED_FTABLE_ENTRY(CeedBasis, ApplyAddAtPoints), in CeedInit()
|
| H A D | ceed-basis.c | 2151 if (basis->ApplyAddAtPoints) { in CeedBasisApplyAddAtPoints() 2152 CeedCall(basis->ApplyAddAtPoints(basis, num_elem, num_points, t_mode, eval_mode, x_ref, u, v)); in CeedBasisApplyAddAtPoints()
|