Searched refs:CeedBasisGetGrad (Results 1 – 13 of 13) sorted by relevance
| /libCEED/tests/ |
| H A D | t319-basis.c | 166 CeedBasisGetGrad(basis_from, &grad); in main() 174 CeedBasisGetGrad(basis_to, &grad); in main() 223 CeedBasisGetGrad(basis_proj, &grad_proj); in main()
|
| H A D | t302-basis.c | 22 CeedBasisGetGrad(basis, &gradient_1d); in main()
|
| H A D | t305-basis.c | 23 CeedBasisGetGrad(basis, &gradient); in main()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-operator.sycl.cpp | 795 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 D | ceed-ref-basis.c | 213 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedBasisApplyCore_Ref()
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 290 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 D | ceed-preconditioning.c | 1336 CeedCall(CeedBasisGetGrad(basis, basis_ptr)); in CeedOperatorGetBasisPointer()
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Basis.jl | 505 C.CeedBasisGetGrad(b[], ref)
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 353 CEED_EXTERN int CeedBasisGetGrad(CeedBasis basis, const CeedScalar **grad);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 491 function CeedBasisGetGrad(basis, grad) function 492 ccall((:CeedBasisGetGrad, libceed), Cint, (CeedBasis, Ptr{Ptr{CeedScalar}}), basis, grad)
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-operator.c | 1241 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedOperatorAssembleDiagonalSetup_Hip()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-operator.c | 1244 CeedCallBackend(CeedBasisGetGrad(basis, &grad)); in CeedOperatorAssembleDiagonalSetup_Cuda()
|
| /libCEED/ |
| H A D | coverage.info | 5330 FNA:42,0,CeedBasisGetGrad
|