Searched refs:CeedBasisGetQRef (Results 1 – 9 of 9) sorted by relevance
| /libCEED/tests/ |
| H A D | t302-basis.c | 39 CeedBasisGetQRef(basis, &q_ref); in main() 54 CeedBasisGetQRef(basis, &q_ref); in main()
|
| H A D | t551-operator.c | 73 CeedBasisGetQRef(basis_temporary, &q_ref); in main() 80 CeedBasisGetQRef(basis_temporary, &q_ref); in main()
|
| /libCEED/python/ |
| H A D | ceed_basis.py | 264 lib.CeedBasisGetQRef(self._pointer[0], array_pointer)
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 510 CeedCall(CeedBasisGetQRef(basis, &q_ref_1d)); in CeedBasisApplyAtPoints_Core() 780 CeedCall(CeedBasisGetQRef(basis, &q_ref_1d)); in CeedBasisGetChebyshevInterp1D() 1995 CeedCall(CeedBasisGetQRef(basis, &q_ref_1d)); in CeedBasisView() 2011 CeedCall(CeedBasisGetQRef(basis, &q_ref)); in CeedBasisView() 2302 int CeedBasisGetQRef(CeedBasis basis, const CeedScalar **q_ref) { in CeedBasisGetQRef() function
|
| H A D | ceed-fortran.c | 632 *err = CeedBasisGetQRef(basis_, &qref_); in fCeedBasisGetQRef()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Basis.jl | 440 C.CeedBasisGetQRef(b[], ref)
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 349 CEED_EXTERN int CeedBasisGetQRef(CeedBasis basis, const CeedScalar **q_ref);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 475 function CeedBasisGetQRef(basis, q_ref) function 476 ccall((:CeedBasisGetQRef, libceed), Cint, (CeedBasis, Ptr{Ptr{CeedScalar}}), basis, q_ref)
|
| /libCEED/ |
| H A D | coverage.info | 5322 FNA:38,0,CeedBasisGetQRef
|