Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt319-basis.c166 CeedBasisGetGrad(basis_from, &grad); in main()
174 CeedBasisGetGrad(basis_to, &grad); in main()
223 CeedBasisGetGrad(basis_proj, &grad_proj); in main()
H A Dt302-basis.c22 CeedBasisGetGrad(basis, &gradient_1d); in main()
H A Dt305-basis.c23 CeedBasisGetGrad(basis, &gradient); in main()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp795 CeedCallBackend(CeedBasisGetGrad(basis_in, &grad_in)); in CeedOperatorAssembleDiagonalSetup_Sycl()
800 CeedCallBackend(CeedBasisGetGrad(basis_out, &grad_out)); in CeedOperatorAssembleDiagonalSetup_Sycl()
1124 CeedCallBackend(CeedBasisGetGrad(basis_in, &grad_in)); in CeedOperatorAssembleSingleSetup_Sycl()
1154 CeedCallBackend(CeedBasisGetGrad(basis_out, &grad_out)); in CeedOperatorAssembleSingleSetup_Sycl()
/libCEED/backends/ref/
H A Dceed-ref-basis.c213 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedBasisApplyCore_Ref()
/libCEED/interface/
H A Dceed-basis.c290 CeedCall(CeedBasisGetGrad(basis_from, &grad_from_source)); in CeedBasisCreateProjectionMatrices()
2014 CeedCall(CeedBasisGetGrad(basis, &grad)); in CeedBasisView()
2385 int CeedBasisGetGrad(CeedBasis basis, const CeedScalar **grad) { in CeedBasisGetGrad() function
H A Dceed-preconditioning.c1336 CeedCall(CeedBasisGetGrad(basis, basis_ptr)); in CeedOperatorGetBasisPointer()
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl505 C.CeedBasisGetGrad(b[], ref)
/libCEED/include/ceed/
H A Dceed.h353 CEED_EXTERN int CeedBasisGetGrad(CeedBasis basis, const CeedScalar **grad);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl491 function CeedBasisGetGrad(basis, grad) function
492 ccall((:CeedBasisGetGrad, libceed), Cint, (CeedBasis, Ptr{Ptr{CeedScalar}}), basis, grad)
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-operator.c1241 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedOperatorAssembleDiagonalSetup_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-operator.c1244 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedOperatorAssembleDiagonalSetup_Cuda()
/libCEED/
H A Dcoverage.info5330 FNA:42,0,CeedBasisGetGrad