Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-basis.c528 CeedBasis basis_ref = NULL; in CeedBasisApplyAtPoints_Core() local
532 …Call(CeedBasisCreateTensorH1Lagrange(ceed_ref, dim, num_comp, P_1d, Q_1d, CEED_GAUSS, &basis_ref)); in CeedBasisApplyAtPoints_Core()
534 CeedCheck(basis_ref && basis_ref->contract, CeedBasisReturnCeed(basis), CEED_ERROR_UNSUPPORTED, in CeedBasisApplyAtPoints_Core()
536 CeedCall(CeedTensorContractReferenceCopy(basis_ref->contract, &basis->contract)); in CeedBasisApplyAtPoints_Core()
537 CeedCall(CeedBasisDestroy(&basis_ref)); in CeedBasisApplyAtPoints_Core()